{"info":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<blockquote>\n<p>The PitchBook API v2 allows for direct, real time access to our expansive database of companies, deals, people, investors, funds, service providers, and limited partners. </p>\n</blockquote>\n<blockquote>\n<p>This API is a RESTFUL implementation that can be easily accessed by most HTTP clients in the language of your choosing. </p>\n</blockquote>\n<blockquote>\n<p>To get started with the PitchBook API: </p>\n</blockquote>\n<p><strong>Step 1: Check out our test \"Sandbox\"</strong></p>\n<p>To get comfortable with using the PitchBook API, a test \"sandbox\" environment has been created for developers. Please reach out to your account manager to request a sandbox key.</p>\n<p><strong>Step 2: Review the API contract</strong></p>\n<p>The API is a separate offering from the PitchBook platform that requires a standalone contract agreement. Please note that not all endpoints included here are necessarily included in a subscription - contact your PitchBook representative for specifics on what you have licensed. This will also laid out within your contract.</p>\n<p><strong>Step 3: Estimate usage and credits required</strong></p>\n<p>Each request for data to the API will have an associated credit cost. Working with the sandbox envrironment and your PitchBook API representative will help you estimate your consumption.</p>\n<p><strong>Step 4: Purchase credits</strong></p>\n<p>Once you have estimated your API requirements reach out to your PitchBook representative to purchase credits and receive your API key.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>To authenticate to the PitchBook API, simply include a header named \"authorization\" with the value of \"PB-Token {API_KEY}\" with each API request:<br>Replace {API_KEY} with your actual API key value which can be found here. If you do not see the API keys listed on this page then please ask your account manager to provide you with an API key.<br>In addition to an API key, please make sure you have purchased API credits. Each call has a defined cost which can be found here. Reach out to your account manager to view and add credits to your API credit balance.</p>\n<p><strong>Authentication Example</strong></p>\n<blockquote>\n<p><a href=\"https://api-v2.pitchbook.com/%7Broute%7D\">https://api.pitchbook.com/{route}</a><br>Authorization: PB-Token LzUU9xgNjn7avDw5Bd96xNVS0t5dlGuD </p>\n</blockquote>\n<p><strong>Base URL (production and sandbox)</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com\">https://api.pitchbook.com</a></p>\n<h2 id=\"response-codes\">Response Codes</h2>\n<p>The PitchBook API returns standard HTTP response codes for every request. The HTTP error or success codes that may be returned are listed below.</p>\n<p><strong>200 OK</strong> : Standard response description for successful HTTP request</p>\n<p><strong>400 Bad Request</strong> : The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing)</p>\n<p><strong>400 Bad Request</strong> : Results per page must be between 1 and {PER_PAGE_LIMIT}</p>\n<p><strong>401 Unauthorized</strong> : Please check your Authorization header value</p>\n<p><strong>402 Payment Required</strong> : Insufficient credit balance limits. Credit balance = {CURRENT_CREDIT_BALANCE}, call cost = {ENDPOINT_COST}</p>\n<p><strong>403 Forbidden</strong> : Permission denied. You do not have access to {ENDPOINT}</p>\n<p><strong>404 Not Found</strong> : No {REQUEST_PROFILE_TYPE} found</p>\n<p><strong>405 Method Not Allowed</strong> : A request method is not supported for the requested resource</p>\n<p><strong>409 Conflict</strong> : Identical request to {URL} has already been run</p>\n<p><strong>415 Unsupported Media Type</strong> : {LIMIT_TYPE} rate limit exceeded. Please wait until rate limit period is renewed</p>\n<p><strong>429 Too Many Requests</strong> : {LIMIT_TYPE} rate limit exceeded. Please wait until rate limit period is renewed</p>\n<h2 id=\"headers\">Headers</h2>\n<p>The PitchBook API can accept headers, for example, to default values to a specific currency.</p>\n<p><strong>X-Currency:</strong> Converts values returned as currencies (e.g. totalMoneyRaised) to the currency specified. (e.g. USD, JPY). See the lookup table CURRENCY_CODE for the full list of available currencies.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5190535","collectionId":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","publishedId":"TzCV1iRc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-24T15:08:32.000Z"},"item":[{"name":"General","item":[{"name":"General Search","id":"69b925b6-23c6-456a-9b4b-3aaa2a811fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/search?query=databricks","description":"<p><code>GET /search</code></p>\n<p>Retrieves business entities matching the specified criteria.</p>\n<h5 id=\"general-search-parameters\">General Search Parameters</h5>\n<p><strong>query</strong> : Pass some of the parameters:</p>\n<ul>\n<li><p>an entity ID (will return results for entities with matching IDs);</p>\n</li>\n<li><p>name (entities can be found by formal, also known as and legal names. If value passed is less than 3 characters then only exact matches are returned; otherwise, partial matches are also returned);</p>\n</li>\n<li><p>website (if value passed is less than 5 characters then only exact matches are returned; otherwise, partial matches are also returned);</p>\n</li>\n<li><p>ticker (takes entity ticker and searches across all exchanges; results are returned for exact matches only);</p>\n</li>\n<li><p>xticker (takes exchange and ticker symbol; results are returned for exact matches only).</p>\n</li>\n</ul>\n<hr />\n<p><strong>page</strong>: Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<hr />\n<p><strong>perPage</strong> : How many returned results show on page</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["search"],"host":["api","pitchbook","com"],"query":[{"key":"query","value":"databricks"}],"variable":[]}},"response":[{"id":"38da669d-1bb6-4d78-a504-e6038cce9f5c","name":"General Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/search?query=databricks","protocol":"https","host":["api","pitchbook","com"],"path":["search"],"query":[{"key":"query","value":"databricks"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 19:13:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874e41862b4d281f-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 5,\n        \"perPage\": 5,\n        \"page\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"pbId\": \"59199-40\",\n            \"name\": \"Databricks\",\n            \"website\": \"www.databricks.com\",\n            \"pitchBookProfileLink\": \"https://my.pitchbook.com/profile/59199-40/company/profile\",\n            \"primaryFirmType\": {\n                \"pbId\": \"59199-40\",\n                \"type\": \"COMPANY\"\n            },\n            \"otherFirmTypes\": [\n                {\n                    \"pbId\": \"59199-40\",\n                    \"type\": \"INVESTOR\"\n                }\n            ],\n            \"stockTicker\": null\n        },\n        {\n            \"fundId\": \"25435-36F\",\n            \"fundName\": \"Databricks MAV Alternate Fund I\",\n            \"pbId\": null,\n            \"name\": null\n        },\n        {\n            \"pbId\": \"484851-52\",\n            \"name\": \"Databricks Ventures\",\n            \"website\": null,\n            \"pitchBookProfileLink\": \"https://my.pitchbook.com/profile/484851-52/investor/profile\",\n            \"primaryFirmType\": {\n                \"pbId\": \"484851-52\",\n                \"type\": \"INVESTOR\"\n            },\n            \"otherFirmTypes\": [],\n            \"stockTicker\": null\n        },\n        {\n            \"pbId\": \"578109-43\",\n            \"name\": \"Databricks U.K.\",\n            \"website\": null,\n            \"pitchBookProfileLink\": \"https://my.pitchbook.com/profile/578109-43/company/profile\",\n            \"primaryFirmType\": {\n                \"pbId\": \"578109-43\",\n                \"type\": \"COMPANY\"\n            },\n            \"otherFirmTypes\": [],\n            \"stockTicker\": null\n        },\n        {\n            \"pbId\": \"564828-58\",\n            \"name\": \"Instrovate Technologies - Microsoft Gold Partner, CompTIA, DataBricks Training Partner\",\n            \"website\": \"instrovate.com\",\n            \"pitchBookProfileLink\": \"https://my.pitchbook.com/profile/564828-58/company/profile\",\n            \"primaryFirmType\": {\n                \"pbId\": \"564828-58\",\n                \"type\": \"COMPANY\"\n            },\n            \"otherFirmTypes\": [],\n            \"stockTicker\": null\n        }\n    ]\n}"}],"_postman_id":"69b925b6-23c6-456a-9b4b-3aaa2a811fa5"},{"name":"Shared Search","id":"e8ccb728-f5a6-4dac-b09d-71a23e9c96e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/COMPANIES/search?searchId=d24dae61-f119-4421-8d50-390498a14b6a&hash=3ebe007647e321fd95474785ce28c47b665d8d89b65297e4579871d89c1c8136","description":"<p><code>GET /{entityType}/search</code></p>\n<p>Extracts the specified entity names and pbIds from an Advanced Search that has been shared from a PitchBook platform user. This endpoint supports the extraction of pbIds for Companies, Deals, Investors, Funds, Limited Partners, Service Providers, People and Entity Management. The Shared Search endpoint can be an easier way to get the names and pbIds for your universe instead of using another search endpoint, such as Company Search. To generate a Shared Search link, click the share icon located in the Advanced Search Results page or Saved Searches/Lists sections.</p>\n<hr />\n<p>For example, the following is the generated link for a Shared Search for US PE-Backed Companies: t<a href=\"https://content.pitchbook.com/share/quick-link/search/**8e6bd17e-dea5-4eca-8143-dddb2ab623a0**?hash=484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7\">https://content.pitchbook.com/share/quick-link/search/<strong>8e6bd17e-dea5-4eca-8143-dddb2ab623a0</strong>?hash=484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7</a><br />In the example above, the search ID value is: <strong>8e6bd17e-dea5-4eca-8143-dddb2ab623a0</strong>, the hash value is <strong>484124ea029982f76ec42f9a53cb3452f2d75eb013d75478a547d542b852e1c7</strong> and the available entity types include: Companies, Deals, Investors and People.</p>\n<h5 id=\"shared-search-parameters\">Shared Search Parameters</h5>\n<p><strong>entityType</strong> : String (required). Specify the type of entity to be returned from the PitchBook Shared Search.</p>\n<ul>\n<li>COMPANIES</li>\n<li>DEALS</li>\n<li>INVESTORS</li>\n<li>SERVICE_PROVIDERS</li>\n<li>LIMITED_PARTNERS</li>\n<li>PEOPLE</li>\n<li>ENTITY_MANAGEMENT</li>\n<li>FUNDS</li>\n</ul>\n<hr />\n<p><strong>searchID</strong> : String (required). Pass a search ID found in the generated URL of a PitchBook Shared Search. Note that this is different than copying the URL found in the browser.</p>\n<hr />\n<p><strong>hash</strong> : String (required). Hash value for shared search.</p>\n<p><strong>Page</strong> String. Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<p><strong>perPage</strong>: String. How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["COMPANIES","search"],"host":["api","pitchbook","com"],"query":[{"key":"searchId","value":"d24dae61-f119-4421-8d50-390498a14b6a"},{"key":"hash","value":"3ebe007647e321fd95474785ce28c47b665d8d89b65297e4579871d89c1c8136"}],"variable":[]}},"response":[{"id":"2316e62b-7aba-4288-b784-aa76e40c359f","name":"Shared Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/COMPANIES/search?searchId=d24dae61-f119-4421-8d50-390498a14b6a&hash=3ebe007647e321fd95474785ce28c47b665d8d89b65297e4579871d89c1c8136","protocol":"https","host":["api","pitchbook","com"],"path":["COMPANIES","search"],"query":[{"key":"searchId","value":"d24dae61-f119-4421-8d50-390498a14b6a"},{"key":"hash","value":"3ebe007647e321fd95474785ce28c47b665d8d89b65297e4579871d89c1c8136"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 19:14:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874e42558c94281f-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 7566,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 303\n    },\n    \"searchCriteria\": \"Deal Date: From: 25-Oct-2023; Deal Options: Search on a full transaction; Deal Types: All VC Stages; Locations: United States; Search HQ Only; \",\n    \"items\": [\n        {\n            \"companyId\": \"432917-74\",\n            \"companyName\": \"(Specialty Retail)\",\n            \"website\": \"www.hellobaru.com\"\n        },\n        {\n            \"companyId\": \"183309-13\",\n            \"companyName\": \"0x\",\n            \"website\": \"www.0x.org\"\n        },\n        {\n            \"companyId\": \"509176-99\",\n            \"companyName\": \"1 True Health\",\n            \"website\": \"www.1truehealth.com\"\n        },\n        {\n            \"companyId\": \"509637-34\",\n            \"companyName\": \"10Beauty\",\n            \"website\": \"www.10beauty.co\"\n        },\n        {\n            \"companyId\": \"551694-70\",\n            \"companyName\": \"10ten\",\n            \"website\": \"www.10ten.io\"\n        },\n        {\n            \"companyId\": \"234610-48\",\n            \"companyName\": \"1906\",\n            \"website\": \"1906.shop\"\n        },\n        {\n            \"companyId\": \"542307-25\",\n            \"companyName\": \"1Director\",\n            \"website\": \"www.1director.com\"\n        },\n        {\n            \"companyId\": \"544885-12\",\n            \"companyName\": \"1to1 Tech\",\n            \"website\": \"www.1to1.tech\"\n        },\n        {\n            \"companyId\": \"496104-31\",\n            \"companyName\": \"1Up\",\n            \"website\": \"www.1up.ai\"\n        },\n        {\n            \"companyId\": \"552745-27\",\n            \"companyName\": \"2 Sodas\",\n            \"website\": \"www.2sodas.com\"\n        },\n        {\n            \"companyId\": \"523273-42\",\n            \"companyName\": \"2045 Studio\",\n            \"website\": \"www.2045studio.com\"\n        },\n        {\n            \"companyId\": \"541589-77\",\n            \"companyName\": \"24 Main\",\n            \"website\": \"www.24newalbany.com\"\n        },\n        {\n            \"companyId\": \"590959-63\",\n            \"companyName\": \"275 Funding\",\n            \"website\": \"www.275funding.com\"\n        },\n        {\n            \"companyId\": \"54434-62\",\n            \"companyName\": \"2C Tech\",\n            \"website\": \"www.2ctechcorp.com\"\n        },\n        {\n            \"companyId\": \"509965-03\",\n            \"companyName\": \"2Quip\",\n            \"website\": \"www.2quip.com\"\n        },\n        {\n            \"companyId\": \"590438-98\",\n            \"companyName\": \"30Med\",\n            \"website\": \"www.30med.net\"\n        },\n        {\n            \"companyId\": \"591190-48\",\n            \"companyName\": \"32Health\",\n            \"website\": \"www.32health.care\"\n        },\n        {\n            \"companyId\": \"528927-13\",\n            \"companyName\": \"360Sierra\",\n            \"website\": \"www.360sierra.com\"\n        },\n        {\n            \"companyId\": \"187718-77\",\n            \"companyName\": \"38 Degrees North\",\n            \"website\": \"www.38degreesn.com\"\n        },\n        {\n            \"companyId\": \"520655-77\",\n            \"companyName\": \"3Aware\",\n            \"website\": \"www.3aware.ai\"\n        },\n        {\n            \"companyId\": \"539724-97\",\n            \"companyName\": \"3D Agility\",\n            \"website\": \"www.3dagility.com\"\n        },\n        {\n            \"companyId\": \"471700-99\",\n            \"companyName\": \"3D Continuum\",\n            \"website\": \"www.3dcontinuum.com\"\n        },\n        {\n            \"companyId\": \"531139-87\",\n            \"companyName\": \"3Daughters\",\n            \"website\": \"www.3daughtershealth.com\"\n        },\n        {\n            \"companyId\": \"168309-10\",\n            \"companyName\": \"3DEO (Industrial Supplies and Parts)\",\n            \"website\": \"www.3deo.co\"\n        },\n        {\n            \"companyId\": \"517645-36\",\n            \"companyName\": \"3DK Tech\",\n            \"website\": \"www.3dktech.com\"\n        }\n    ]\n}"}],"_postman_id":"e8ccb728-f5a6-4dac-b09d-71a23e9c96e1"},{"name":"Entity People","id":"858df2ca-e82d-4e57-9011-e15704e1dd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51261-67/people","description":"<p><code>GET /entities/{pbId}/people</code></p>\n<p>Retrieves data about each team member of the specific entity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["entities","51261-67","people"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"90fedfe5-3621-4f17-adc7-d0fa95c306aa","name":"Entity People","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51261-67/people"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Dec 2023 20:33:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-max-age","value":"3600"},{"key":"x-robots-tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Set-Cookie","value":"__cf_bm=Q.6yy8YLRToH7wwCAoK.uY6_CoJJL8BH5uOj3XXDdeg-1701462784-0-AaC0pYalZNnr1WUOmifvMFdCpY+dUDbuRvhWKFZ/gEv03Dcfn5Bt+VGXkTgaiqNZZW6vLAMLcjV03e18t/9Aih0=; path=/; expires=Fri, 01-Dec-23 21:03:04 GMT; domain=.api-v2.pitchbook.com; HttpOnly; Secure; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=0"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"82ee1a612989eb73-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"entityId\": \"51261-67\",\n    \"primaryContact\": {\n        \"personId\": \"179051-50P\",\n        \"fullName\": \"Ellie Mertz\",\n        \"title\": \"Vice President of Finance\",\n        \"phone\": null,\n        \"fax\": null,\n        \"email\": \"ellie.mertz@airbnb.com\"\n    },\n    \"currentTeam\": [\n        {\n            \"id\": \"36938-71P\",\n            \"name\": \"Brian Chesky\",\n            \"title\": \"Chief Executive Officer & Chairman\",\n            \"positionStart\": \"2008-06-27\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"197283-52P\",\n            \"name\": \"Dave Stephenson\",\n            \"title\": \"Chief Financial Officer and Head of Employee Experience\",\n            \"positionStart\": \"2018-11-26\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"234171-19P\",\n            \"name\": \"Xiao Jinhong\",\n            \"title\": \"Chief Operating Officer, China & Interim Head APAC\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"197018-83P\",\n            \"name\": \"Aristotle Balogh\",\n            \"title\": \"Chief Technology Officer, Technology\",\n            \"positionStart\": \"2018-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"168656-05P\",\n            \"name\": \"Charles Farrell\",\n            \"title\": \"Principal Executive Recruiter\",\n            \"positionStart\": \"2012-08-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"139023-82P\",\n            \"name\": \"David Bernstein\",\n            \"title\": \"Chief Accounting Officer, Accounting\",\n            \"positionStart\": \"2013-03-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"198010-27P\",\n            \"name\": \"Emmanuel Marill\",\n            \"title\": \"Director, Europe, Moyen-orient & Afrique\",\n            \"positionStart\": \"2016-09-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"342794-17P\",\n            \"name\": \"Jordanna Kwok\",\n            \"title\": \"Director, Engineering\",\n            \"positionStart\": \"2022-11-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"168376-06P\",\n            \"name\": \"Vijaya Kaza\",\n            \"title\": \"Chief Security Officer & Head of Engineering & Data Science for Trust & Safety\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"165286-27P\",\n            \"name\": \"Tim Rathschmidt\",\n            \"title\": \"Global Lead, Corporate and Executive Communications\",\n            \"positionStart\": \"2016-10-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"36938-89P\",\n            \"name\": \"Joe Gebbia\",\n            \"title\": \"Co-Founder and Chairman for Airbnb.org\",\n            \"positionStart\": \"2008-06-27\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"36938-62P\",\n            \"name\": \"Nathan Blecharczyk\",\n            \"title\": \"Co-Founder & Chief Strategy Officer\",\n            \"positionStart\": \"2008-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"350964-10P\",\n            \"name\": \"Alica D\",\n            \"title\": \"Global Head of Diversity & Belonging\",\n            \"positionStart\": \"2022-04-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"198781-93P\",\n            \"name\": \"Chris Howard\",\n            \"title\": \"Head, Corporate Development & Strategic Investing\",\n            \"positionStart\": \"2018-08-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"208760-68P\",\n            \"name\": \"David Holyoke\",\n            \"title\": \"Head, Commercial Incubations\",\n            \"positionStart\": \"2021-05-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"205980-67P\",\n            \"name\": \"Mirei Yasumatsu JD\",\n            \"title\": \"Global Head of Tax\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"248141-26P\",\n            \"name\": \"Melissa Thomas-Hunt\",\n            \"title\": \"Senior Advisor\",\n            \"positionStart\": \"2019-05-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"230257-36P\",\n            \"name\": \"Matt Judge\",\n            \"title\": \"Senior Director, Creative\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"179051-50P\",\n            \"name\": \"Ellie Mertz\",\n            \"title\": \"Vice President of Finance\",\n            \"positionStart\": \"2019-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"94656-52P\",\n            \"name\": \"Nancy King\",\n            \"title\": \"Vice President - Marketing\",\n            \"positionStart\": \"2015-11-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"83633-05P\",\n            \"name\": \"Richard Baer JD\",\n            \"title\": \"Chief Legal Officer\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"35823-25P\",\n            \"name\": \"Elad Gil Ph.D\",\n            \"title\": \"Investor & Advisor\",\n            \"positionStart\": null,\n            \"infoAvailable\": true\n        }\n    ],\n    \"formerTeam\": [\n        {\n            \"id\": \"156729-07P\",\n            \"name\": \"Andrew Verbitsky\",\n            \"title\": \"General Manager, Central and Eastern Europe\",\n            \"positionStart\": \"2015-01-01\",\n            \"positionFinish\": \"2018-01-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"87765-40P\",\n            \"name\": \"Adrian Cleave\",\n            \"title\": \"Director of Design, Growth & Traffic\",\n            \"positionStart\": \"2015-07-01\",\n            \"positionFinish\": \"2021-09-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"131254-12P\",\n            \"name\": \"David King III\",\n            \"title\": \"Director of Diversity and Belonging\",\n            \"positionStart\": \"2016-02-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"59462-74P\",\n            \"name\": \"Donna Boyer\",\n            \"title\": \"Director of Product, Host & Homes\",\n            \"positionStart\": \"2016-02-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"214063-75P\",\n            \"name\": \"Philippe Magid\",\n            \"title\": \"Director, Art and Culture\",\n            \"positionStart\": null,\n            \"positionFinish\": \"2020-05-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"38081-98P\",\n            \"name\": \"Alex Schleifer\",\n            \"title\": \"Chief Design Officer\",\n            \"positionStart\": \"2015-01-01\",\n            \"positionFinish\": \"2020-11-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"47492-38P\",\n            \"name\": \"Giulio Palombo\",\n            \"title\": \"Data Scientist\",\n            \"positionStart\": \"2013-06-01\",\n            \"positionFinish\": \"2015-01-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"141303-34P\",\n            \"name\": \"Maneet Singh\",\n            \"title\": \"Executive, Corporate Development and Strategy\",\n            \"positionStart\": \"2019-01-01\",\n            \"positionFinish\": \"2020-01-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"147738-34P\",\n            \"name\": \"Joseph Zadeh Ph.D\",\n            \"title\": \"Chief Stakeholder Officer\",\n            \"positionStart\": \"2010-05-01\",\n            \"positionFinish\": \"2020-10-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"45257-59P\",\n            \"name\": \"Elizabeth Bohannon JD\",\n            \"title\": \"Associate General Counsel, Labor and Employment\",\n            \"positionStart\": \"2015-08-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"120782-26P\",\n            \"name\": \"Robert Studley JD\",\n            \"title\": \"Lead Counsel, Community Trust\",\n            \"positionStart\": \"2015-06-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"57538-00P\",\n            \"name\": \"Mark Levy JD\",\n            \"title\": \"Global Head of Employee Experience\",\n            \"positionStart\": \"2013-12-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"157981-24P\",\n            \"name\": \"Vaclav Graf Ph.D\",\n            \"title\": \"Trip Market Manager\",\n            \"positionStart\": null,\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"203220-91P\",\n            \"name\": \"Greg Greeley\",\n            \"title\": \"President, Homes\",\n            \"positionStart\": null,\n            \"positionFinish\": \"2020-08-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"42373-27P\",\n            \"name\": \"Andrew Swain\",\n            \"title\": \"Chief Financial Officer\",\n            \"positionStart\": \"2012-07-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"16550-65P\",\n            \"name\": \"Laurence Tosi JD\",\n            \"title\": \"Chief Financial Officer\",\n            \"positionStart\": \"2015-07-04\",\n            \"positionFinish\": \"2018-02-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"68248-00P\",\n            \"name\": \"Jonathan Mildenhall\",\n            \"title\": \"Chief Marketing Officer\",\n            \"positionStart\": \"2014-05-06\",\n            \"positionFinish\": \"2017-10-04\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"40606-30P\",\n            \"name\": \"Daniel Hill\",\n            \"title\": \"Director of Product & Growth\",\n            \"positionStart\": \"2012-12-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"63997-84P\",\n            \"name\": \"Katie Dill\",\n            \"title\": \"Director of Experience Design\",\n            \"positionStart\": \"2014-03-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"72892-18P\",\n            \"name\": \"Marc McCabe\",\n            \"title\": \"Director of Operations (Samara)\",\n            \"positionStart\": \"2013-07-01\",\n            \"positionFinish\": \"2018-09-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"88275-70P\",\n            \"name\": \"Joseph Ferrer\",\n            \"title\": \"Corporate Development Deal Lead\",\n            \"positionStart\": \"2015-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"113059-36P\",\n            \"name\": \"Chris Lehane\",\n            \"title\": \"Senior Vice President & Global Head, Policy & Communications\",\n            \"positionStart\": \"2015-08-28\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"139024-54P\",\n            \"name\": \"Douglas Atkin\",\n            \"title\": \"Global Head of Community\",\n            \"positionStart\": \"2013-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"111463-12P\",\n            \"name\": \"Krishna Rao JD\",\n            \"title\": \"Global Head of Corporate Development\",\n            \"positionStart\": \"2015-10-01\",\n            \"positionFinish\": \"2021-01-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"40209-04P\",\n            \"name\": \"Lex Bayer\",\n            \"title\": \"Head of Global Payments and Business Development\",\n            \"positionStart\": \"2013-10-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"66946-87P\",\n            \"name\": \"Molly Turner\",\n            \"title\": \"Global Head of Civic Partnerships\",\n            \"positionStart\": \"2011-09-01\",\n            \"positionFinish\": \"2016-09-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"88254-46P\",\n            \"name\": \"Sara Adler\",\n            \"title\": \"Head of Corporate Development\",\n            \"positionStart\": \"2015-02-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"56088-55P\",\n            \"name\": \"Varsha Rao\",\n            \"title\": \"Head of Global Operations\",\n            \"positionStart\": \"2013-11-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"200681-83P\",\n            \"name\": \"Fred Reid\",\n            \"title\": \"Senior Advisor\",\n            \"positionStart\": \"2019-01-01\",\n            \"positionFinish\": \"2020-11-01\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"99417-07P\",\n            \"name\": \"Hong Ge\",\n            \"title\": \"Vice President, Business Development\",\n            \"positionStart\": \"2016-01-01\",\n            \"positionFinish\": \"2017-10-25\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"47129-77P\",\n            \"name\": \"Michael Curtis\",\n            \"title\": \"Vice President of Engineering\",\n            \"positionStart\": \"2013-02-01\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"33669-46P\",\n            \"name\": \"Chip Conley\",\n            \"title\": \"Strategic Advisor for Hospitality and Leadership\",\n            \"positionStart\": \"2013-04-01\",\n            \"positionFinish\": \"2021-03-01\",\n            \"infoAvailable\": false\n        }\n    ],\n    \"currentBoardMembersAndObservers\": [\n        {\n            \"personId\": \"30329-47P\",\n            \"personName\": \"Alfred Lin\",\n            \"fullTitle\": \"Partner\",\n            \"boardRepresentingId\": \"11295-73\",\n            \"boardRepresentingName\": \"Sequoia Capital\",\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2012-01-01\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"199692-10P\",\n            \"personName\": \"Amrita Ahuja\",\n            \"fullTitle\": \"Board Member\",\n            \"boardRepresentingId\": null,\n            \"boardRepresentingName\": null,\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2021-01-01\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"64336-15P\",\n            \"personName\": \"Ann Mather\",\n            \"fullTitle\": \"Board Member\",\n            \"boardRepresentingId\": null,\n            \"boardRepresentingName\": null,\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2018-08-24\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"11855-35P\",\n            \"personName\": \"Anton Levy\",\n            \"fullTitle\": \"Co-President, Managing Director & Chairman of Global Technology Group\",\n            \"boardRepresentingId\": \"10120-60\",\n            \"boardRepresentingName\": \"General Atlantic\",\n            \"roleOnBoard\": \"Board Observer\",\n            \"boardStart\": \"2015-11-20\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"36938-71P\",\n            \"personName\": \"Brian Chesky\",\n            \"fullTitle\": \"Chief Executive Officer & Chairman\",\n            \"boardRepresentingId\": \"51261-67\",\n            \"boardRepresentingName\": \"Airbnb\",\n            \"roleOnBoard\": \"Chief Executive Officer & Chairman\",\n            \"boardStart\": \"2008-06-27\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"38171-80P\",\n            \"personName\": \"Jeffrey Jordan\",\n            \"fullTitle\": \"General Partner\",\n            \"boardRepresentingId\": \"41716-90\",\n            \"boardRepresentingName\": \"Andreessen Horowitz\",\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2011-01-01\",\n            \"contactInfoAvailable\": false\n        },\n        {\n            \"personId\": \"36938-89P\",\n            \"personName\": \"Joe Gebbia\",\n            \"fullTitle\": \"Co-Founder and Chairman for Airbnb.org\",\n            \"boardRepresentingId\": \"51261-67\",\n            \"boardRepresentingName\": \"Airbnb\",\n            \"roleOnBoard\": \"Co-Founder and Chairman for Airbnb.org\",\n            \"boardStart\": \"2008-06-27\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"43638-40P\",\n            \"personName\": \"Kenneth Chenault JD\",\n            \"fullTitle\": \"Managing Director & Chairman\",\n            \"boardRepresentingId\": \"10123-03\",\n            \"boardRepresentingName\": \"General Catalyst\",\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2018-01-01\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"36938-62P\",\n            \"personName\": \"Nathan Blecharczyk\",\n            \"fullTitle\": \"Co-Founder & Chief Strategy Officer\",\n            \"boardRepresentingId\": \"51261-67\",\n            \"boardRepresentingName\": \"Airbnb\",\n            \"roleOnBoard\": \"Co-Founder & Chief Strategy Officer\",\n            \"boardStart\": \"2008-01-01\",\n            \"contactInfoAvailable\": true\n        },\n        {\n            \"personId\": \"31710-43P\",\n            \"personName\": \"Reid Hoffman\",\n            \"fullTitle\": \"Partner\",\n            \"boardRepresentingId\": \"11191-96\",\n            \"boardRepresentingName\": \"Greylock\",\n            \"roleOnBoard\": \"Board Observer\",\n            \"boardStart\": \"2010-11-10\",\n            \"contactInfoAvailable\": true\n        }\n    ],\n    \"formerBoardMembersAndObservers\": [\n        {\n            \"personId\": \"74682-10P\",\n            \"personName\": \"Belinda Johnson JD\",\n            \"fullTitle\": \"Board Member\",\n            \"boardRepresentingId\": null,\n            \"boardRepresentingName\": null,\n            \"roleOnBoard\": \"Board Member\",\n            \"boardStart\": \"2011-12-01\",\n            \"contactInfoAvailable\": true\n        }\n    ]\n}"}],"_postman_id":"858df2ca-e82d-4e57-9011-e15704e1dd31"},{"name":"Entity Locations","id":"6bbe0730-f0b9-4ee1-914c-1a9eb845b7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51261-67/locations","description":"<p><code>GET /entities/{pbId}/locations</code></p>\n<p>Retrieves data about locations of HQ and alternate offices of the specific entity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["entities","51261-67","locations"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"5b1a2c52-5eff-44a5-bc1c-3ab1a493e488","name":"Entity Locations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51261-67/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:34:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"entityId\": \"51261-67\",\n    \"hqOffice\": {\n        \"location\": \"San Francisco, CA\",\n        \"addressLine1\": \"888 Brannan Street\",\n        \"addressLine2\": null,\n        \"city\": \"San Francisco\",\n        \"stateProvince\": \"California\",\n        \"postCode\": \"94103\",\n        \"country\": \"United States\",\n        \"phone\": \"+1 (855) 424-7262\",\n        \"fax\": null,\n        \"email\": \"info@airbnb.com\",\n        \"globalRegion\": \"Americas\",\n        \"globalSubRegion\": \"North America\"\n    },\n    \"alternateOffices\": [\n        {\n            \"location\": \"Beijing, China\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Beijing\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"China\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"East Asia\"\n        },\n        {\n            \"location\": \"Berlin, Germany\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Berlin\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"Germany\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Europe\",\n            \"globalSubRegion\": \"Western Europe\"\n        },\n        {\n            \"location\": \"Dublin, Ireland\",\n            \"addressLine1\": \"The Watermarque Building\",\n            \"addressLine2\": \"South Lotts Road, Ringsend\",\n            \"city\": \"Dublin\",\n            \"stateProvince\": null,\n            \"postCode\": \"4\",\n            \"country\": \"Ireland\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Europe\",\n            \"globalSubRegion\": \"Western Europe\"\n        },\n        {\n            \"location\": \"Gurugram, India\",\n            \"addressLine1\": \"Level 9, Spaze i-Tech Park\",\n            \"addressLine2\": \"A1 Tower, Sector-49, Sohna Road\",\n            \"city\": \"Gurugram\",\n            \"stateProvince\": null,\n            \"postCode\": \"122018\",\n            \"country\": \"India\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"South Asia\"\n        },\n        {\n            \"location\": \"London, England\",\n            \"addressLine1\": \"Suite 1\",\n            \"addressLine2\": \"3rd Floor, 11-12 Street James's Square\",\n            \"city\": \"London\",\n            \"stateProvince\": \"England\",\n            \"postCode\": \"SW1Y 4LB\",\n            \"country\": \"United Kingdom\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Europe\",\n            \"globalSubRegion\": \"Western Europe\"\n        },\n        {\n            \"location\": \"Melbourne, Victoria\",\n            \"addressLine1\": \"58 Gipps Street\",\n            \"addressLine2\": \"Collingwood\",\n            \"city\": \"Melbourne\",\n            \"stateProvince\": \"Victoria\",\n            \"postCode\": \"3066\",\n            \"country\": \"Australia\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Oceania\",\n            \"globalSubRegion\": \"Oceania\"\n        },\n        {\n            \"location\": \"New Delhi, India\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"New Delhi\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"India\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"South Asia\"\n        },\n        {\n            \"location\": \"Paris, France\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Paris\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"France\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Europe\",\n            \"globalSubRegion\": \"Western Europe\"\n        },\n        {\n            \"location\": \"Portland, OR\",\n            \"addressLine1\": \"Old Town Chinatown\",\n            \"addressLine2\": null,\n            \"city\": \"Portland\",\n            \"stateProvince\": \"Oregon\",\n            \"postCode\": null,\n            \"country\": \"United States\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Americas\",\n            \"globalSubRegion\": \"North America\"\n        },\n        {\n            \"location\": \"Sao Paulo, Brazil\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Sao Paulo\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"Brazil\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Americas\",\n            \"globalSubRegion\": \"South America\"\n        },\n        {\n            \"location\": \"Seoul, South Korea\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Seoul\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"South Korea\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"East Asia\"\n        },\n        {\n            \"location\": \"Singapore, Singapore\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Singapore\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"Singapore\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"Southeast Asia\"\n        },\n        {\n            \"location\": \"Sydney, New South Wales\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Sydney\",\n            \"stateProvince\": \"New South Wales\",\n            \"postCode\": null,\n            \"country\": \"Australia\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Oceania\",\n            \"globalSubRegion\": \"Oceania\"\n        },\n        {\n            \"location\": \"Tokyo, Japan\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Tokyo\",\n            \"stateProvince\": null,\n            \"postCode\": null,\n            \"country\": \"Japan\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Asia\",\n            \"globalSubRegion\": \"East Asia\"\n        },\n        {\n            \"location\": \"Toronto, Ontario\",\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"city\": \"Toronto\",\n            \"stateProvince\": \"Ontario\",\n            \"postCode\": null,\n            \"country\": \"Canada\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Americas\",\n            \"globalSubRegion\": \"North America\"\n        },\n        {\n            \"location\": \"Luxembourg\",\n            \"addressLine1\": \"4, rue Henri Schnadt\",\n            \"addressLine2\": null,\n            \"city\": null,\n            \"stateProvince\": null,\n            \"postCode\": \"2530\",\n            \"country\": \"Luxembourg\",\n            \"phone\": null,\n            \"fax\": null,\n            \"email\": \"info@airbnb.com\",\n            \"globalRegion\": \"Europe\",\n            \"globalSubRegion\": \"Western Europe\"\n        }\n    ],\n    \"alternateOfficesCount\": 16\n}"}],"_postman_id":"6bbe0730-f0b9-4ee1-914c-1a9eb845b7eb"},{"name":"Entity Affiliates","id":"5f9ff915-2866-40dc-9c96-f46df67da7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/471220-12/affiliates","description":"<p><code>GET /entities/{pbId}/affiliates</code></p>\n<p>Retrieves entities affiliated with the specific entity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["entities","471220-12","affiliates"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"1e66725f-48aa-4877-8da5-4c7c048b8e69","name":"Entity Affiliates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51261-67/affiliates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:34:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"52167-88\",\n        \"affiliateName\": \"HotelTonight\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"57018-43\",\n        \"affiliateName\": \"Minbox\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"161125-93\",\n        \"affiliateName\": \"Urbandoor\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"134423-38\",\n        \"affiliateName\": \"Adbasis\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"178772-59\",\n        \"affiliateName\": \"Luckey Homes\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"171749-35\",\n        \"affiliateName\": \"Deco IDE\",\n        \"affiliateType\": \"Subsidiary\"\n    },\n    {\n        \"entityId\": \"51261-67\",\n        \"affiliateId\": \"172721-89\",\n        \"affiliateName\": \"Gaest\",\n        \"affiliateType\": \"Subsidiary\"\n    }\n]"}],"_postman_id":"5f9ff915-2866-40dc-9c96-f46df67da7c5"},{"name":"Entity News","id":"3c4ca178-f191-44f0-8462-62e3332d1098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/entities/51136-75/news?trailingRange=20","description":"<p><code>GET /entities/{pbId}/news</code></p>\n<p>Retrieves news articles for the specific entity for up to the last 30 days.</p>\n<h5 id=\"shared-search-parameters\">Shared Search Parameters</h5>\n<p><strong>pbId</strong> : String (required). Entity pbId.</p>\n<p><strong>sinceDate</strong> : String. Add this parameter to extract news articles about the entity after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<p><strong>trailingRange</strong> : Integer. Add this parameter to extract news articles about the entity during last N days (up to 30). Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["entities","51136-75","news"],"host":["api","pitchbook","com"],"query":[{"key":"trailingRange","value":"20"}],"variable":[]}},"response":[{"id":"977f6f74-d833-42b4-936e-12b9f3ecde35","name":"Entity News","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/entities/10377-37/news?trailingRange=5","protocol":"https","host":["api","pitchbook","com"],"path":["entities","10377-37","news"],"query":[{"key":"trailingRange","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 07 Mar 2023 17:29:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tuesday's Market Minute: Tesla (TSLA) & the E.V. Industry\",\n        \"byline\": \"Tesla (NASDAQ: TSLA) dropped prices on the U.S. Model X & S for the second time this year yesterday, by about 9% and 5%, respectively. Tesla’s earlier price cuts in January, which were as high as 20%, were possibly to make the luxury cars eligible...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-07T17:12:21\",\n        \"url\": \"https://longportapp.com/news/81734029\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of top US models\",\n        \"byline\": \"Fifth price adjustment since the start of 2023\",\n        \"source\": \"Just Auto\",\n        \"publishDate\": \"2023-03-07T11:02:19\",\n        \"url\": \"https://www.just-auto.com/news/tesla-cuts-prices-of-top-us-models/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Despite any warning, Tesla is reopening the electric car market. Freewheeling Elon Musk?\",\n        \"byline\": \"Despite any warning, Tesla is reopening the electric car market. Freewheeling Elon Musk?\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-07T10:56:16\",\n        \"url\": \"https://game-news24.com/2023/03/07/despite-any-warning-tesla-is-reopening-the-electric-car-market-freewheeling-elon-musk/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (TSLA) investors are buying at record pace, here’s why\",\n        \"byline\": \"Tesla (TSLA) investors have been buying the automaker’s stock at a record pace over the last few weeks. Here’s why...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-07T10:45:56\",\n        \"url\": \"https://electrek.co/2023/03/07/tesla-tsla-investors-buyinat-record-pace-why/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Did Something Right…\",\n        \"byline\": \"Tesla Did Something Right…\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-07T10:40:23\",\n        \"url\": \"https://onlineev.com/tesla-did-something-right/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (TSLA) Investor Day: Crux from the Master Plan Part 3\",\n        \"byline\": \"Tesla (TSLA) Investor Day: Crux from the Master Plan Part 3\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-07T10:32:20\",\n        \"url\": \"https://biz.crast.net/tesla-tsla-investor-day-crux-from-the-master-plan-part-3/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk meets with California Gov. Newsom at Tesla’s engineering headquarters\",\n        \"byline\": \"Elon Musk meets with California Gov. Newsom at Tesla’s engineering headquarters\",\n        \"source\": \"California News Times\",\n        \"publishDate\": \"2023-03-07T10:30:38\",\n        \"url\": \"https://californianewstimes.com/elon-musk-meets-with-california-gov-newsom-at-teslas-engineering-headquarters/738162/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"High Voltage: Tesla’s plan for a US$25k electric vehicle ‘could break the car market’\",\n        \"byline\": \"“If Tesla can sell its new model for US$25,000, that will be revolutionary,” Chandrasekaran says. “It will break the car market.”\",\n        \"source\": \"Stock Head\",\n        \"publishDate\": \"2023-03-07T10:20:00\",\n        \"url\": \"https://stockhead.com.au/resources/high-voltage-teslas-plan-for-a-us25k-electric-vehicle-could-break-the-car-market/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Suspected thieves using a Tesla as a getaway vehicle were caught after they stopped to charge it 15 minutes away\",\n        \"byline\": \"Gwinnett County Police told Insider that the suspects were arrested around 10-miles away while attempting to charge the Tesla.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-07T09:56:31\",\n        \"url\": \"https://www.businessinsider.com/thieves-use-tesla-as-getaway-caught-after-stopping-to-charge-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Will Slashing Tesla Prices Slash Earnings?\",\n        \"byline\": \"Tesla cut prices yet again on its new cars. Will this create the demand that Elon Musk hopes?\",\n        \"source\": \"Zacks\",\n        \"publishDate\": \"2023-03-07T09:53:00\",\n        \"url\": \"https://www.zacks.com/stock/news/2062615/will-slashing-tesla-prices-slash-earnings?cid=CS-ZC-FT-video_blog-2062615\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts US Prices Of Model S, Model X\",\n        \"byline\": \"Tesla Cuts US Prices Of Model S, Model X\",\n        \"source\": \"IT Security News\",\n        \"publishDate\": \"2023-03-07T09:36:46\",\n        \"url\": \"https://www.itsecuritynews.info/tesla-cuts-us-prices-of-model-s-model-x/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (TSLA) Investor Day: Cruxes From Master Plan Part 3\",\n        \"byline\": \"Tesla (TSLA) executives lay out plans for making Earth fully sustainable and confirm the new Gigafactory in Mexico.\",\n        \"source\": \"Zacks\",\n        \"publishDate\": \"2023-03-07T09:10:00\",\n        \"url\": \"https://www.zacks.com/stock/news/2062588/tesla-tsla-investor-day-cruxes-from-master-plan-part-3?cid=CS-ZC-FT-analyst_blog|company_news_-_corporate_actions-2062588\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"3 Reasons Tesla Stock Can Keep Soaring\",\n        \"byline\": \"This electric automaker has a lot of juice left in its battery.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-07T08:53:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/07/3-reasons-tesla-stock-can-keep-soaring/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Thinking about trading options or stock in DICK'S Sporting Goods, Tesla, Meta Platforms, United Airlines, or Costco?\",\n        \"byline\": \"/PRNewswire/ -- InvestorsObserver issues critical PriceWatch Alerts for DKS, TSLA, META, UAL, and COST. Click a link below then choose between in-depth options...\",\n        \"source\": \"PR NewsWire\",\n        \"publishDate\": \"2023-03-07T08:42:00\",\n        \"url\": \"https://www.prnewswire.com/news-releases/thinking-about-trading-options-or-stock-in-dicks-sporting-goods-tesla-meta-platforms-united-airlines-or-costco-301764621.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes EV prices again\",\n        \"byline\": \"The Model S has fallen by $5,000 and the Model X has dropped by $10,000\",\n        \"source\": \"Energy Live News\",\n        \"publishDate\": \"2023-03-07T08:30:41\",\n        \"url\": \"https://www.energylivenews.com/2023/03/07/tesla-slashes-ev-prices-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla and GM follow shareholders in eyeing lithium miners\",\n        \"byline\": \"Carmakers stalk mining conferences in an effort to secure supply as EV demand grows\",\n        \"source\": \"Busniesslive\",\n        \"publishDate\": \"2023-03-07T08:21:43\",\n        \"url\": \"https://www.businesslive.co.za/bloomberg/news/2023-03-07-tesla-and-gm-follow-shareholders-in-eyeing-lithium-miners/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla starts deliveries of Hardware 4 computer (FSD2) equipped vehicles\",\n        \"byline\": \"Tesla started deliveries of its vehicles that are equipped with Hardware 4 (HW4) computers, also known as FSD2.\",\n        \"source\": \"Techstory\",\n        \"publishDate\": \"2023-03-07T08:08:23\",\n        \"url\": \"https://techstory.in/tesla-starts-deliveries-of-hardware-4-computer-fsd2-equipped-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"GM Ultra Cruise hands-free driving system is positioned as opposite of Tesla's approach\",\n        \"byline\": \"The system, which debuts in 2024 on the Cadillac Celestiq, can handle 95 percent of scenarios but will ask the driver to take over for complicated maneuvers.\",\n        \"source\": \"AutoNews\",\n        \"publishDate\": \"2023-03-07T08:00:00\",\n        \"url\": \"https://www.autonews.com/automakers-suppliers/gm-positions-ultra-cruise-hands-free-driving-system-alternative-teslas-beta\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Loses 'Top Pick' Status: Analyst Backs This Luxury Carmaker As Best Positioned To Weather Challenges\",\n        \"byline\": \"Tesla Inc.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-07T07:26:02\",\n        \"url\": \"https://longportapp.com/news/81672353\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, GM Follow Their Shareholders With Push Into Lithium Miners\",\n        \"byline\": \"Tesla, GM Follow Their Shareholders With Push Into Lithium Miners\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-07T07:13:14\",\n        \"url\": \"https://biz.crast.net/tesla-gm-follow-their-shareholders-with-push-into-lithium-miners/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The price of Tesla’s models, but not for all (yet) of the products, the price drops\",\n        \"byline\": \"The price of Tesla’s models, but not for all (yet) of the products, the price drops\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-07T06:37:38\",\n        \"url\": \"https://game-news24.com/2023/03/07/the-price-of-tesla-s-models-but-not-for-all-yet-of-the-products-the-price-drops/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla lowers the prices of Model S and X – in the US\",\n        \"byline\": \"There was a buzz throughout the automotive world when Tesla abruptly cut prices worldwide for the Model 3 and Model Y in January of this year. In one fell swoop, prices were cut by up to 22 percent, and the measure was met with both praise and pra...\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-07T06:34:32\",\n        \"url\": \"https://www.archytele.com/tesla-lowers-the-prices-of-model-s-and-x-in-the-us/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Should You Consider Adding Tesla (TSLA) to Your Portfolio?\",\n        \"byline\": \"Should You Consider Adding Tesla (TSLA) to Your Portfolio?\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-07T05:59:01\",\n        \"url\": \"https://biz.crast.net/should-you-consider-adding-tesla-tsla-to-your-portfolio/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Issues Price Cuts on Most Expensive Models\",\n        \"byline\": \"CNN reports that in January, the company offered discounts up to 20%. The discounts led to increased orders. CNN reports that Tesla CEO Elon Musk said the company would lower prices further to drive demand, which it appears they have done.\",\n        \"source\": \"The Australian\",\n        \"publishDate\": \"2023-03-07T05:52:07\",\n        \"url\": \"https://www.theaustralian.com.au/life/tesla-issues-price-cuts-on-most-expensive-models/video/377a5fd1265d2a55ca295c49bc82be7a\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model X and Model S in the U.S.\",\n        \"byline\": \"The savings are significant.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-07T05:25:03\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-cuts-prices-of-model-x-and-model-s-in-the-us-d0c3e944299c7c19cfba1bafcdc6f84c254cc856?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, prices falling and with the incentives in Italy it costs even less\",\n        \"byline\": \"Tesla, prices falling and with the incentives in Italy it costs even less\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-07T05:18:36\",\n        \"url\": \"https://www.breakinglatest.news/business/tesla-prices-falling-and-with-the-incentives-in-italy-it-costs-even-less/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, decided to cut prices also in Italy: here’s how to take advantage of the incentives\",\n        \"byline\": \"It is the price of the Model 3, in the entry-level Rear Wheel Drive version, that the American giant has decided to lower in our country. Decided cuts\",\n        \"source\": \"Italian Post\",\n        \"publishDate\": \"2023-03-07T05:16:36\",\n        \"url\": \"https://www.italianpost.news/tesla-decided-to-cut-prices-also-in-italy-heres-how-to-take-advantage-of-the-incentives/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to build world’s largest electric car plant – where?\",\n        \"byline\": \"Tesla to build world’s largest electric car plant – where?\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-07T04:52:12\",\n        \"url\": \"https://time.news/tesla-to-build-worlds-largest-electric-car-plant-where/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Starts Deliveries Of Hardware 4-Equipped Vehicles\",\n        \"byline\": \"Tesla Starts Deliveries Of Hardware 4-Equipped Vehicles\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-07T04:42:51\",\n        \"url\": \"https://onlineev.com/tesla-starts-deliveries-of-hardware-4-equipped-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"This is how electric cars from Tesla, Nissan, BMW and Renault perform at the TÜV\",\n        \"byline\": \"Tesla Model 3: Top in the sales ranking, significantly worse in the TÜV table. archive picture: KEYSTONE There is much less complicated technology in the electric car than in the combustion engine. That’s why less breaks. That’s what i...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-07T03:45:14\",\n        \"url\": \"https://www.archynewsy.com/this-is-how-electric-cars-from-tesla-nissan-bmw-and-renault-perform-at-the-tuv/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of its top models again\",\n        \"byline\": \"The savings are significant.\",\n        \"source\": \"1010.team\",\n        \"publishDate\": \"2023-03-07T03:10:43\",\n        \"url\": \"https://mashable.com/article/tesla-price-cuts-model-s-model-x\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices in the US again\",\n        \"byline\": \"Tesla has lowered the price of its Model S and Model X in the US. Depending on the model and variant, the EVs now cost between 5,000 and 10,000 dollars less. The Model S, for example, now starts at $89,990, down from $94,990, while the Model S Tri...\",\n        \"source\": \"electrive.com\",\n        \"publishDate\": \"2023-03-07T02:47:19\",\n        \"url\": \"https://www.electrive.com/2023/03/07/tesla-cuts-prices-in-the-us-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla price cuts hurt other carmakers\",\n        \"byline\": \"A Tesla-inspired price war among makers of electric vehicles in China is taking a toll on even the most resilient players, as evidenced by BYD's $18 billion drop in market valuation over the past month.\",\n        \"source\": \"Arkansas Democrat-Gazette\",\n        \"publishDate\": \"2023-03-07T02:24:00\",\n        \"url\": \"https://www.arkansasonline.com/news/2023/mar/07/tesla-price-cuts-hurt-other-carmakers/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla could begin producing autos in Mexico next year\",\n        \"byline\": \"Tesla: \\\"They are waiting for the final permits ... once that's done, they can start, hopefully this very month, in March,\\\" Nuevo Leon Governor Samuel Garcia said in an interview.\",\n        \"source\": \"ETEnergyWorld\",\n        \"publishDate\": \"2023-03-07T01:44:30\",\n        \"url\": \"https://energy.economictimes.indiatimes.com/news/power/tesla-could-begin-producing-autos-in-mexico-next-year/98471918\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla needs a factory in Mexico\",\n        \"byline\": \"Tesla will build a gigafactory in Mexico to service the Americas and protect its supply chain in what is being seen as a nearshoring move.\",\n        \"source\": \"Just Auto\",\n        \"publishDate\": \"2023-03-07T01:32:53\",\n        \"url\": \"https://www.just-auto.com/features/tesla-mexico-gigafactory-nearshoring-supply-chain-disruption/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Amazon, Ambrx, BridgeBio, Azul: Why These 5 Stocks Are Drawing Investors' Attention Today\",\n        \"byline\": \"U.S.markets closed mixed on Monday as investors and traders turned their attention toward Federal Reserve Chair Jerome Powell's testimony before Congress on Tuesday and Wednesday.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-07T01:03:29\",\n        \"url\": \"https://longportapp.com/news/81643806\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla and Others Increasing their North American Focus Seen as a Positive Development for Canadian Lithium Sector\",\n        \"byline\": \"Vancouver, Canada – TheNewswire - March 6, 2023 – Arbor Metals Corp. (“Arbor” or the “Company”) (TSXV:ABR, (FWB:432) considers the news that...\",\n        \"source\": \"NXTmine\",\n        \"publishDate\": \"2023-03-07T01:01:49\",\n        \"url\": \"https://www.nxtmine.com/financing/tsxv-abr-tesla-and-others-increasing-their-north-american-focus-seen-as-a-positive-development-for-canadian-lithium-sector/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"GLOBALLY RECOGNIZED ROSEN LAW FIRM Encourages Tesla, Inc. Investors to Secure Counsel Before Important Deadline in Securities Class Action - TSLA\",\n        \"byline\": \"New York, New York--(Newsfile Corp.- March 6, 2023) - WHY: Rosen Law Firm, a global investor rights law firm, reminds purchasers of the securities of Tesla, Inc.TSLA between February 19, 2019 and February 17, 2023, both dates inclusive (the \\\"Class...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-07T00:46:26\",\n        \"url\": \"https://longportapp.com/news/81642398\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla prepares for wireless charging of electric cars\",\n        \"byline\": \"Tesla has not given any details about when and if wireless charging for electric cars will come. However, they have promised the possibility of daily charging without having to manage charging plugs in the morning and evening, which indicates that...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-07T00:37:10\",\n        \"url\": \"https://www.archynewsy.com/tesla-prepares-for-wireless-charging-of-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The MacBook Air, Tesla on long-term flights, and the Pixel Watch Techspresso\",\n        \"byline\": \"The MacBook Air, Tesla on long-term flights, and the Pixel Watch Techspresso\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-07T00:30:01\",\n        \"url\": \"https://game-news24.com/2023/03/07/the-macbook-air-tesla-on-long-term-flights-and-the-pixel-watch-techspresso/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's China price war sparks $18 billion BYD rout – Detroit News\",\n        \"byline\": \"Tesla's China price war sparks $18 billion BYD rout – Detroit News\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-07T00:23:54\",\n        \"url\": \"https://billionairespress.com/786526/teslas-china-price-war-sparks-18-billion-byd-rout-detroit-news/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla reduces its prices on two car models to encourage sales in the United States\",\n        \"byline\": \"Tesla reduces its prices on two car models to encourage sales in the United States\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-07T00:19:05\",\n        \"url\": \"https://billionairespress.com/786522/tesla-reduces-its-prices-on-two-car-models-to-encourage-sales-in-the-united-states/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"MacBook Air M3, Tesla on long drives and the Pixel Watch\",\n        \"byline\": \"MacBook Air M3, Tesla on long drives and the Pixel Watch\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-07T00:05:59\",\n        \"url\": \"https://gettotext.com/macbook-air-m3-tesla-on-long-drives-and-the-pixel-watch/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Do Tesla price cuts flag demand or tactic to boost sales?\",\n        \"byline\": \"Do Tesla price cuts flag demand or tactic to boost sales? news - The Black Chronicle Boost, Cuts, Demand, Flag, jsnd, Price, Sales, tactic, Tesla oklahoma news\",\n        \"source\": \"The Black Chronicle\",\n        \"publishDate\": \"2023-03-06T23:59:36\",\n        \"url\": \"https://blackchronicle.com/do-tesla-price-cuts-flag-demand-or-tactic-to-boost-sales/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Rival Rivian Plans To Raise $1.3B In Green Notes Amid Production Challenges: What Investors Should Know\",\n        \"byline\": \"Rivian Automotive Inc. (NASDAQ: RIVN) is facing the inevitable.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-06T23:54:54\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31230757/tesla-rival-rivian-plans-to-raise-1-3b-in-green-notes-amid-production-challenges-what-investors-shou\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Chinese NEV insurance registrations for week ending Mar 5: BYD 38,932, Tesla 13,266, NIO 3,345\",\n        \"byline\": \"NIO vehicles registered 3,345 insurance units last week, down slightly from 3,357 the week before.\",\n        \"source\": \"CnEVPost\",\n        \"publishDate\": \"2023-03-06T23:29:14\",\n        \"url\": \"https://cnevpost.com/2023/03/07/chinese-nev-insurance-registrations-for-week-ending-mar-5/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"How and why Tesla is cutting the prices of its existing EVs?\",\n        \"byline\": \"How and why Tesla is cutting the prices of its existing EVs?\",\n        \"source\": \"TechnoSports\",\n        \"publishDate\": \"2023-03-06T23:15:00\",\n        \"url\": \"https://technosports.co.in/tesla-is-cutting-the-prices-of-its-existing-evs/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aroged: Production of electric vehicles by Tesla in Mexico is scheduled for next year\",\n        \"byline\": \"Aroged: Production of electric vehicles by Tesla in Mexico is scheduled for next year\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-06T22:21:15\",\n        \"url\": \"https://game-news24.com/2023/03/06/aroged-production-of-electric-vehicles-by-tesla-in-mexico-is-scheduled-for-next-year/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla again reduces its prices in the US to encourage demand\",\n        \"byline\": \"Tesla again reduces its prices in the US to encourage demand\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-06T22:02:11\",\n        \"url\": \"https://time.news/tesla-again-reduces-its-prices-in-the-us-to-encourage-demand/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Pros, cons of Tesla's price cuts in EV market\",\n        \"byline\": \"Tesla, the electric vehicle (EV) company owned by Elon Musk, has announced a price cut on two of its cars, marking its second price reduction this ye\",\n        \"source\": \"Middle East and North Africa Financial Network\",\n        \"publishDate\": \"2023-03-06T21:57:42\",\n        \"url\": \"https://menafn.com/1105719945/Pros-cons-of-Teslas-price-cuts-in-EV-market\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"By “Tesla Effect” the production of auto parts in Mexico by at least 7% this year\",\n        \"byline\": \"By “Tesla Effect” the production of auto parts in Mexico by at least 7% this year\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-06T20:42:45\",\n        \"url\": \"https://www.bullfrag.com/by-tesla-effect-the-production-of-auto-parts-in-mexico-by-at-least-7-this-year/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla price cuts: Flagging demand or tactic to boost sales?\",\n        \"byline\": \"Mon., March 6, 2023 | The Associated Press Share Share A Tesla logo is seen on a vehicle on display in Austin, Texas, Wednesday, Feb.22, 2023.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T20:38:53\",\n        \"url\": \"https://longportapp.com/news/81628892\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls almost 3,470 vehicles\",\n        \"byline\": \"Tesla recalls almost 3,470 vehicles\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-06T20:08:29\",\n        \"url\": \"https://time.news/tesla-recalls-almost-3470-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Bragar Eagel & Squire, P.C. Reminds Investors That Class Action Lawsuits Have Been Filed Against Alico, Catalent, Tesla, and DLocal and Encourages Investors to Contact the Firm\",\n        \"byline\": \"NEW YORK, March 06, 2023 (GLOBE NEWSWIRE) -- Bragar Eagel & Squire, P.C., a nationally recognized shareholder rights law firm, reminds investors that...\",\n        \"source\": \"GlobalNewsWire\",\n        \"publishDate\": \"2023-03-06T20:00:00\",\n        \"url\": \"https://www.globenewswire.com/news-release/2023/03/07/2621649/0/en/Bragar-Eagel-Squire-P-C-Reminds-Investors-That-Class-Action-Lawsuits-Have-Been-Filed-Against-Alico-Catalent-Tesla-and-DLocal-and-Encourages-Investors-to-Contact-the-Firm.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes prices on its two most expensive models\",\n        \"byline\": \"Tesla's standard Model S sedan now starts at $89,990 after a five percent price cut of $5,000. Similarly, the Model S Plaid is now $5,000 cheaper and...\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T19:44:50\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-slashes-prices-on-its-two-most-expensive-models-dafd4f0b2fea075fb95516bfad750b9571c99065?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ferrari Named Top Car Pick Over Tesla At Morgan Stanley\",\n        \"byline\": \"Long-term opportunities, a predictable business model and a \\\"near unmatched brand and market moat\\\" were cited as positives for the Italian automaker.\",\n        \"source\": \"Zerohedge\",\n        \"publishDate\": \"2023-03-06T19:40:00\",\n        \"url\": \"https://www.zerohedge.com/markets/ferrari-named-top-car-pick-over-tesla-morgan-stanley\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's 1st Made-In-Mexico Cars Could Roll Out Next Year, Says Official\",\n        \"byline\": \"Tesla Inc's (NASDAQ: TSLA) first batch of cars made at Giga Mexico could start rolling out in 2024, a Mexican govern\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-06T19:23:26\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31229835/teslas-1st-made-in-mexico-cars-could-roll-out-next-year-says-official\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ferrari Top Pick instead of Tesla, Morgan Stanley: ‘an almost incomparable brand’. And Musk cuts prices\",\n        \"byline\": \"Ferrari Top Pick instead of Tesla, Morgan Stanley: ‘an almost incomparable brand’.  And Musk cuts prices\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-06T19:07:10\",\n        \"url\": \"https://www.breakinglatest.news/business/ferrari-top-pick-instead-of-tesla-morgan-stanley-an-almost-incomparable-brand-and-musk-cuts-prices/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of most expensive models\",\n        \"byline\": \"Tesla Inc. lowered the prices of two of its most expensive models in the U.S., the Model S and Model X, in its latest round of price cuts as the company tries to boost demand in a competitive market.\",\n        \"source\": \"The Australian\",\n        \"publishDate\": \"2023-03-06T19:03:00\",\n        \"url\": \"https://www.theaustralian.com.au/business/the-wall-street-journal/tesla-cuts-prices-of-model-x-and-model-s/news-story/5f0e0627d4182e50d2d94933502e7e27\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will assemble up to 750,000 vehicles at its new plant in Mexico\",\n        \"byline\": \"Tesla will assemble up to 750,000 vehicles at its new plant in Mexico\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-06T18:53:08\",\n        \"url\": \"https://www.bullfrag.com/tesla-will-assemble-up-to-750000-vehicles-at-its-new-plant-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Chinese Tesla competitor unveils plans for flying car – NPR\",\n        \"byline\": \"Chinese Tesla competitor unveils plans for flying car – NPR\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-06T18:50:30\",\n        \"url\": \"https://onlineev.com/chinese-tesla-competitor-unveils-plans-for-flying-car-npr/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lawsuit filed for Investors who lost money with Tesla, Inc. (NASDAQ: TSLA)\",\n        \"byline\": \"An investor, who purchased shares of Tesla, Inc. (NASDAQ: TSLA), filed a lawsuit over alleged violations of Federal Securities Laws by Tesla, Inc. in connection with certain allegedly false and misleading statements made between February 19, 2019 ...\",\n        \"source\": \"Market Newswire\",\n        \"publishDate\": \"2023-03-06T18:00:19\",\n        \"url\": \"https://marketnewswire.live/index.php/2023/03/06/lawsuit-filed-for-investors-who-lost-money-with-tesla-inc-nasdaq-tsla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla may start auto production in Mexico next year – Mexican official\",\n        \"byline\": \"Tesla may start auto production in Mexico next year – Mexican official\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T17:06:45\",\n        \"url\": \"https://biz.crast.net/tesla-may-start-auto-production-in-mexico-next-year-mexican-official/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla reduces Model S and Model X prices, Electrek reports\",\n        \"byline\": \"Tesla has changed its pri... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-06T16:44:29\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3675264/TSLA-Tesla-reduces-Model-S-and-Model-X-prices-Electrek-reports1678142669\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla could begin producing autos in Mexico next year -Mexican official\",\n        \"byline\": \"Read more about Tesla could begin producing autos in Mexico next year -Mexican official on Devdiscourse\",\n        \"source\": \"Devdiscourse\",\n        \"publishDate\": \"2023-03-06T16:40:03\",\n        \"url\": \"https://www.devdiscourse.com/article/business/2370488-tesla-could-begin-producing-autos-in-mexico-next-year--mexican-official\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla begins deliveries of vehicles with Hardware 4 computer\",\n        \"byline\": \"Tesla begins deliveries of vehicles with Hardware 4 computer\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-06T16:38:34\",\n        \"url\": \"https://onlineev.com/tesla-begins-deliveries-of-vehicles-with-hardware-4-computer/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Check Out What Whales Are Doing With TSLA\",\n        \"byline\": \"A whale with a lot of money to spend has taken a noticeably bearish stance on Tesla.Looking at options history for Tesla TSLA we detected 195 strange trades.If we consider the specifics of each trade, it is accurate to state that 46% of the invest...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T16:33:50\",\n        \"url\": \"https://longportapp.com/news/81618675\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices For Its Most Expensive Electric Vehicles\",\n        \"byline\": \"WASHINGTON (dpa-AFX) - Electric car maker Tesla Inc. (TSLA) has cut prices for two of its most expensive cars, as the company tries to increase sales amid competition from rival companies.The price\",\n        \"source\": \"FinanzNachrichten\",\n        \"publishDate\": \"2023-03-06T16:24:00\",\n        \"url\": \"https://www.finanznachrichten.de/nachrichten-2023-03/58483568-tesla-cuts-prices-for-its-most-expensive-electric-vehicles-020.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Morgan Stanley’s longtime Tesla bull has named Ferrari as the new top auto stock, saying its ‘unmatched brand’ is best positioned to handle macro uncertainty.\",\n        \"byline\": \"Morgan Stanley’s longtime Tesla bull has named Ferrari as the new top auto stock, saying its ‘unmatched brand’ is best positioned to handle macro uncertainty.\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T16:04:23\",\n        \"url\": \"https://biz.crast.net/morgan-stanleys-longtime-tesla-bull-has-named-ferrari-as-the-new-top-auto-stock-saying-its-unmatched-brand-is-best-positioned-to-handle-macro-uncertainty/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X prices for second time this year\",\n        \"byline\": \"The cost of Tesla's higher-end electric vehicle models has dropped as much as $29,000 since early January.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T15:59:45\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-slashes-model-s-and-x-prices-for-second-time-this-year-dd716cb439cb11331b61904c6592afa3c4f01ed1?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla lowers the prices of its most expensive cars again\",\n        \"byline\": \"Tesla lowers the prices of its most expensive cars again\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-06T15:53:52\",\n        \"url\": \"https://www.breakinglatest.news/entertainment/tesla-lowers-the-prices-of-its-most-expensive-cars-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Dow Jones Fades Ahead Of Powell Testimony; Ferrari Overtakes Tesla As Leader; Apple Pops\",\n        \"byline\": \"The Dow Jones faded ahead of key testimony from Fed Chair Jerome Powell. Ferrari zoomed past Tesla stock. Apple stock was a top blue chip.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T15:37:37\",\n        \"url\": \"https://www.investors.com/market-trend/stock-market-today/dow-jones-fades-ahead-of-key-powell-testimony-ferrari-stock-overtakes-tesla-stock-as-leader-tests-entry/?src=A00220&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk and Tesla Put Enormous Pressure on Mercedes and BMW\",\n        \"byline\": \"Tesla has slashed prices on the Model S luxury sedan and Model X full-size SUV this year, pressuring other luxury-auto makers.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T15:23:41\",\n        \"url\": \"https://longportapp.com/news/81614073\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"“Tesla” cuts hundreds of thousands on the price of the two most expensive EVs in the United States.\",\n        \"byline\": \"This round of selling is the 5th time since the year 2023 byTesla is cutting prices on electric carsin the United States 4% off the Performance Model S and 9% off the more expensive Model X. Tesla Model S tesla website shows the companyModel S pri...\",\n        \"source\": \"Newsdir3\",\n        \"publishDate\": \"2023-03-06T15:12:21\",\n        \"url\": \"https://www.newsdirectory3.com/tesla-cuts-hundreds-of-thousands-on-the-price-of-the-two-most-expensive-evs-in-the-united-states/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla again lowers the prices of its cars in Mexico and the United States\",\n        \"byline\": \"Tesla again lowers the prices of its cars in Mexico and the United States\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-06T15:06:25\",\n        \"url\": \"https://www.bullfrag.com/tesla-again-lowers-the-prices-of-its-cars-in-mexico-and-the-united-states/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TSLA Stock Price Predictions: The Case for Tesla Hitting $230\",\n        \"byline\": \"Tesla has been on fire this year, at one point even doubling. Can the momentum keep up for TSLA stock and send it to $230 per share?\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-06T15:03:25\",\n        \"url\": \"https://investorplace.com/2023/03/tsla-stock-price-predictions-the-case-for-tesla-hitting-230/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Morgan Stanley's long-time Tesla bull just named Ferrari as the new top auto stock, saying its 'unmatched brand' makes it best positioned to handle macro uncertainty\",\n        \"byline\": \"\\\"We see Ferrari as the most defensive name in our coverage that avoids much of the EV hype and EV risk,\\\" Morgan Stanley's Adam Jonas said.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-06T14:50:04\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-ferrari-stock-ev-automakers-morgan-stanley-price-target-cars-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s price cut: a strategy to reduce demand or increase sales?\",\n        \"byline\": \"Tesla’s price cut: a strategy to reduce demand or increase sales?\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T14:49:12\",\n        \"url\": \"https://biz.crast.net/teslas-price-cut-a-strategy-to-reduce-demand-or-increase-sales/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls several thousand Model Ys, bolts are loose!\",\n        \"byline\": \"Tesla recalls several thousand Model Ys, bolts are loose!\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-06T14:48:45\",\n        \"url\": \"https://gettotext.com/tesla-recalls-several-thousand-model-ys-bolts-are-loose/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla no longer Morgan Stanley’s top U.S. automaker pick\",\n        \"byline\": \"Morgan Stanley analyst Adam Jonas now prefers Italian luxury-car maker Ferrari NV over Elon Musk's Tesla Inc. Find out more.\",\n        \"source\": \"Financial Post\",\n        \"publishDate\": \"2023-03-06T14:33:11\",\n        \"url\": \"https://financialpost.com/investing/tesla-no-longer-morgan-stanley-top-us-automaker-pick\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"09:31 ETThinking about trading options or stock in Dollar General, Walmart, Tesla, Microsoft, or Exxon Mobil?\",\n        \"byline\": \"InvestorsObserver issues critical PriceWatch Alerts for DG, WMT, TSLA, MSFT, and XOM. Click a link below then choose between in-depth options trade...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T14:32:34\",\n        \"url\": \"https://longportapp.com/news/81609670\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Buying a Tesla just got cheaper. Company offers another price drop on multiple models\",\n        \"byline\": \"Tesla's Model S and Model Xmodels are down between 4% and 9%. The cuts follow another price reduction in January that tookoff as much as 20%.\",\n        \"source\": \"15 Minute News\",\n        \"publishDate\": \"2023-03-06T14:19:32\",\n        \"url\": \"https://rssfeeds.usatoday.com/~/730083281/0/usatodaycommoney-topstories~Buying-a-Tesla-just-got-cheaper-Company-offers-another-price-drop-on-multiple-models/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Cybertruck and Semi drag race in new video to showoff acceleration\",\n        \"byline\": \"A video shows Tesla's Cybertruck and Semi going head-to-head in a drag race. The pair of futuristic vehicles revved their engines and accelerated to the finish line.\",\n        \"source\": \"Daily Mail Online\",\n        \"publishDate\": \"2023-03-06T13:53:22\",\n        \"url\": \"https://www.dailymail.co.uk/sciencetech/article-11827051/Teslas-Cybertruck-Semi-drag-race-new-video-showoff-acceleration.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of models X and S in attempt to boost demand\",\n        \"byline\": \"Latest round of price reductions as the electric-car maker struggles with demand.\",\n        \"source\": \"Live Mint\",\n        \"publishDate\": \"2023-03-06T13:39:36.379\",\n        \"url\": \"https://www.livemint.com/companies/tesla-cuts-prices-of-models-x-and-s-in-attempt-to-boost-demand-11678130862582.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices on Most Expensive Models\",\n        \"byline\": \"Tesla's shares slid today after the electric-vehicle maker reduced prices on its most expensive models.\",\n        \"source\": \"Investopedia\",\n        \"publishDate\": \"2023-03-06T13:31:03\",\n        \"url\": \"https://www.investopedia.com/tesla-cuts-prices-on-most-expensive-models-7198000\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock outlook: ‘this is not Peloton’\",\n        \"byline\": \"Electric vehicle giant Tesla Inc (NASDAQ: TSLA) announced a round of price cuts for its Model X and Model S vehicles. We know the competitive environment...\",\n        \"source\": \"Invesbrain\",\n        \"publishDate\": \"2023-03-06T13:00:08\",\n        \"url\": \"https://invesbrain.com/tesla-stock-outlook-this-is-not-peloton/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Perfect for Tesla and Co.: Mini caravan extends the range of electric cars\",\n        \"byline\": \"Perfect for Tesla and Co.: Mini caravan extends the range of electric cars\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-06T12:50:06\",\n        \"url\": \"https://gettotext.com/perfect-for-tesla-and-co-mini-caravan-extends-the-range-of-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Female driver charged after Tesla crashes in downtown Toronto: police\",\n        \"byline\": \"Female driver charged after Tesla crashes in downtown Toronto: police\",\n        \"source\": \"Canada News\",\n        \"publishDate\": \"2023-03-06T12:45:23.972\",\n        \"url\": \"https://canada.shafaqna.com/EN/AL/2440362\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is slashing Model S and Model X prices again\",\n        \"byline\": \"Tesla is slashing Model S and Model X prices again\",\n        \"source\": \"Technical Ripon\",\n        \"publishDate\": \"2023-03-06T12:30:00\",\n        \"url\": \"https://www.technicalripon.com/tesla-is-slashing-model-s-and-model-x-prices-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Putnam Investments LLC Purchases 1,540,233 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Putnam Investments LLC Purchases 1,540,233 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-06T12:28:42\",\n        \"url\": \"https://www.kopsource.com/2023/03/06/putnam-investments-llc-purchases-1540233-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Unveils New Abilities for Tesla’s AI Humanoid Robot; check the video\",\n        \"byline\": \"Tesla presented its investor conference last week, and as expected, the electric car maker reiterated its advances in different areas that can evolve its business, and beyond automobiles, the company commented on how its robotics arm can benefit f...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-06T12:21:21\",\n        \"url\": \"https://www.archyde.com/elon-musk-unveils-new-abilities-for-teslas-ai-humanoid-robot-check-the-video/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Vehicles With Updated Self-Driving Hardware Being Delivered, But This Key Feature Isn't Working Yet\",\n        \"byline\": \"After rumors of Tesla, Inc's (NASDAQ: TSLA) Hardware 4 (HW4) self-driving hardware upgrades, it seems the company has started delivering vehicles with the new\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-06T12:20:05\",\n        \"url\": \"https://www.benzinga.com/tech/23/03/31221695/tesla-vehicles-with-updated-self-driving-hardware-being-delivered-but-this-key-feature-isnt-working\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of some electric vehicles a second time\",\n        \"byline\": \"News, analysis and comment from the Financial Times, the worldʼs leading global business publication\",\n        \"source\": \"Financial Times\",\n        \"publishDate\": \"2023-03-06T12:18:42\",\n        \"url\": \"https://www.ft.com/content/7802b9fe-40c7-4365-84a2-7b62e12a0102\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Chinese Tesla rivals are forcing Elon Musk to be boring\",\n        \"byline\": \"As market leader in electric vehicles, Tesla must also prove it can do cheap mass production of reliable cars to see off new threat.\",\n        \"source\": \"WA Today\",\n        \"publishDate\": \"2023-03-06T12:15:00\",\n        \"url\": \"https://www.watoday.com.au/business/companies/chinese-tesla-rivals-are-forcing-elon-musk-to-be-boring-20230306-p5cpnf.html?ref=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla reduced the prices of luxury models\",\n        \"byline\": \"Tesla reduced the prices of luxury models\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T12:13:45\",\n        \"url\": \"https://biz.crast.net/tesla-reduced-the-prices-of-luxury-models/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The Tesla model X gets cheaper in Canada\",\n        \"byline\": \"The Tesla model X gets cheaper in Canada\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-06T12:08:45\",\n        \"url\": \"https://game-news24.com/2023/03/06/the-tesla-model-x-gets-cheaper-in-canada/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"In a bid to boost sales, Tesla cuts EV prices in US for the second time\",\n        \"byline\": \"Elon Musk-owned Tesla has slashed the prices of its EVs across its lineup in the US for the second time, which might be in an effort to boost sales before the end of the quarter\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T11:47:35\",\n        \"url\": \"https://longportapp.com/news/81589827\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Offers an Unprecedented Look at the Bench Behind Elon Musk\",\n        \"byline\": \"Tesla disappointed some investors last week by offering little new information about the next-generation, lower-cost vehicles it’s working on.\",\n        \"source\": \"News.Bloomberglaw\",\n        \"publishDate\": \"2023-03-06T11:30:01\",\n        \"url\": \"https://news.bloomberglaw.com/mergers-and-acquisitions/tesla-offers-an-unprecedented-look-at-the-bench-behind-elon-musk\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices for its most expensive electric vehicles to drive demand\",\n        \"byline\": \"Cuts range from 4% on performance version of Model S to 9% on more expensive Model X\",\n        \"source\": \"The Guardian\",\n        \"publishDate\": \"2023-03-06T11:17:52\",\n        \"url\": \"https://www.theguardian.com/technology/2023/mar/06/tesla-cuts-prices-model-s-x-electric-vehicles\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Jefferies Maintains Buy on Tesla, Raises Price Target to $230\",\n        \"byline\": \"Jefferies analyst Philippe Houchois maintains Tesla (NASDAQ:TSLA) with a Buy and raises the price target from $180 to $230.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T11:08:30\",\n        \"url\": \"https://longportapp.com/news/81586016\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices on its most expensive models after price cuts stoke demand\",\n        \"byline\": \"Days after Tesla CEO Elon Musk said that Tesla's recent price cuts on some models stoke demand, the automaker cut prices.\",\n        \"source\": \"Techstory\",\n        \"publishDate\": \"2023-03-06T11:06:50\",\n        \"url\": \"https://techstory.in/tesla-cuts-prices-on-its-most-expensive-models-after-price-cuts-stoke-demand/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is forced to recall tens of thousands of electric vehicles due to a lack of resources\",\n        \"byline\": \"Tesla is forced to recall tens of thousands of electric automobiles due to a JVTech problem. Published on 03/06/2023 at 19:15 Share : Tesla has had a few minor issues since the en ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-06T11:06:38\",\n        \"url\": \"https://list23.com/1246919-tesla-is-forced-to-recall-tens-of-thousands-of-electric-vehicles-due-to-a-lack-of-resources/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: tough competition in China?\",\n        \"byline\": \"Tesla: tough competition in China?\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-06T11:01:17\",\n        \"url\": \"https://gettotext.com/tesla-tough-competition-in-china/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's Tesla cuts prices again as tries to boost sales\",\n        \"byline\": \"Tesla boss Elon Musk has previously said he hoped price cuts would help the firm avoid the hit from a \\\"pretty difficult recession\\\" in 2023.\",\n        \"source\": \"BBC\",\n        \"publishDate\": \"2023-03-06T10:49:54\",\n        \"url\": \"https://www.bbc.co.uk/news/business-64867287?at_medium=RSS&at_campaign=KARANGA\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of high-end Model S and Model X EV\",\n        \"byline\": \"Tesla cuts prices of high-end Model S and Model X EV\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T10:49:43\",\n        \"url\": \"https://biz.crast.net/tesla-cuts-prices-of-high-end-model-s-and-model-x-ev/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"RACE Stock Alert: Ferrari Beats Out Tesla as Morgan Stanley’s Top Auto Stock\",\n        \"byline\": \"RACE stock could gain traction today as a notable Wall Street expert surprisingly picks Ferrari over Tesla.\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-06T10:49:35\",\n        \"url\": \"https://investorplace.com/2023/03/race-stock-alert-ferrari-beats-out-tesla-as-morgan-stanleys-top-auto-stock/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X prices for the second time this year - Mon, 06 Mar 2023 PST\",\n        \"byline\": \"Tesla Inc. reduced prices of its more expensive models again, days after Elon Musk said cuts earlier this year had piqued interest in the company’s electric vehicles.\",\n        \"source\": \"The Spokesman-Review\",\n        \"publishDate\": \"2023-03-06T10:47:00\",\n        \"url\": \"http://www.spokesman.com/stories/2023/mar/06/tesla-slashes-model-s-and-x-prices-for-the-second-/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk cutting prices on Tesla luxury cars again by nearly 10 percent\",\n        \"byline\": \"Musk hassaid repeatedlyin recent months thatTeslawould focus on bringing prices down to drive demand.\",\n        \"source\": \"New York Post\",\n        \"publishDate\": \"2023-03-06T10:44:12\",\n        \"url\": \"https://nypost.com/2023/03/06/tesla-cuts-us-model-s-and-model-x-prices-between-4-and-9/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Bought by Purus Wealth Management LLC\",\n        \"byline\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Bought by Purus Wealth Management LLC\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-06T10:42:42\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/06/tesla-inc-nasdaqtsla-shares-bought-by-purus-wealth-management-llc.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Sold by Q3 Asset Management\",\n        \"byline\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Sold by Q3 Asset Management\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-06T10:42:41\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/06/tesla-inc-nasdaqtsla-shares-sold-by-q3-asset-management.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Slashes Prices On Model S And Model X In Latest Salvo Of EV Wars\",\n        \"byline\": \"Tesla slashed prices on two of its most expensive U.S. models, as it continues the trend of discounting its vehicles to drive up demand.\",\n        \"source\": \"International Business Times\",\n        \"publishDate\": \"2023-03-06T10:41:02\",\n        \"url\": \"https://www.ibtimes.com/tesla-slashes-prices-model-s-model-x-latest-salvo-ev-wars-3674108\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ford, Toyota, Tesla, others recall 1 million vehicles. Here's why\",\n        \"byline\": \"Ford, Toyota, Tesla, and other carmakers have recalled one million vehicles. Check reasons.\",\n        \"source\": \"Economic Times\",\n        \"publishDate\": \"2023-03-06T10:24:06\",\n        \"url\": \"https://economictimes.indiatimes.com/news/international/us/ford-toyota-tesla-others-recall-1-million-vehicles-heres-why/articleshow/98458778.cms\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"‘Virtually unnoticed’: Tesla’s plan to eliminate rare earths from EVs to have minimal impact on demand, which could double by 2030\",\n        \"byline\": \"‘Virtually unnoticed’: Tesla’s plan to eliminate rare earths from EVs to have minimal impact on demand, which could double by 2030 - Stockhead\",\n        \"source\": \"Stock Head\",\n        \"publishDate\": \"2023-03-06T10:20:20\",\n        \"url\": \"https://stockhead.com.au/resources/resources-virtually-unnoticed-teslas-plan-to-eliminate-rare-earths-from-evs-to-have-minimal-impact-on-demand-which-could-double-by-2030/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"China targets growth, cuts Tesla prices, hikes ECB\",\n        \"byline\": \"China targets growth, cuts Tesla prices, hikes ECB\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T10:17:25\",\n        \"url\": \"https://biz.crast.net/china-targets-growth-cuts-tesla-prices-hikes-ecb/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ex-Tesla Legal Chief Joins Sunnova Energy As GC\",\n        \"byline\": \"David Searle, the former acting head of legal at Tesla, has taken a position as executive vice president and general counsel at solar company Sunnova Energy International Inc. in Houston.\",\n        \"source\": \"Law 360\",\n        \"publishDate\": \"2023-03-06T10:07:27\",\n        \"url\": \"https://www.law360.com/texas/articles/1582648\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"March Madness: Tesla app shows Auckland man's commute time has tripled\",\n        \"byline\": \"This commuter can say with proof that traffic has got much, much worse in our biggest city.\",\n        \"source\": \"Stuff NZ\",\n        \"publishDate\": \"2023-03-06T10:00:00\",\n        \"url\": \"https://www.stuff.co.nz/motoring/131326540/march-madness-tesla-app-shows-auckland-mans-commute-time-has-tripled.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"A 120-year-old company is leaving Tesla in the dust\",\n        \"byline\": \"NYT Opinion: 'Tesla had me convinced, for a while, that it was a cool company.'\",\n        \"source\": \"NZ Herald\",\n        \"publishDate\": \"2023-03-06T10:00:00\",\n        \"url\": \"https://www.nzherald.co.nz/business/a-120-year-old-company-is-leaving-tesla-in-the-dust/IFPHSKK6ZRCWFNRECG2NMGJHFQ/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts Models S and X prices for the second time in eight weeks\",\n        \"byline\": \"Tesla is cutting prices for the second time in less than eight weeks. Reuters noticed that the automaker has dropped the prices of its more expensive, aging Model S sedan and Model X SUV yet again. While these cars were revolutionary at launch in ...\",\n        \"source\": \"New York Folk\",\n        \"publishDate\": \"2023-03-06T09:55:54\",\n        \"url\": \"https://newyorkfolk.com/tech/tesla-cuts-models-s-and-x-prices-for-the-second-time-in-eight-weeks/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Model S and Model X Prices Again, but the EVs Are Still Expensive\",\n        \"byline\": \"Elon Musk's automaker announced price cuts between 4% and 9% for the company's two highest-end vehicles.\",\n        \"source\": \"1010.team\",\n        \"publishDate\": \"2023-03-06T09:50:00\",\n        \"url\": \"https://gizmodo.com/tesla-elon-musk-electric-vehicles-model-x-model-s-1850191926\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Bronstein, Gewirtz & Grossman, LLC Notifies Tesla, Inc. (TSLA)Investors of Class Action and to Actively Participate\",\n        \"byline\": \"NEW YORK, March 06, 2023 (GLOBE NEWSWIRE) -- Attorney Advertising-- Bronstein, Gewirtz & Grossman, LLC notifies investors that a class action lawsuit...\",\n        \"source\": \"GlobalNewsWire\",\n        \"publishDate\": \"2023-03-06T09:34:00\",\n        \"url\": \"https://www.globenewswire.com/news-release/2023/03/06/2621362/9788/en/Bronstein-Gewirtz-Grossman-LLC-Notifies-Tesla-Inc-TSLA-Investors-of-Class-Action-and-to-Actively-Participate.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Purchased by Quest Investment Management LLC\",\n        \"byline\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Purchased by Quest Investment Management LLC\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-06T09:26:42\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/06/tesla-inc-nasdaqtsla-shares-purchased-by-quest-investment-management-llc.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk and Tesla Put Big Pressure on Mercedes and BMW\",\n        \"byline\": \"Elon Musk and Tesla Put Big Pressure on Mercedes and BMW\",\n        \"source\": \"California News Times\",\n        \"publishDate\": \"2023-03-06T09:25:41\",\n        \"url\": \"https://californianewstimes.com/elon-musk-and-tesla-put-big-pressure-on-mercedes-and-bmw/738142/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s superchargers are now open to other electric vehicles at ‘select sites’ in the US. U. S.\",\n        \"byline\": \"Tesla Superchargers: Last month, Biden managed new projects to install 5,000,000 electric vehicle chargers on U. S. roads. the end of 2024.\",\n        \"source\": \"Receive News\",\n        \"publishDate\": \"2023-03-06T09:25:29\",\n        \"url\": \"https://receive.news/03/06/2023/teslas-superchargers-are-now-open-to-other-electric-vehicles-at-select-sites-in-the-us-u-s/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Beggar Thy Competitor: With Tesla Sneezing Right Now, Lucid Group Is About To Catch a Brutal Cold\",\n        \"byline\": \"Tesla's strategy of aggressive price cuts now poses an outsized risk to the EV giant’s nascent competitors, including Lucid Group\",\n        \"source\": \"Wccftech\",\n        \"publishDate\": \"2023-03-06T09:08:04\",\n        \"url\": \"https://wccftech.com/beggar-thy-competitor-with-tesla-sneezing-right-now-lucid-group-is-about-to-catch-a-brutal-cold/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Stock Eyes Breakout After U.S. Luxury Model Price Cuts\",\n        \"byline\": \"With Tesla slashing luxury model prices in the U.S., TSLA shares could be in a buy zone if they clear this key hurdle.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T09:08:03\",\n        \"url\": \"https://www.investors.com/news/tesla-stock-eyes-breakout-after-u-s-luxury-model-price-cuts/?src=A00220&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Drops Model S and Model X Pricing, Making Plaid the Same Price\",\n        \"byline\": \"Tesla Model S Dual Motor All-Wheel Drive now starts at $89,990, a $5,000 price drop from its previous $94,990 starting price. Tesla Model X Dual Motor All-Wheel Drive saw a larger price decrease of…\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T09:06:33\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-drops-model-s-and-model-x-pricing-making-plaid-the-same-price-c44b6b7490ab0b0344c1fede0d96b0a0d1d09907?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla continues to cut prices, $5,000 off Model S and $10,000 off Model X\",\n        \"byline\": \"Tesla continues to cut prices, $5,000 off Model S and $10,000 off Model X\",\n        \"source\": \"Technical Ripon\",\n        \"publishDate\": \"2023-03-06T09:00:00\",\n        \"url\": \"https://www.technicalripon.com/tesla-continues-to-cut-prices-5000-off-model-s-and-10000-off-model-x/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Slashes Prices Yet Again, This Time on Model S, Model X\",\n        \"byline\": \"This is Tesla's fifth price adjustment in 2023 alone, which may give some potential buyers pause over concerns their desired vehicle could be significantly cheaper a few weeks from now.\",\n        \"source\": \"Newslookup.com\",\n        \"publishDate\": \"2023-03-06T08:56:13\",\n        \"url\": \"https://www.pcmag.com/news/tesla-slashes-prices-yet-again-this-time-on-model-s-model-x\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is recalling 3,470 Model Y crossovers for second-row seat fix\",\n        \"byline\": \"This time the recall requires physical inspection, not an OTA software update.\",\n        \"source\": \"Newslookup.com\",\n        \"publishDate\": \"2023-03-06T08:55:24\",\n        \"url\": \"https://arstechnica.com/cars/2023/03/tesla-is-recalling-3470-model-y-crossovers-for-second-row-seat-fix/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Here are Monday's biggest analyst calls of the day: Apple, Tesla, Nio, Ferrari, Merck, Nvidia & more\",\n        \"byline\": \"Here are the biggest calls on Wall Street on Monday.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-06T08:49:03\",\n        \"url\": \"https://www.cnbc.com/2023/03/06/top-analyst-calls-on-monday-include-apple-tesla-nio-ferrari-more.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s humanoid robot, Optimus, walks and does simple tasks\",\n        \"byline\": \"When Tesla’s humanoid robot Optimus was presented at AI Day in September 2022, it was still clumsily stumbling around and people were afraid it would fall over at any time. At the Tesla 2023 Investor Day, Tesla CEO Elon Musk presented the la...\",\n        \"source\": \"Kiratas\",\n        \"publishDate\": \"2023-03-06T08:48:48\",\n        \"url\": \"https://www.kiratas.com/teslas-humanoid-robot-optimus-walks-and-does-simple-tasks/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Morgan Stanley's Jonas calls Ferrari his top pick, replacing Tesla\",\n        \"byline\": \"The firm's new price target implies the stock could rally 14%.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-06T08:48:26\",\n        \"url\": \"https://www.cnbc.com/2023/03/06/morgan-stanleys-jonas-calls-ferrari-his-top-pick-replacing-tesla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices of Model X and Model S\",\n        \"byline\": \"It is Tesla’s second round of price reductions this year as the electric-car maker struggles with demand.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T08:47:00\",\n        \"url\": \"https://www.wsj.com/articles/tesla-cuts-prices-of-model-x-and-model-s-1898bc5d?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls nearly 3,500 cars over loose bolts affecting seat belts\",\n        \"byline\": \"Tesla recalls nearly 3,500 cars over loose bolts affecting seat belts\",\n        \"source\": \"Metro\",\n        \"publishDate\": \"2023-03-06T08:37:50\",\n        \"url\": \"https://metro.co.uk/2023/03/06/tesla-recalls-nearly-3500-cars-over-loose-bolts-affecting-seat-belts-18393297/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Apple, Sienna, Silvergate, and more stock market movers\",\n        \"byline\": \"Tesla, Apple, Sienna, Silvergate, and more stock market movers\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T08:33:41\",\n        \"url\": \"https://biz.crast.net/tesla-apple-sienna-silvergate-and-more-stock-market-movers/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Thinking about trading options or stock in Dollar General, Walmart, Tesla, Microsoft, or Exxon Mobil?\",\n        \"byline\": \"InvestorsObserverissues critical PriceWatch Alerts for DG, WMT, TSLA, MSFT, and XOM. Click a link below then choose between in-depth...\",\n        \"source\": \"Le Lezard\",\n        \"publishDate\": \"2023-03-06T08:31:00\",\n        \"url\": \"https://www.lelezard.com/en/news-20805783.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices On Model S and X Vehicles To Boost Sales\",\n        \"byline\": \"Electric car maker Tesla (TSLA) has again cut the prices of its more expensive model S and X vehicles as it tries to boost sales amid higher interest rates and waning consumer spending. The model S and X will now start at $89,990 U.S. and $99,990 ...\",\n        \"source\": \"BayStreet\",\n        \"publishDate\": \"2023-03-06T08:24:00\",\n        \"url\": \"http://www.baystreet.ca/articles/stockstowatch.aspx?id=14774\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will again reduce the electric price in the US. Model S will go down by another $5,000, and Model X by $10,000\",\n        \"byline\": \"Tesla will again reduce the electric price in the US. Model S will go down by another $5,000, and Model X by $10,000\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-06T08:22:55\",\n        \"url\": \"https://game-news24.com/2023/03/06/tesla-will-again-reduce-the-electric-price-in-the-us-model-s-will-go-down-by-another-5000-and-model-x-by-10000/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Driver arrested after Tesla crashes and bursts into flames in downtown Toronto\",\n        \"byline\": \"Driver arrested after Tesla crashes and bursts into flames in downtown Toronto\",\n        \"source\": \"Canada News\",\n        \"publishDate\": \"2023-03-06T08:16:31.874\",\n        \"url\": \"https://canada.shafaqna.com/EN/AL/2440171\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Rivian, Tesla, and 2 Other EV Makers Are Recalling Vehicles\",\n        \"byline\": \"Several issues with electric-vehicles were announced by the National Highway Traffic Safety Administration Monday.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T08:11:00\",\n        \"url\": \"https://www.barrons.com/articles/rivian-lordstown-tesla-car-vehicle-recall-759ec91f?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Model S, Model X Prices in U.S. to Boost Sales – WSJ\",\n        \"byline\": \"Tesla Cuts Model S, Model X Prices in U.S. to Boost Sales – WSJ\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-06T08:06:23\",\n        \"url\": \"https://www.breakinglatest.news/business/tesla-cuts-model-s-model-x-prices-in-u-s-to-boost-sales-wsj/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla issues recall notice for 3,470 Model Y vehicles in U.S.\",\n        \"byline\": \"The National Highway Traf... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-06T07:52:36\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674884/TSLA-Tesla-issues-recall-notice-for--Model-Y-vehicles-in-US1678110756\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices globally in a bid to spur demand\",\n        \"byline\": \"TESLA Inc has slashed prices of its electric vehicles in the United States and Europe, doubling down on a discount drive it started in Asia as demand slows against the backdrop of a weakening economy.\",\n        \"source\": \"The Star Online\",\n        \"publishDate\": \"2023-03-06T07:45:21.681\",\n        \"url\": \"https://www.thestar.com.my/business/business-news/2023/03/06/tesla-cuts-prices-globally-in-a-bid-to-spur-demand\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices on Its Vehicles Again. Analyst Raises Target for the Stock.\",\n        \"byline\": \"The electric-vehicle company lowers the tags on the Model S and Model X. Jefferies analyst Philippe Houchois is now looking for $230 a share from $180.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T07:45:00\",\n        \"url\": \"https://www.barrons.com/articles/tesla-cuts-vehicle-model-prices-stock-a45c7256?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Jim Simmons’s Rentec first bet on Tesla a decade ago — and the fund once held a $12 billion stake in Elon Musk’s automaker today\",\n        \"byline\": \"Jim Simmons’s Rentec first bet on Tesla a decade ago — and the fund once held a $12 billion stake in Elon Musk’s automaker today\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T07:37:07\",\n        \"url\": \"https://biz.crast.net/jim-simmonss-rentec-first-bet-on-tesla-a-decade-ago-and-the-fund-once-held-a-12-billion-stake-in-elon-musks-automaker-today/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Factbox-Tesla cuts prices globally in a bid to spur demand\",\n        \"byline\": \"(Reuters) - Tesla Inc has slashed prices of its electric vehicles in the United States and Europe, doubling down on a discount drive it started in Asia as demand slows against the backdrop of a weakening economy. | 08:32am\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-06T07:32:20\",\n        \"url\": \"https://www.marketscreener.com/news/latest/Factbox-Tesla-cuts-prices-globally-in-a-bid-to-spur-demand--43170321/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Rivian, Tesla, 2 Other EV Makers Recall Vehicles. The Stocks Aren’t Moving.\",\n        \"byline\": \"Several issues with electric-vehicles were announced by the National Highway Traffic Safety Administration Monday.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T07:32:00\",\n        \"url\": \"https://www.barrons.com/articles/rivian-tesla-lordstown-electrameccanica-recall-stock-ev-electric-vehicles-759ec91f?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes U.S. Model S and Model X prices between 4% and 9% – Reuters\",\n        \"byline\": \"March 5 (Reuters) – Tesla Inc (TSLA.O) has cut the prices of its two most expensive electric vehicles in the United States, according to the company’s website, days after Chief Executive Elon Musk said that recent price cuts on other m...\",\n        \"source\": \"OLTNews\",\n        \"publishDate\": \"2023-03-06T07:23:28\",\n        \"url\": \"https://oltnews.com/tesla-slashes-u-s-model-s-and-model-x-prices-between-4-and-9-reuters\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts Model S and Model X prices in the U.S. to stoke demand\",\n        \"byline\": \"Tesla has cut prices on its two most expensive electric vehicles in the United States, according to the company's website.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-06T07:12:30\",\n        \"url\": \"https://www.cnbc.com/2023/03/06/tesla-cuts-us-model-s-and-model-x-prices-between-4percent-and-9percent.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices Again, but This Nasdaq Energy Stock Is Monday's Winner\",\n        \"byline\": \"Wall Street didn't seem confident about continuing the market rally from last week.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-06T07:12:22\",\n        \"url\": \"https://www.fool.com/investing/2023/03/06/tesla-cuts-prices-again-but-this-nasdaq-energy-sto/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Rally Over 16%? Here Are 10 Other Analyst Forecasts For Monday\",\n        \"byline\": \"Citigroup raised the price target for The Manitowoc Company, Inc. (NYSE: MTW) from $11 to $21. Citigroup analyst Timothy Thein maintained a Neutral rating. Manitowoc shares fell 2.4% to $19.09 in pre-market trading.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-06T06:54:56\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31215093/tesla-to-rally-over-16-here-are-10-other-analyst-forecasts-for-monday\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Indonesia unveils EV subsidies to woo Tesla, BYD\",\n        \"byline\": \"Government aims to create market attractive to global EV makers\",\n        \"source\": \"Nikkei Asian Review\",\n        \"publishDate\": \"2023-03-06T06:52:06.441\",\n        \"url\": \"https://asia.nikkei.com/Business/Transportation/Indonesia-unveils-EV-subsidies-to-woo-Tesla-BYD\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"#Between the lines | The B-side of ‘Operation Tesla’\",\n        \"byline\": \"#Between the lines |  The B-side of ‘Operation Tesla’\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-06T06:47:31\",\n        \"url\": \"https://www.bullfrag.com/between-the-lines-the-b-side-of-operation-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Model S And X Prices To Stoke US Demand Amid EV Price War Threats\",\n        \"byline\": \"The starting prices for the Model S and X in the US have been reduced by 5.3% and 9.1%, respectively.\",\n        \"source\": \"Zerohedge\",\n        \"publishDate\": \"2023-03-06T06:45:00\",\n        \"url\": \"https://www.zerohedge.com/markets/tesla-cuts-model-s-and-x-prices-stoke-us-demand-amid-ev-price-war-threats\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Jim Simons' RenTech first bet on Tesla a decade ago - and the fund once held a stake in Elon Musk's automaker worth $12 billion today\",\n        \"byline\": \"Simons' quant fund was an early buyer of Tesla stock, and its stake has whipsawed in value from under $400,000 to over $1.6 billion in recent years.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-06T06:39:09\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/jim-simons-rentech-stock-portfolio-tesla-elon-musk-electric-vehicles-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is lowering the price of electric vehicles once more in the United States. Model S will fall by another $5,000, while Model X will cost $10,000 more\",\n        \"byline\": \"According to Tesla's website, the Model S is down 5.2 percent ($5,000) in the United States, while the Model X is down 9.1 percent ($10,000). The Model X SUV dropped $21,000 from $120,990 at ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-06T06:36:38\",\n        \"url\": \"https://list23.com/1246337-tesla-is-lowering-the-price-of-electric-vehicles-once-more-in-the-united-states-model-s-will-fall-by/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices on its most expensive models\",\n        \"byline\": \"Tesla has cut prices on its two most expensive electric vehicles in the United States, according to the company's website, days after CEO Elon Musk said recent price cuts on other models had stoked demand.\",\n        \"source\": \"cnn\",\n        \"publishDate\": \"2023-03-06T06:33:35\",\n        \"url\": \"https://www.cnn.com/2023/03/06/business/tesla-cuts-prices/index.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices on 2 Models. Analyst Raises Target for the Stock.\",\n        \"byline\": \"The electric-vehicle company lowers the tags on the Model S and Model X. Jefferies analyst Philippe Houchois is now looking for $230 a share from $180.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T06:30:00\",\n        \"url\": \"https://www.barrons.com/articles/tesla-cuts-us-electric-vehicle-prices-a45c7256?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Nvidia, Ford, C3.ai, Kala: Top Trending Stocks Today - NVIDIA (NASDAQ:NVDA), Tesla (NASDAQ:TSLA),\",\n        \"byline\": \"U.S. markets ended in the green on Friday with major indices gaining over 1% as investors and traders weighed in on the fall in U.S. Treasury yields. The Nasdaq\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-06T06:04:13\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0imvd/Tesla-Nvidia-Ford-C3-ai-Kala-Top-Trending.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ferrari replaces Tesla as Morgan Stanley top pick in autos\",\n        \"byline\": \"Morgan Stanley raised the... RACE, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-06T06:00:40\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674667/RACE;TSLA-Ferrari-replaces-Tesla-as-Morgan-Stanley-top-pick-in-autos1678104040\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Another AV company hits the skids, Scout Motors picks a home and Tesla’s tepid investor day\",\n        \"byline\": \"The Station is a weekly newsletter focused on transportation. Scout picks a home, Embark Trucks falters and Tesla investor day falls flat.\",\n        \"source\": \"TechCrunch\",\n        \"publishDate\": \"2023-03-06T06:00:11\",\n        \"url\": \"https://techcrunch.com/2023/03/06/another-av-company-hits-the-skids-scout-motors-picks-a-home-and-teslas-tepid-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X prices for the second time this year\",\n        \"byline\": \"Tesla slashes Model S and X prices for the second time this year\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T05:58:08\",\n        \"url\": \"https://biz.crast.net/tesla-slashes-model-s-and-x-prices-for-the-second-time-this-year/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"r/technology - Warren Buffett-backed Chinese EV maker BYD has seen $18 billion in value wiped out amid Tesla's price war\",\n        \"byline\": \"Bis jetzt 0 Votes und 2 Kommentare auf Reddit\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T05:54:22\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/r-technology-warren-buffett-backed-chinese-ev-maker-byd-has-seen-18-8131cbe75f70470ebc865f465ca4a61ee09378a2?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Ford, Toyota, Jeep among 1 million recalled vehicles: Check latest car recalls here\",\n        \"byline\": \"Issues in the latest car recalls from Ford, Tesla, Dodge, Jeep and Toyota include loose bolts, overheating clutches and faulty keys and more.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T05:52:00\",\n        \"url\": \"https://finance.yahoo.com/news/tesla-ford-toyota-jeep-among-115200196.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla has cut the prices of its most expensive models in the US.\",\n        \"byline\": \"Tesla has cut the prices of its most expensive models in the US.\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T05:42:50\",\n        \"url\": \"https://biz.crast.net/tesla-has-cut-the-prices-of-its-most-expensive-models-in-the-us/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices for Model S and Model X in U.S. in bid to boost sales\",\n        \"byline\": \"Tesla Inc. cut the prices of its Model S and Model X vehicles in the U.S. late Sunday, in a bid to boost sales in the final month of the first quarter.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T05:35:02\",\n        \"url\": \"https://longportapp.com/news/81555435\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cuts Prices Of Model S, Model X In US\",\n        \"byline\": \"Luxury electric major Tesla Inc. has slashed prices of its Model S sedan and Model X SUV vehicles in the United States, aiming to boost demand. The price cut comes for the second time this year after the company drastically cut prices in January ...\",\n        \"source\": \"RTT News\",\n        \"publishDate\": \"2023-03-06T05:22:50\",\n        \"url\": \"https://www.rttnews.com/story.aspx?Id=3348417\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla just slashed Model X and Model S prices for the second time in 2023, by $10,000 and $5,000 respectively\",\n        \"byline\": \"Elon Musk's Tesla is engaged in a price war with traditional automakers, having cut prices for all models several times already in 2023.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-06T05:19:46\",\n        \"url\": \"https://www.businessinsider.com/tesla-cut-price-model-x-and-model-s-second-time-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Warren Buffett-backed Chinese EV maker BYD sees $18 billion in value wiped off amid Tesla’s price war\",\n        \"byline\": \"Warren Buffett-backed Chinese EV maker BYD sees $18 billion in value wiped off amid Tesla’s price war\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T05:12:29\",\n        \"url\": \"https://biz.crast.net/warren-buffett-backed-chinese-ev-maker-byd-sees-18-billion-in-value-wiped-off-amid-teslas-price-war/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla drops Model S and Model X prices, now starts at just $90,000\",\n        \"byline\": \"After years of price increases, Tesla has updated pricing on its flagship Model S and Model X vehicles. The Model...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-06T05:09:04\",\n        \"url\": \"https://electrek.co/2023/03/06/tesla-drops-model-s-x-prices/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes prices of Model S, Model X in U.S.\",\n        \"byline\": \"Tesla slashed prices of its Model S sedan and Model X crossover in the U.S. late Sunday night $5,000 and $10,000 respectively as the company seeks to goose demand in the final month of the quarter.\",\n        \"source\": \"AutoNews\",\n        \"publishDate\": \"2023-03-06T05:09:00\",\n        \"url\": \"https://www.autonews.com/automakers-suppliers/tesla-slashes-prices-model-s-model-x-us\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X prices in US to further boost demand\",\n        \"byline\": \"Tesla has lowered the price of its most expensive EV models in the US, reducing the cost of a new Model S by up to five percent and Model X by up to ten percent.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T05:08:33\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-slashes-model-s-and-x-prices-in-us-to-further-boost-demand-25262771daeb648b6d25d2f9c14d15b1bb3ee9c6?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla Climbed 18.8% in February | The Motley Fool\",\n        \"byline\": \"The electric car manufacturer unveiled its long-term plans during its Investor Day and is planning to build another gigafactory.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-06T05:00:37\",\n        \"url\": \"https://longportapp.com/news/81553456\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla starts introducing V4 Superchargers in Europe\",\n        \"byline\": \"Tesla has started installing a new generation of its Superchargers. The first known location for Tesla's fourth-generation fast-charging stations is Harderwijk in the Netherlands, about 60 kilometres from Amsterdam. The opening of the entire Harde...\",\n        \"source\": \"electrive.com\",\n        \"publishDate\": \"2023-03-06T04:57:30\",\n        \"url\": \"https://www.electrive.com/2023/03/06/tesla-starts-introducing-v4-superchargers-in-europe/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Once again, Tesla is slashing Model X and S prices in the US\",\n        \"byline\": \"Once again, Tesla is slashing Model X and S prices in the US\",\n        \"source\": \"Technical Ripon\",\n        \"publishDate\": \"2023-03-06T04:52:45\",\n        \"url\": \"https://www.technicalripon.com/once-again-tesla-is-slashing-model-x-and-s-prices-in-the-us/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Mexico plant could start making cars in 2024, NY Times reports\",\n        \"byline\": \"Tesla's new factory ... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-06T04:50:09\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674601/TSLA-Teslas-Mexico-plant-could-start-making-cars-in--NY-Times-reports1678099809\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cut the price of its most expensive models in the US\",\n        \"byline\": \"The move comes two months after it cut prices of cheaper variants Model 3 and Model Y\",\n        \"source\": \"Quartz\",\n        \"publishDate\": \"2023-03-06T04:49:00\",\n        \"url\": \"https://qz.com/tesla-cut-the-price-of-its-most-expensive-models-in-the-1850191696\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Slashes Prices Across Its EV Portfolio in US Again\",\n        \"byline\": \"Elon Musk-owned Tesla has slashed the prices of its EVs across its lineup in the US for the second time, which might be in an effort to boost sales before the end of the quarter. 🚘 Tesla Slashes Prices Across Its EV Portfolio in US Again.\",\n        \"source\": \"Latestly\",\n        \"publishDate\": \"2023-03-06T04:47:31\",\n        \"url\": \"https://www.latestly.com/auto/tesla-slashes-prices-across-its-ev-portfolio-in-us-again-4915928.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Amazon Web Services investments to create high-quality jobs — Tengku Zafrul\",\n        \"byline\": \"JOHOR BAHRU (March 6): The proposed investments by two industry giants, Tesla and Amazon Web Services (AWS), will bring positive economic spillover to the country and create high-quality job opportunities, said Tengku Datuk Seri Zafrul Abdul Aziz....\",\n        \"source\": \"The Edge\",\n        \"publishDate\": \"2023-03-06T04:44:58\",\n        \"url\": \"http://www.theedgemarkets.com/node/657963\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Warren Buffett-backed Chinese EV maker BYD has seen $18 billion in value wiped out amid Tesla's price war\",\n        \"byline\": \"BYD''s stock price has fallen 14% since the start of February, with rival EV maker Tesla up 9% in the same period as it pushes ahead with reductions for buyers.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-06T04:42:50\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/warren-buffett-byd-stock-erase-billions-china-tesla-price-war-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why long Tesla road trips will be so fast and more convenient\",\n        \"byline\": \"Why long Tesla road trips will be so fast and more convenient\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-06T04:41:01\",\n        \"url\": \"https://game-news24.com/2023/03/06/why-long-tesla-road-trips-will-be-so-fast-and-more-convenient/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, AWS investments to create high-quality jobs: Tengku Zafrul\",\n        \"byline\": \"JOHOR BAHRU: The proposed investments by two industry giants, Tesla and Amazon Web Services (AWS), will bring positive economic spillover to the country and create high-quality job opportunities, said Tengku Datuk Seri Zafrul Abdul Aziz.\",\n        \"source\": \"The Star Online\",\n        \"publishDate\": \"2023-03-06T04:28:12.806\",\n        \"url\": \"https://www.thestar.com.my/business/business-news/2023/03/06/tesla-aws-investments-to-create-high-quality-jobs-tengku-zafrul\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tengku Zafrul: Tesla, AWS investments to create high-quality jobs\",\n        \"byline\": \"JOHOR BAHRU: The proposed investments by two industry giants, Tesla and Amazon Web Services (AWS), will bring positive economic spillover to the count...\",\n        \"source\": \"theSun Daily\",\n        \"publishDate\": \"2023-03-06T04:17:43\",\n        \"url\": \"https://www.thesundaily.my/business/tengku-zafrul-tesla-aws-investments-to-create-high-quality-jobs-NH10713806\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Will Have to Learn to Be Boring to Save Tesla\",\n        \"byline\": \"Elon Musk Will Have to Learn to Be Boring to Save Tesla\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T04:15:09\",\n        \"url\": \"https://biz.crast.net/elon-musk-will-have-to-learn-to-be-boring-to-save-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"These Stocks Are Moving the Most Today: Tesla, Apple, Ciena, and More\",\n        \"byline\": \"Tesla cuts U.S. prices on the Model S and Model X, Ciena is scheduled to report earnings before the opening bell Monday.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-06T04:07:00\",\n        \"url\": \"https://www.barrons.com/articles/stock-market-movers-6acba64b?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Kelley Blue Book: Tesla bumps Ford for owner loyalty\",\n        \"byline\": \"Ford has enjoyed the highest owner loyalty in the automotive industry for 12 consecutive years — no more. Tesla TSLA, +3.61% has stolen the owner loyalty\",\n        \"source\": \"Rocket News\",\n        \"publishDate\": \"2023-03-06T04:00:00\",\n        \"url\": \"https://www.rocketnews.com/2023/03/kelley-blue-book-tesla-bumps-ford-for-owner-loyalty/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla price target raised to $230 from $180 at Jefferies\",\n        \"byline\": \"Jefferies raised the firm... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-06T03:33:07\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674548/TSLA-Tesla-price-target-raised-to--from--at-Jefferies1678095187\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla promises cheaper electric cars. She would like to get under CZK 600,000 per car\",\n        \"byline\": \"The three-and-a-half-hour meeting featured more than a dozen of the automaker’s executives, including new global manufacturing chief Tom Zhu, and talked about everything from a sustainable energy plan to innovations in managing operations fr...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-06T03:29:51\",\n        \"url\": \"https://www.archynewsy.com/tesla-promises-cheaper-electric-cars-she-would-like-to-get-under-czk-600000-per-car/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"“Strong foundation in electrical, electronics industry reason for Tesla’s interest in M’sia”\",\n        \"byline\": \"This is also why Amazon Web Services (AWS) chose to invest approximately of RM25.5 bil in the country by 2037 to establish their digital infrastructure, said Tengku Datuk Seri Zafrul Tengku Abdul Aziz.\",\n        \"source\": \"Focus Malaysia\",\n        \"publishDate\": \"2023-03-06T03:15:15\",\n        \"url\": \"https://focusmalaysia.my/strong-foundation-in-electrical-electronics-industry-reason-for-teslas-interest-in-msia/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: One million EVs from Mexico?\",\n        \"byline\": \"Tesla recently announced that it is building a factory for its next generation of vehicles in Mexico. Apparently, the plant will be almost twice the size of that in Texas. Even though the carmaker said that it would be able to reduce the amount of...\",\n        \"source\": \"electrive.com\",\n        \"publishDate\": \"2023-03-06T03:13:07\",\n        \"url\": \"https://www.electrive.com/2023/03/06/tesla-one-million-evs-from-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sells 74,402 China-made vehicles in Feb. 2023\",\n        \"byline\": \"Beijing (Gasgoo)- In the second month of 2023, Tesla sold 74,402 China-made vehicles via wholesale, representing a 31.65% jump year-on-year, according to the C\",\n        \"source\": \"Gasgoo\",\n        \"publishDate\": \"2023-03-06T03:06:14\",\n        \"url\": \"https://autonews.gasgoo.com/new_energy/70022406.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"BYD Streets Ahead of Tesla in Latest NEV Sales Data\",\n        \"byline\": \"BYD moved further ahead of Tesla in the huge and competitive Chinese New Energy Vehicle market in February, although both reported rebounds in NEV sales over that period.\",\n        \"source\": \"Share Cafe\",\n        \"publishDate\": \"2023-03-06T03:00:48\",\n        \"url\": \"https://www.sharecafe.com.au/2023/03/06/byd-streets-ahead-of-tesla-in-latest-nev-sales-data/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s arrival in Mexico causes a sensation in Nuevo León | News with Yuriria Sierra | Program 3.2.23\",\n        \"byline\": \"#Tesla’s arrival in Mexico caused outrage in #NuevoLeón. Why is this positive news for our country? Visit…\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-06T02:27:22\",\n        \"url\": \"https://www.archytele.com/teslas-arrival-in-mexico-causes-a-sensation-in-nuevo-leon-news-with-yuriria-sierra-program-3-2-23/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Buy\",\n        \"byline\": \"Tesla Buy (Jefferies & Company Inc.) 06.03.2023 | Analyse | finanzen.net\",\n        \"source\": \"finanzen.net\",\n        \"publishDate\": \"2023-03-06T02:26:13\",\n        \"url\": \"https://www.finanzen.net/analyse/tesla_buy-jefferies__company_inc__869862\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA : Jefferies gives a Buy rating\",\n        \"byline\": \"Already positive, the research from Jefferies and its analyst Philippe Houchois still consider the stock as a Buy opportunity. The target price has been raised to USD 230 from USD 180. | March 6, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-06T02:25:03\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/TESLA-Jefferies-gives-a-Buy-rating-43167448/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X US prices by up to $10,000 | Engadget\",\n        \"byline\": \"Tech News || Tesla has cut the prices of its high-end Model S and Model X electric cars by $5,000 (5.2 percent) and $10,000 (9.1 percent) respectively,\",\n        \"source\": \"Today News Post\",\n        \"publishDate\": \"2023-03-06T01:45:41\",\n        \"url\": \"https://todaynewspost.com/news/technology-news/tesla-slashes-model-s-and-x-us-prices-by-up-to-10000-engadget/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes Model S and X US prices by up to $10,000\",\n        \"byline\": \"Tesla has cut the prices of its higher-end Model S and Model X electric cars by $5,000 and $10,000 respectively..\",\n        \"source\": \"1010.team\",\n        \"publishDate\": \"2023-03-06T01:45:41\",\n        \"url\": \"https://www.engadget.com/tesla-slashes-model-s-and-x-us-prices-by-up-to-10000-074541439.html?src=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts US Model S and Model X prices between 4 per cent and 9 per cent\",\n        \"byline\": \"The price cuts, Tesla's fifth adjustment since the start of the year, ranged from 4 per cent on the performance version of the Model S to 9 per cent on the more expensive Model X.\",\n        \"source\": \"ETEnergyWorld\",\n        \"publishDate\": \"2023-03-06T01:41:00\",\n        \"url\": \"https://energy.economictimes.indiatimes.com/news/power/tesla-cuts-us-model-s-and-model-x-prices-between-4-per-cent-and-9-per-cent/98443322\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Slash Prices Again\",\n        \"byline\": \"Tesla To Slash Prices Again\",\n        \"source\": \"Insights Success\",\n        \"publishDate\": \"2023-03-06T01:37:17\",\n        \"url\": \"https://insightssuccess.com/tesla-to-slash-prices-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Massive Tesla Recall to Happen Due to Loose Bolt Issue\",\n        \"byline\": \"Here's what owners need to do.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-06T01:27:19\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/massive-tesla-recall-to-happen-due-to-loose-bolt-issue-86c8530e1d97c7bfc965976f217f5b5817558e76?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tengku Zafrul: Malaysia's strong foundation in electrical, electronics industry reason for Tesla's entry\",\n        \"byline\": \"PASIR GUDANG: Tesla’s decision to expand its presence in the country is due to the strong foundation of the electrical and electronics (E&E) ecosystem, says Tengku Datuk Seri Zafrul Tengku Abdul Aziz.\",\n        \"source\": \"The Star Online\",\n        \"publishDate\": \"2023-03-06T01:26:20.018\",\n        \"url\": \"https://www.thestar.com.my/news/nation/2023/03/06/tengku-zafrul-malaysia039s-strong-foundation-in-electrical-electronics-industry-reason-for-tesla039s-entry\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Model S, Model X Price Slashed By 4% And 9%\",\n        \"byline\": \"Tesla’s Model S, Model X Price Slashed By 4% And 9%\",\n        \"source\": \"Business Today\",\n        \"publishDate\": \"2023-03-06T01:11:06\",\n        \"url\": \"https://www.businesstoday.com.my/2023/03/06/teslas-model-s-model-x-price-slashed-by-4-and-9/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls 3,470 newly made and recently delivered Model Y EVs, forgot for tighten bolts correctly\",\n        \"byline\": \"Tesla recalls 3,470 newly made and recently delivered Model Y EVs, forgot for tighten bolts correctly\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-06T00:56:23\",\n        \"url\": \"https://billionairespress.com/786044/tesla-recalls-3470-newly-made-and-recently-delivered-model-y-evs-forgot-for-tighten-bolts-correctly/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Dow Jones Rises As Treasury Yields Extend Losses; Tesla Falls On Price Cuts; Apple Rallies On Buy Rating\",\n        \"byline\": \"Dow Jones Rises As Treasury Yields Extend Losses; Tesla Falls On Price Cuts; Apple Rallies On Buy Rating\",\n        \"source\": \"Shareandstocks\",\n        \"publishDate\": \"2023-03-06T00:55:55\",\n        \"url\": \"https://www.shareandstocks.com/dow-jones-rises-as-treasury-yields-extend-losses-tesla-falls-on-price-cuts-apple-rallies-on-buy-rating/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls thousands of Model Y vehicles due to loose bolts\",\n        \"byline\": \"Tesla recalls thousands of Model Y vehicles due to loose bolts\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-06T00:46:06\",\n        \"url\": \"https://biz.crast.net/tesla-recalls-thousands-of-model-y-vehicles-due-to-loose-bolts/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Havoc for rare earths companies following Tesla decision: ASX closes 0.6% higher\",\n        \"byline\": \"Peter Milios from Finance News Network with a round-up of the highlights from today's ASX trading session.\",\n        \"source\": \"Share Cafe\",\n        \"publishDate\": \"2023-03-06T00:33:17\",\n        \"url\": \"https://www.sharecafe.com.au/2023/03/06/havoc-for-rare-earths-companies-following-tesla-decision-asx-closes-0-6-higher/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Said To Be Deploying Bigger Superchargers In Netherlands: What You Should Know\",\n        \"byline\": \"See Also: Everything You Need to Know About Tesla Stock Late last month, Tesla said select superchargers in the U.S.would be opento other EV vehicles. By the end of 2024, Tesla aims to have at least 7,500 chargers available for non-Tesla EV owners...\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-06T00:27:23\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31211470/tesla-said-to-be-deploying-bigger-superchargers-in-netherlands-what-you-should-know\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls thousands of Model Y vehicles due to loose bolts – The Independent\",\n        \"byline\": \"For free real time breaking news alerts sent straight to your inbox sign up to our breaking news emails Sign up to our free breaking news emails Thousands of Tesla’s Model Y vehicles are being recalled in the US by the company, according to a rece...\",\n        \"source\": \"Business Telegraph\",\n        \"publishDate\": \"2023-03-06T00:24:25\",\n        \"url\": \"https://www.businesstelegraph.co.uk/tesla-recalls-thousands-of-model-y-vehicles-due-to-loose-bolts-the-independent/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The most expensive Tesla is estimated at $109,990 after the second price reduction since the year’s beginning\",\n        \"byline\": \"The most expensive Tesla is estimated at $109,990 after the second price reduction since the year’s beginning\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-06T00:22:46\",\n        \"url\": \"https://game-news24.com/2023/03/06/the-most-expensive-tesla-is-estimated-at-109990-after-the-second-price-reduction-since-the-year-s-beginning/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla drastically drops prices of Model S, Model X in US for second time – Al Arabiya\",\n        \"byline\": \"Tesla drastically drops prices of Model S, Model X in US for second time – Al Arabiya\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-05T23:56:20\",\n        \"url\": \"https://billionairespress.com/785990/tesla-drastically-drops-prices-of-model-s-model-x-in-us-for-second-time-al-arabiya/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes prices for Model S and Model Y in US – TechCrunch\",\n        \"byline\": \"Tesla slashes prices for Model S and Model Y in US – TechCrunch\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-05T23:56:20\",\n        \"url\": \"https://billionairespress.com/785991/tesla-slashes-prices-for-model-s-and-model-y-in-us-techcrunch/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts US Model S and Model X prices by between 4% and 9% – Reuters\",\n        \"byline\": \"Tesla cuts US Model S and Model X prices by between 4% and 9% – Reuters\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-05T23:54:58\",\n        \"url\": \"https://biz.crast.net/tesla-cuts-us-model-s-and-model-x-prices-by-between-4-and-9-reuters/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Europe's Largest Sportswear Manufacturer Adidas Credits Tesla For Its Web3 Incursion\",\n        \"byline\": \"Adidas has been planning its Web3 strategy for several months and as a product of this months-long building, the brand recently launched its NFT collection with future Web3 projects.\",\n        \"source\": \"International Business Times\",\n        \"publishDate\": \"2023-03-05T23:31:34\",\n        \"url\": \"https://www.ibtimes.com/europes-largest-sportswear-manufacturer-adidas-credits-tesla-its-web3-incursion-3673968\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts Model S and Model Y prices in the US\",\n        \"byline\": \"Tesla cuts Model S and Model Y prices in the US\",\n        \"source\": \"PageOne\",\n        \"publishDate\": \"2023-03-05T23:07:03\",\n        \"url\": \"https://pageone.ng/2023/03/06/tesla-cuts-model-s-and-model-y-prices-in-the-us/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \": Tesla cuts prices for Model S and Model X in U.S. in bid to boost sales\",\n        \"byline\": \"Tesla Inc. cut the prices of its Model S and Model X vehicles in the U.S. late Sunday, in a bid to boost sales in the final month of the first quarter. Read Full Story\",\n        \"source\": \"ForexTV\",\n        \"publishDate\": \"2023-03-05T23:07:00\",\n        \"url\": \"https://forextv.com/market-news/tesla-cuts-prices-for-model-s-and-model-x-in-u-s-in-bid-to-boost-sales/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"BYD’s $24 billion market rout shows fallout of Tesla price war in China\",\n        \"byline\": \"A price war among electric vehicle makers in China is taking a toll on even the most resilient players like BYD. Read more at straitstimes.com.\",\n        \"source\": \"The Straits Times \",\n        \"publishDate\": \"2023-03-05T23:02:03\",\n        \"url\": \"https://www.straitstimes.com/business/byd-s-24-billion-market-rout-shows-fallout-of-tesla-price-war-in-china\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla Climbed 18.8% in February\",\n        \"byline\": \"The electric car manufacturer unveiled its long-term plans during its Investor Day and is planning to build another gigafactory.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-05T22:58:28\",\n        \"url\": \"https://www.fool.com/investing/2023/03/05/why-tesla-climbed-188-in-february/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"BYD’s US$18 billion rout shows fallout of Tesla price war in China\",\n        \"byline\": \"(March 6): A price war among electric vehicle makers in China is taking a toll on even the most resilient players, as evidenced by BYD Co.’s staggering US$18 billion drop in the past month.The US-listed shares of the manufacturer that’s backed by ...\",\n        \"source\": \"The Edge\",\n        \"publishDate\": \"2023-03-05T22:48:37\",\n        \"url\": \"http://www.theedgemarkets.com/node/657897\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes prices for Model S and Model Y in US\",\n        \"byline\": \"In its second cost cutting measure of 2023, Tesla slashed Model S and Model Y prices in the U.S. by $5,000 and $10,000, respectively.\",\n        \"source\": \"TechCrunch\",\n        \"publishDate\": \"2023-03-05T22:47:15\",\n        \"url\": \"https://techcrunch.com/2023/03/05/tesla-slashes-prices-for-model-s-and-model-y-in-us/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model S and Model X variants in U.S. – website – Reuters\",\n        \"byline\": \"Tesla cuts prices of Model S and Model X variants in U.S. – website – Reuters\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T22:41:36\",\n        \"url\": \"https://onlineev.com/tesla-cuts-prices-of-model-s-and-model-x-variants-in-u-s-website-reuters/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts US Model S and Model X prices between 4% and 9%\",\n        \"byline\": \":Tesla Inc has cut prices on its two most expensive electric vehicles in the United States, according to the company's website, days after Chief Executive Elon Musk said recent price cuts on other models had stoked demand.The price cuts, Tesla's f...\",\n        \"source\": \"Channel NewsAsia\",\n        \"publishDate\": \"2023-03-05T22:40:18\",\n        \"url\": \"https://www.channelnewsasia.com/business/tesla-cuts-us-model-s-and-model-x-prices-between-4-and-9-3327571\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model S and Model X variants in US - website\",\n        \"byline\": \":Tesla Inc has cut prices of its Model S and Model X vehicles in the United States, its website showed, days after chief executive Elon Musk said recent price cuts of other models had stoked demand.Prices of Tesla's Model S cars were cut by $5,000...\",\n        \"source\": \"Channel NewsAsia\",\n        \"publishDate\": \"2023-03-05T22:40:18\",\n        \"url\": \"https://www.channelnewsasia.com/business/tesla-cuts-prices-model-s-and-model-x-variants-us-website-3327571\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slashes prices of Model S, Model X in US for second time this year\",\n        \"byline\": \"Tesla Inc. slashed prices of its Model S sedan and Model X SUV in the US late Sunday night by $5,000 and $10,000 respectively as the company seeks to goose demand in the final month of the quarter.\",\n        \"source\": \"Live Mint\",\n        \"publishDate\": \"2023-03-05T22:39:34.038\",\n        \"url\": \"https://www.livemint.com/companies/news/tesla-slashes-prices-of-model-s-model-x-in-us-for-second-time-this-year-11678076201913.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model S and Model X variants in US- website\",\n        \"byline\": \"(Reuters) – Tesla Inc has cut prices of its Model S and Model X vehicles in the U.S., its website showed, days after its chief executive Elon Musk said that the recent price cuts of its other models had stoked demand.\",\n        \"source\": \"ForexTV\",\n        \"publishDate\": \"2023-03-05T22:36:20\",\n        \"url\": \"https://forextv.com/crypto-currency-news/tesla-cuts-prices-of-model-s-and-model-x-variants-in-us-website/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Estimated Tesla Order Backlog Remains Stable In February 2023\",\n        \"byline\": \"Estimated Tesla Order Backlog Remains Stable In February 2023\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T22:35:40\",\n        \"url\": \"https://onlineev.com/estimated-tesla-order-backlog-remains-stable-in-february-2023/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model S and Model X variants in US\",\n        \"byline\": \"Prices of Tesla's Model S cars were cut by $5,000. The basic version of Model S would now cost $89,990 from $94,990 before, while its performance variant would cost $109,990 from $114,990 earlier.\",\n        \"source\": \"Economic Times\",\n        \"publishDate\": \"2023-03-05T22:29:48\",\n        \"url\": \"https://economictimes.indiatimes.com/industry/renewables/tesla-cuts-prices-of-model-s-and-model-x-variants-in-us/articleshow/98441466.cms\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cuts prices of Model Y and Model X variants in US- website\",\n        \"byline\": \"Tesla Inc has cut prices of its Model S and Model X vehicles in the U.S., its website showed, days after its chief executive Elon Musk said that the recent price cuts of its other models had... | March 5, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-05T22:22:29\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/Tesla-cuts-prices-of-Model-Y-and-Model-X-variants-in-US-website-43166349/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA CUTS PRICE OF MODEL X AWD TO $99,990 FROM $109,990; CUTS P&…\",\n        \"byline\": \"TESLA CUTS PRICE OF MODEL X AWD TO $99,990 FROM $109,990; CUTS PRICE OF MODEL X PLAID TO $109,990 FROM $119,990 – WEBSITE ... | March 5, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-05T22:11:53\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/TESLA-CUTS-PRICE-OF-MODEL-X-AWD-TO-99-990-FROM-109-990-CUTS-P-8230-43166341/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA CUTS PRICE OF MODEL S AWD TO $89,990 FROM $94,990; CUTS PR&…\",\n        \"byline\": \"TESLA CUTS PRICE OF MODEL S AWD TO $89,990 FROM $94,990; CUTS PRICE OF MODEL S PLAID TO $109,990 FROM $114,990 - TESLA WEBSITE ... | March 5, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-05T22:11:22\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/TESLA-CUTS-PRICE-OF-MODEL-S-AWD-TO-89-990-FROM-94-990-CUTS-PR-8230-43166340/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA CUTS PRICES OF MODEL S AND MODEL X VEHICLES IN THE US - TE&…\",\n        \"byline\": \"TESLA CUTS PRICES OF MODEL S AND MODEL X VEHICLES IN THE US - TESLA WEBSITE ... | March 5, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-05T22:10:37\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/TESLA-CUTS-PRICES-OF-MODEL-S-AND-MODEL-X-VEHICLES-IN-THE-US-TE-8230-43166336/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's Forced Return to Office Policy Will Harm Tesla (Video & Podcast)\",\n        \"byline\": \"<b>Elon Musk's</b> Forced Return to Office Policy Will Harm Tesla (Video & Podcast)\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-05T20:56:08\",\n        \"url\": \"https://billionairespress.com/785798/elon-musks-forced-return-to-office-policy-will-harm-tesla-video-podcast/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Projected Tesla order backlog will remain flat in February 2023\",\n        \"byline\": \"Projected Tesla order backlog will remain flat in February 2023\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-05T18:43:28\",\n        \"url\": \"https://biz.crast.net/projected-tesla-order-backlog-will-remain-flat-in-february-2023/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla re-thinks 100-year-old automaking model, aiming to halve costs\",\n        \"byline\": \"Tesla told investors it can reduce costs by 50%, by expanding on the modular, parallel manufacturing innovations it developed for the Model Y. Tesla's next-gen vehicles will be built and tested in chunks that won't come together until the final line.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-05T18:26:20\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-re-thinks-100-year-old-automaking-model-aiming-to-halve-costs-7582211ca36a9d040644876415204334121a109a?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla issues recall for Model Y over loose bolt issue\",\n        \"byline\": \"US-based EV maker Tesla has issued a recall of 3,470 units of Model Y in the US market\",\n        \"source\": \"NewsBytes App\",\n        \"publishDate\": \"2023-03-05T17:55:03\",\n        \"url\": \"https://www.newsbytesapp.com/news/auto/tesla-recalls-3-470-units-of-model-y/story\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla discounts new inventory vehicles in Europe by up to 7%\",\n        \"byline\": \"Tesla discounts new inventory vehicles in Europe by up to 7%\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T16:34:55\",\n        \"url\": \"https://onlineev.com/tesla-discounts-new-inventory-vehicles-in-europe-by-up-to-7/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Hogwarts Legacy Helps Warner Bros. Overtake Tesla and Amazon\",\n        \"byline\": \"The success of Hogwarts Legacy has brought great benefits to Warner Bros. Hogwarts Legacy reveals its title on screen with the castle behind join the conversation Just a month ago we were able to see how he was called to be one of the biggest hits...\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-05T16:17:30\",\n        \"url\": \"https://www.ruetir.com/2023/03/hogwarts-legacy-helps-warner-bros-overtake-tesla-and-amazon/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk loses richest man status after only 48 hours as Tesla shares fall\",\n        \"byline\": \"Elon Musk has become the richest man in the world because of the high stock price of his Tesla, and the recent fluctuations in Tesla’s stock price have also caused his status to change. Tesla’s stock price has fluctuated again recently...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-05T13:29:30\",\n        \"url\": \"https://www.archyde.com/elon-musk-loses-richest-man-status-after-only-48-hours-as-tesla-shares-fall/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"My Tesla 2023-2024-2025 expectations.\",\n        \"byline\": \"My Tesla 2023-2024-2025 expectations.\",\n        \"source\": \"News Of Finance\",\n        \"publishDate\": \"2023-03-05T12:30:07\",\n        \"url\": \"https://newsoffinance.com/my-tesla-2023-2024-2025-expectations/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Kinloch Capital LLC Buys 1,267 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Kinloch Capital LLC Buys 1,267 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-05T12:18:44\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/05/kinloch-capital-llc-buys-1267-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Krane Funds Advisors LLC Has $9.68 Million Holdings in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Krane Funds Advisors LLC Has $9.68 Million Holdings in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-05T11:44:42\",\n        \"url\": \"https://www.kopsource.com/2023/03/05/krane-funds-advisors-llc-has-9-68-million-holdings-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk’s expectations come true, and Tesla’s competitors lose billions of dollars\",\n        \"byline\": \"The fate of automakers When Fisker found less than $750 million in cash at the end of last December, this prompted it to pursue a strategy of keeping limited assets, and the company still has to do a lot of things to prove itself, as it has produc...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-05T11:35:26\",\n        \"url\": \"https://www.archyde.com/musks-expectations-come-true-and-teslas-competitors-lose-billions-of-dollars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Is the cheap Tesla really coming?\",\n        \"byline\": \"Is the cheap Tesla really coming?\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-05T11:29:38\",\n        \"url\": \"https://www.ruetir.com/2023/03/is-the-cheap-tesla-really-coming/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Little House Capital LLC Increases Stock Position in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Little House Capital LLC Increases Stock Position in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-05T11:02:44\",\n        \"url\": \"https://www.kopsource.com/2023/03/05/little-house-capital-llc-increases-stock-position-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Celebrates 4 Millionth Vehicle Produced\",\n        \"byline\": \"Tesla Celebrates 4 Millionth Vehicle Produced\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T10:33:20\",\n        \"url\": \"https://onlineev.com/tesla-celebrates-4-millionth-vehicle-produced/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Dow Jones Futures: As Market Rally Revives, Do This; Tesla 7 shares close to purchase\",\n        \"byline\": \"Dow Jones Futures: As Market Rally Revives, Do This;  Tesla 7 shares close to purchase\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-05T09:46:22\",\n        \"url\": \"https://biz.crast.net/dow-jones-futures-as-market-rally-revives-do-this-tesla-7-shares-close-to-purchase/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk sees refining as the lithium problem, so Tesla plans to begin doing it – Autoblog\",\n        \"byline\": \"News Post || Auto: Tesla Inc. is more focused on refining lithium than on mining the battery metal, Chief Executive Officer Elon Musk said, as the EV\",\n        \"source\": \"Today News Post\",\n        \"publishDate\": \"2023-03-05T09:00:00\",\n        \"url\": \"https://todaynewspost.com/auto-news/musk-sees-refining-as-the-lithium-problem-so-tesla-plans-to-begin-doing-it-autoblog/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Bought by Lake Street Advisors Group LLC\",\n        \"byline\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Bought by Lake Street Advisors Group LLC\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-05T08:08:50\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/05/tesla-inc-nasdaqtsla-shares-bought-by-lake-street-advisors-group-llc.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla would recall 3,470 models of Y cars because of a loose seat belt\",\n        \"byline\": \"Tesla would recall 3,470 models of Y cars because of a loose seat belt\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-05T07:08:10\",\n        \"url\": \"https://game-news24.com/2023/03/05/tesla-would-recall-3470-models-of-y-cars-because-of-a-loose-seat-belt/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s factory in Mexico is nearly double the Texas factory, according to a local official.\",\n        \"byline\": \"The plant planned through Tesla Inc in Mexico's northern border state, Nuevo Leon, will be built on a multi-unit array.\",\n        \"source\": \"News US\",\n        \"publishDate\": \"2023-03-05T06:05:00\",\n        \"url\": \"https://newsus.app/teslas-factory-in-mexico-is-nearly-double-the-texas-factory-according-to-a-local-official/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to not release FSD Beta to new vehicle owners till glitch is fixed\",\n        \"byline\": \"Tesla appears to have paused the rollout of Tesla FSD Beta software to new vehicle owners. Will be rolled out once software glitch is fixed.\",\n        \"source\": \"Techstory\",\n        \"publishDate\": \"2023-03-05T06:01:45\",\n        \"url\": \"https://techstory.in/tesla-to-not-release-fsd-beta-to-new-vehicle-owners-till-glitch-is-fixed/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Due to loose seat bolts, Tesla is recalling 3,470 Model Y electric automobiles\",\n        \"byline\": \"Tesla announced that it would recall 3,470 Model Y crossovers in the United States over the years. This is due to the fact that the bolts used to secure the seats in the rear passenger seats can be ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-05T05:17:54\",\n        \"url\": \"https://list23.com/1243451-due-to-loose-seat-bolts-tesla-is-recalling-3470-model-y-electric-automobiles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s (TSLA) Outperform Rating Reiterated at Wedbush\",\n        \"byline\": \"Tesla’s (TSLA) Outperform Rating Reiterated at Wedbush\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-05T05:10:43\",\n        \"url\": \"https://www.kopsource.com/2023/03/05/teslas-tsla-outperform-rating-reiterated-at-wedbush.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Giga Mexico could be world's largest EV manufacturing plant. Know more – HT Auto\",\n        \"byline\": \"Tesla's Giga Mexico could be world's largest EV manufacturing plant. Know more – HT Auto\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T04:36:22\",\n        \"url\": \"https://onlineev.com/teslas-giga-mexico-could-be-worlds-largest-ev-manufacturing-plant-know-more-ht-auto/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shows off ‘world’s first’ real world crash test system\",\n        \"byline\": \"Tesla shows off ‘world’s first’ real world crash test system\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-05T04:31:42\",\n        \"url\": \"https://onlineev.com/tesla-shows-off-worlds-first-real-world-crash-test-system/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk And Tesla Tease Electric Planes | The Street Market News | capjournal.com\",\n        \"byline\": \"<b>Elon Musk</b> And Tesla Tease Electric Planes | The Street Market News | capjournal.com\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-05T03:53:00\",\n        \"url\": \"https://billionairespress.com/785657/elon-musk-and-tesla-tease-electric-planes-the-street-market-news-capjournal-com/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls nearly 3,500 Model Ys for loose bolts – Orange County Register\",\n        \"byline\": \"Tesla recalls nearly 3,500 Model Ys for loose bolts – Orange County Register\",\n        \"source\": \"California News Times\",\n        \"publishDate\": \"2023-03-05T03:19:39\",\n        \"url\": \"https://californianewstimes.com/tesla-recalls-nearly-3500-model-ys-for-loose-bolts-orange-county-register/738124/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"BYD, the Chinese manufacturer that overshadows Tesla\",\n        \"byline\": \"BYD, the Chinese manufacturer that overshadows Tesla\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-05T02:59:39\",\n        \"url\": \"https://time.news/byd-the-chinese-manufacturer-that-overshadows-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls 3,470 Model Y vehicles produced in past year after discovery of loose bolts\",\n        \"byline\": \"Tesla announced it is recalling 3,470 Model Y vehicles in the United States after learning bolts securing the second-row seat back frames may be loose. A filing\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-05T02:22:04\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0i7sj/Tesla-recalls-470-Model-vehicles-produced.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is recalling thousands of Model Ys—and this time can’t fix the software problem – Yahoo Finance\",\n        \"byline\": \"Tesla is recalling thousands of Model Ys—and this time can’t fix the software problem – Yahoo Finance\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-05T02:09:11\",\n        \"url\": \"https://biz.crast.net/tesla-is-recalling-thousands-of-model-ys-and-this-time-cant-fix-the-software-problem-yahoo-finance/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is recalling thousands of Model Ys\",\n        \"byline\": \"Tesla is recalling thousands of Model Y vehicles—and this time, the word “recall” is indisputably appropriate. • None 5 side hustles where you may earn\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-05T01:40:08\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0i7e7/Tesla-is-recalling-thousands-of-Model-Ys.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla brought the Model 2 this week to $26,000, kept it quiet\",\n        \"byline\": \"Despite the disappointment, a little math and a close look at the main points of Tesla Investor Day show us the data on Tesla.\",\n        \"source\": \"Money Now\",\n        \"publishDate\": \"2023-03-05T01:04:05\",\n        \"url\": \"https://moneynow.cc/tesla-brought-the-model-2-this-week-to-26000-kept-it-quiet/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls nearly 3,500 Model Y cars for loose bolts\",\n        \"byline\": \"Tesla recalls nearly 3,500 Model Y cars for loose bolts\",\n        \"source\": \"YRT News\",\n        \"publishDate\": \"2023-03-05T00:59:42\",\n        \"url\": \"https://yrtnews.com/tesla-recalls-nearly-3500-model-y-cars-for-loose-bolts/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: Elon Musk would have a secret to halve the cost of production of his vehicles\",\n        \"byline\": \"Tesla: Elon Musk would have a secret to halve the cost of production of his vehicles\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-05T00:59:37\",\n        \"url\": \"https://gettotext.com/tesla-elon-musk-would-have-a-secret-to-halve-the-cost-of-production-of-his-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's surprising statement about Tesla's Optimus humanoid robots – Gearrice\",\n        \"byline\": \"<b>Elon Musk's</b> surprising statement about Tesla's Optimus humanoid robots – Gearrice\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-05T00:52:48\",\n        \"url\": \"https://billionairespress.com/785571/elon-musks-surprising-statement-about-teslas-optimus-humanoid-robots-gearrice/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Review of MX-30 EV, Tesla charging future, Rivian R1S Max Pack, greenest and most meaningful: The Week in Reverse\",\n        \"byline\": \"Review of MX-30 EV, Tesla charging future, Rivian R1S Max Pack, greenest and most meaningful: The Week in Reverse\",\n        \"source\": \"News7h\",\n        \"publishDate\": \"2023-03-04T23:40:17\",\n        \"url\": \"https://news7h.com/review-of-mx-30-ev-tesla-charging-future-rivian-r1s-max-pack-greenest-and-most-meaningful-the-week-in-reverse/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk’s new plans upset investors; The value of “Tesla” shares has fallen significantly\",\n        \"byline\": \"Similarly, Musk has previously promised to increase production volumes tenfold by 2030, but this is also an unanswered question for investors, how Musk plans to achieve this. In the presentation, Musk paid a lot of attention to energy, which is ve...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T23:29:30\",\n        \"url\": \"https://www.archynewsy.com/musks-new-plans-upset-investors-the-value-of-tesla-shares-has-fallen-significantly/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls nearly 3,500 Model Y vehicles for loose bolts\",\n        \"byline\": \"Tesla recalls nearly 3,500 Model Y vehicles for loose bolts\",\n        \"source\": \"California News Times\",\n        \"publishDate\": \"2023-03-04T22:18:36\",\n        \"url\": \"https://californianewstimes.com/tesla-recalls-nearly-3500-model-y-vehicles-for-loose-bolts/738121/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will build its first factory in Latin America in Monterrey\",\n        \"byline\": \"Andrés Manuel López Obrador, during his daily press conference on February 28, 2023, in which he announced Tesla’s investment. It will be “the largest electric vehicle plant in the world,” according to the Mexican government, and...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T22:04:54\",\n        \"url\": \"https://www.archynewsy.com/tesla-will-build-its-first-factory-in-latin-america-in-monterrey/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares drop after Elon Musk presents EV company's master plan – Detroit Free Press\",\n        \"byline\": \"Tesla shares drop after <b>Elon Musk</b> presents EV company's master plan – Detroit Free Press\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-04T21:51:53\",\n        \"url\": \"https://billionairespress.com/785469/tesla-shares-drop-after-elon-musk-presents-ev-companys-master-plan-detroit-free-press/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shows of ‘world’s first’ real world crash test system\",\n        \"byline\": \"Tesla published a new video showing off the company’s real-world crash test safety system, which it claims is a first of its kind. Tesla has long prided itself on its high safety standards, which they remain a leader in. And while electric vehicle...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-04T20:18:19\",\n        \"url\": \"https://longportapp.com/news/81508140\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk’s “Investor Day” reveals “Grand Plan 3” Tesla aims to produce a car in 45 seconds\",\n        \"byline\": \"Musk’s “Investor Day” reveals “Grand Plan 3” Tesla aims to produce a car in 45 seconds\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-04T20:16:40\",\n        \"url\": \"https://www.breakinglatest.news/business/musks-investor-day-reveals-grand-plan-3-tesla-aims-to-produce-a-car-in-45-seconds/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is recalling thousands of Model Ys—and this time the software can’t fix the problem\",\n        \"byline\": \"Tesla is recalling thousands of Model Ys—and this time the software can’t fix the problem\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-04T20:10:29\",\n        \"url\": \"https://biz.crast.net/tesla-is-recalling-thousands-of-model-ys-and-this-time-the-software-cant-fix-the-problem/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Volkswagen competes with Tesla in its own home and plans to build an electric car factory in America – News Gate\",\n        \"byline\": \"Volkswagen plans to open two new factories in North America to boost the company’s plans for electric cars, CNBC reported. The German company said on Friday, March 3, that it intends to open an assembly plant in South Carolina worth two bill...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-04T19:27:44\",\n        \"url\": \"https://www.archyde.com/volkswagen-competes-with-tesla-in-its-own-home-and-plans-to-build-an-electric-car-factory-in-america-news-gate/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cybertruck vs Tesla Semi: Is It a Drag Race or Just a Show-Off? – AutoEvolution\",\n        \"byline\": \"Tesla Cybertruck vs Tesla Semi: Is It a Drag Race or Just a Show-Off? – AutoEvolution\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-04T18:13:37\",\n        \"url\": \"https://billionairespress.com/785183/tesla-cybertruck-vs-tesla-semi-is-it-a-drag-race-or-just-a-show-off-autoevolution/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Accepting Bitcoin Inspired This Big Company To Go Web3\",\n        \"byline\": \"March 4, 2023 5:14 p.m. | 3 minute read Many large companies have launched plans or explored entering the world of Web3. One of the largest clothing companies attributes interest in Bitcoin in Elon Musk as inspiration for his Web3 aspirations. Wha...\",\n        \"source\": \"OLTNews\",\n        \"publishDate\": \"2023-03-04T17:42:12\",\n        \"url\": \"https://oltnews.com/tesla-accepting-bitcoin-inspired-this-big-company-to-go-web3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"ELIZA’s father died, Tesla and ball lightning and AMD news (PCGH-Retro March 5)\",\n        \"byline\": \"ELIZA’s father died, Tesla and ball lightning and AMD news (PCGH-Retro March 5)\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-04T17:22:09\",\n        \"url\": \"https://game-news24.com/2023/03/04/eliza-s-father-died-tesla-and-ball-lightning-and-amd-news-pcgh-retro-march-5/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Barron's Top Weekend Stock Picks: Apple, First Solar, Deere And Why Tesla's Stock Becoming Boring Isn't Bad\",\n        \"byline\": \"Benzinga reviews this weekend's top stories covered by Barron's, here are the articles investors need to read.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-04T17:16:59\",\n        \"url\": \"https://www.benzinga.com/news/large-cap/23/03/31207832/barrons-top-weekend-stock-picks-apple-first-solar-deere-and-why-teslas-stock-becoming-boring-isnt-\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk cancels Tesla plant in Nuevo León upon learning that Poncho de Nigris lives there\",\n        \"byline\": \"They already explained to him well what the royals are like… Villa Regia.- Elon Musk has canceled the installation of your plant Tesla in New Lion upon learning that Poncho de Nigris lives there. Musk’s cancellation came after someone ...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-04T17:12:02\",\n        \"url\": \"https://www.world-today-news.com/elon-musk-cancels-tesla-plant-in-nuevo-leon-upon-learning-that-poncho-de-nigris-lives-there/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The Ex-Files: Jeremy Sutton on when your son’s Tesla you bought him becomes relationship property\",\n        \"byline\": \"OPINION: And what about your partner's student loan?\",\n        \"source\": \"NZ Herald\",\n        \"publishDate\": \"2023-03-04T17:00:00\",\n        \"url\": \"https://www.nzherald.co.nz/business/the-ex-files-jeremy-sutton-on-when-your-sons-tesla-you-bought-him-becomes-relationship-property/QDSRZB5HFZAJPGGF6DXAP44RDE/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Is Tesla preparing to offer wireless EV charging?\",\n        \"byline\": \"Is Tesla preparing to offer wireless EV charging?\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-04T16:36:31\",\n        \"url\": \"https://onlineev.com/is-tesla-preparing-to-offer-wireless-ev-charging/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Accepting Bitcoin Inspired This Major Company To Move Into Web3\",\n        \"byline\": \"Many major companies have launched plans or explored entering the world of Web3. One of the largest apparel companies credits an interest in Bitcoin by Elon Musk as being the inspiration for its Web3 aspirations.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-04T16:14:43\",\n        \"url\": \"https://www.benzinga.com/markets/cryptocurrency/23/03/31207597/tesla-accepting-bitcoin-inspired-this-major-company-to-move-into-web3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s latest revelation? His Tesla management team\",\n        \"byline\": \"Elon Musk’s latest revelation?  His Tesla management team\",\n        \"source\": \"Good Word News\",\n        \"publishDate\": \"2023-03-04T16:13:12\",\n        \"url\": \"https://goodwordnews.com/elon-musks-latest-revelation-his-tesla-management-team/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Reviews | Ford leaves Tesla in the dust\",\n        \"byline\": \"Reviews |  Ford leaves Tesla in the dust\",\n        \"source\": \"YRT News\",\n        \"publishDate\": \"2023-03-04T15:45:49\",\n        \"url\": \"https://yrtnews.com/reviews-ford-leaves-tesla-in-the-dust/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"What Happened to Tesla This Week? | The Motley Fool\",\n        \"byline\": \"Here's everything you need to know about the EV maker's week.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-04T15:38:51\",\n        \"url\": \"https://longportapp.com/news/81506666\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla finally shows off a “real” pre-production CyberTruck, check it out on video\",\n        \"byline\": \"Tesla finally shows off a “real” pre-production CyberTruck, check it out on video\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-04T15:36:07\",\n        \"url\": \"https://gettotext.com/tesla-finally-shows-off-a-real-pre-production-cybertruck-check-it-out-on-video/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk hopes his fleet of Tesla ‘Optimus’ bots will be able to think like his cars, solve problems on their own\",\n        \"byline\": \"Elon Musk hopes his fleet of Tesla ‘Optimus’ bots will be able to think like his cars, solve problems on their own\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-04T15:06:24\",\n        \"url\": \"https://biz.crast.net/elon-musk-hopes-his-fleet-of-tesla-optimus-bots-will-be-able-to-think-like-his-cars-solve-problems-on-their-own/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ricardo Salinas Pliego talks about Elon Musk and his Tesla plant in Mexico Grupo Milenio\",\n        \"byline\": \"What do you think of Tesla’s mega plant? That was how one of the users of social networks started to askthe mexican businessman Ricardo Salinas Pliegoabout the decision of Elon Musk to invest in Mexico in what has been called a ‘Gigafa...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T14:39:17\",\n        \"url\": \"https://www.archynewsy.com/ricardo-salinas-pliego-talks-about-elon-musk-and-his-tesla-plant-in-mexico-grupo-milenio/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Up Nearly 70%, Tesla Is the Best-Performing S&P 500 Stock in 2023. But Will It Last? | The Motley Fool\",\n        \"byline\": \"Despite inflation and other economic challenges, Tesla stock is showing no signs of slowing down.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-04T14:15:47\",\n        \"url\": \"https://longportapp.com/news/81505839\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Benzinga Bulls And Bears: Tesla, Microsoft, Apple, Novavax And Why Dogecoin May Be Poised For 50% Surge\",\n        \"byline\": \"Benzinga examined the prospects for many investors' favorite stocks over the last week — here's a look at some of our top stories. \",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-04T14:01:41\",\n        \"url\": \"https://www.benzinga.com/news/large-cap/23/03/31193150/benzinga-bulls-and-bears-tesla-microsoft-apple-novavax-and-why-dogecoin-may-be-poised-for-50-surge\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk And Tesla Tease Electric Planes\",\n        \"byline\": \"At Tesla's Investor Day on March 1, the billionaire said it's possible to have battery-powered boats and planes.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-04T13:56:19\",\n        \"url\": \"https://longportapp.com/news/81505541\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"15,507 Shares in Tesla, Inc. (NASDAQ:TSLA) Bought by Lighthouse Investment Partners LLC\",\n        \"byline\": \"15,507 Shares in Tesla, Inc. (NASDAQ:TSLA) Bought by Lighthouse Investment Partners LLC\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-04T13:52:41\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/04/15507-shares-in-tesla-inc-nasdaqtsla-bought-by-lighthouse-investment-partners-llc.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"One-pedal mode kills people?A Tesla in Guangdong was suspected of losing control and crashed into multiple cars and destroyed the store door. Two people were injured at the scene.\",\n        \"byline\": \"One-pedal mode kills people?A Tesla in Guangdong was suspected of losing control and hit multiple cars and destroyed the store door. Two people were injured at the scene. According to Shock News,On March 4, a Tesla in Chigang, Dongguan, Guangdong,...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-04T13:17:26\",\n        \"url\": \"https://www.world-today-news.com/one-pedal-mode-kills-peoplea-tesla-in-guangdong-was-suspected-of-losing-control-and-crashed-into-multiple-cars-and-destroyed-the-store-door-two-people-were-injured-at-the-scene/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lifeworks Advisors LLC Increases Position in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Lifeworks Advisors LLC Increases Position in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-04T13:16:41\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/04/lifeworks-advisors-llc-increases-position-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls almost 3,500 Model Y cars for loose bolts\",\n        \"byline\": \"Tesla is recalling 3,470 2022-2023 Model Y cars due to bolts in the second-row seat back frames not being secured properly.\",\n        \"source\": \"cnn\",\n        \"publishDate\": \"2023-03-04T12:46:24\",\n        \"url\": \"https://www.cnn.com/2023/03/04/business/tesla-recall-model-y-bolts/index.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lansing Street Advisors Buys 199 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Lansing Street Advisors Buys 199 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-04T12:04:42\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/04/lansing-street-advisors-buys-199-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla factory in Mexico should be the largest, be finished quickly > teslamag.de\",\n        \"byline\": \"Image: Tesla Tesla might have imagined communication about its latest Gigafactory location differently. An investor day was held in Texas on Wednesday, which would have been a good opportunity to announce the project, but the day before, the Presi...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T12:04:07\",\n        \"url\": \"https://www.archynewsy.com/tesla-factory-in-mexico-should-be-the-largest-be-finished-quickly-teslamag-de/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"This department store stock beat out Apple, Amazon and Tesla\",\n        \"byline\": \"This department store stock beat out Apple, Amazon and Tesla\",\n        \"source\": \"Good Word News\",\n        \"publishDate\": \"2023-03-04T11:55:31\",\n        \"url\": \"https://goodwordnews.com/this-department-store-stock-beat-out-apple-amazon-and-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ford Is Leaving Tesla in the Dust\",\n        \"byline\": \"A 120-Year-Old Company Is Leaving Tesla in the Dust\",\n        \"source\": \"New York Times\",\n        \"publishDate\": \"2023-03-04T11:43:25\",\n        \"url\": \"https://www.nytimes.com/2023/03/04/opinion/ford-tesla-bluecruise-self-driving-remote-work.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Laidlaw Wealth Management LLC Increases Stake in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Laidlaw Wealth Management LLC Increases Stake in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-04T11:22:45\",\n        \"url\": \"https://www.kopsource.com/2023/03/04/laidlaw-wealth-management-llc-increases-stake-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls 3,470 Model Y cars with loose bolts – The Hill\",\n        \"byline\": \"Tesla recalls 3,470 Model Y cars with loose bolts – The Hill\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-04T10:35:36\",\n        \"url\": \"https://onlineev.com/tesla-recalls-3470-model-y-cars-with-loose-bolts-the-hill/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"This Department-Store Stock Has Trounced Apple, Amazon and Tesla\",\n        \"byline\": \"Family-controlled Dillard’s has combined share buybacks with keeping costs down, inventory tight and staff engaged with “nearly fanatical” customers.\",\n        \"source\": \"Wall Street Journal\",\n        \"publishDate\": \"2023-03-04T10:35:00\",\n        \"url\": \"https://www.wsj.com/articles/this-department-store-stock-has-trounced-apple-amazon-and-tesla-ba6e7881?mod=pls_whats_news_us_business_f\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls 3,470 Model Y units for loose bolts\",\n        \"byline\": \"Tesla recalls 3,470 Model Y units for loose bolts\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-04T09:39:00\",\n        \"url\": \"https://gettotext.com/tesla-recalls-3470-model-y-units-for-loose-bolts/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Barron’s Top Weekend Stock Picks: Apple, First Solar, Deere And Why Tesla’s Stock Becoming Boring Isn’t Bad – Apple (NASDAQ:AAPL), ChargePoint Hldgs (NYSE:CHPT)\",\n        \"byline\": \"Barron’s Top Weekend Stock Picks: Apple, First Solar, Deere And Why Tesla’s Stock Becoming Boring Isn’t Bad – Apple (NASDAQ:AAPL), ChargePoint Hldgs (NYSE:CHPT)\",\n        \"source\": \"Shareandstocks\",\n        \"publishDate\": \"2023-03-04T09:16:59\",\n        \"url\": \"https://www.shareandstocks.com/barrons-top-weekend-stock-picks-apple-first-solar-deere-and-why-teslas-stock-becoming-boring-isnt-bad-apple-nasdaqaapl-chargepoint-hldgs-nysechpt/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Andhra Pradesh right place for investments in EV, renewable space: Tesla co-founder Martin Eberhard\",\n        \"byline\": \"Tesla co-founder says battery making can be a great investment in the state and help the world in te\",\n        \"source\": \"The Hindu\",\n        \"publishDate\": \"2023-03-04T09:08:17\",\n        \"url\": \"https://www.thehindu.com/news/national/andhra-pradesh/andhra-pradesh-right-place-for-investments-in-ev-renewable-space-tesla-co-founder-martin-eberhard/article66580867.ece\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Volkswagen competes with Tesla in its own home and plans to build an electric car factory in America\",\n        \"byline\": \"Volkswagen plans to open two new plants in North America to further the company’s plans for electric vehicles, CNBC reports. The German company said Friday, March 3, that it plans to open a $2 billion assembly plant in South Carolina to prod...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-04T08:17:02\",\n        \"url\": \"https://www.archyde.com/volkswagen-competes-with-tesla-in-its-own-home-and-plans-to-build-an-electric-car-factory-in-america/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Up Nearly 70%, Tesla Is the Best-Performing S&P 500 Stock in 2023. But Will It Last?\",\n        \"byline\": \"Despite inflation and other economic challenges, Tesla stock is showing no signs of slowing down.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-04T08:15:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/04/up-big-tesla-best-performing-sp-500-2023/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Price adjustments at Tesla and Ford | Fundamental trend in electricity or illusion?\",\n        \"byline\": \"The recent price adjustments decreed by Tesla and Ford – for the Mustang Mach-E model – could suggest that a backstory is emerging in the electric vehicle niche. However, everything indicates that we will have to be patient before we see a general...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-04T08:02:50\",\n        \"url\": \"https://www.archyde.com/price-adjustments-at-tesla-and-ford-fundamental-trend-in-electricity-or-illusion/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls 3,470 Model Y vehicles over loose bolts\",\n        \"byline\": \"Read more about Tesla recalls 3,470 Model Y vehicles over loose bolts on Devdiscourse\",\n        \"source\": \"Devdiscourse\",\n        \"publishDate\": \"2023-03-04T07:44:04\",\n        \"url\": \"https://www.devdiscourse.com/article/business/2368089-tesla-recalls-3470-model-y-vehicles-over-loose-bolts\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Did Tesla Break the Semiconductor Market?\",\n        \"byline\": \"Tesla plans to reduce the amount of silicon carbide for its next generation of vehicles. Unfortunately, the automotive market was the bullish case for numerous semiconductor companies.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-04T07:30:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/04/did-tesla-break-the-semiconductor-market/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s Latest Reveal? His Tesla Management Team\",\n        \"byline\": \"Billed as a glimpse into Tesla’s future, Investor Day was used as an opportunity to spotlight the company’s leadership bench.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-04T07:00:00\",\n        \"url\": \"https://www.wsj.com/articles/elon-musks-latest-reveal-his-tesla-management-team-21af3ae6?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: another slowdown in China?\",\n        \"byline\": \"Tesla: another slowdown in China?\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-04T06:46:58\",\n        \"url\": \"https://gettotext.com/tesla-another-slowdown-in-china/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Think Tesla Is Losing Popularity? Think Again\",\n        \"byline\": \"If you thought Tesla's brand was losing some popularity after multiple price adjustments -- among other issues -- you might be in for a shock.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-04T06:15:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/04/think-tesla-is-losing-popularity-think-again/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Bitter! Tesla Even Opens Office in Malaysia, This is Luhut’s Response\",\n        \"byline\": \"Diamond Rakhmayanti Dewi CNBC Indonesia News Saturday, 04/03/2023 18:00 WIB Jakarta, CNBC Indonesia – Tesla is one of the electric car manufacturers targeted by the Indonesian government to invest in opening offices in the country. But it tu...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-04T06:07:14\",\n        \"url\": \"https://www.world-today-news.com/bitter-tesla-even-opens-office-in-malaysia-this-is-luhuts-response/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock rises after year-over-year sales growth in China\",\n        \"byline\": \"The shares of Tesla (TSLA) increased on Friday as the car manufacturer revealed good Chinese sales. According to China’s Passenger Vehicle Association,\",\n        \"source\": \"Bollyinside\",\n        \"publishDate\": \"2023-03-04T05:45:11\",\n        \"url\": \"https://www.bollyinside.com/news/business-news/tesla-stock-rises-after-year-over-year-sales-growth-in-china/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Don’t f**k – you won’t live! Tesla was caught editing his presentation – Alexander Pivovarchik. on vc.ru\",\n        \"byline\": \"“id”:1332858,”url”:”https://vc.ru/u/1332858-aleksandr-pivovarchik”,”name”:”u0410u043bu0435u043au0441u0430u043du0434u0440 u041fu0438u0432u043eu0432u0430u0440u0447u0438u043a.”,”avatar...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-04T05:15:50\",\n        \"url\": \"https://www.world-today-news.com/dont-fk-you-wont-live-tesla-was-caught-editing-his-presentation-alexander-pivovarchik-on-vc-ru/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla wants to halve the price of electric cars\",\n        \"byline\": \"The Tesla Cybertruck pickup model was announced back in 2019. It is to be launched in larger numbers this year. Image: AP On “Investor Day”, Elon Musk promised a golden future for e-mobility and thus for Tesla shareholders. Published: ...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T05:14:44\",\n        \"url\": \"https://www.archynewsy.com/tesla-wants-to-halve-the-price-of-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Spotify and TikTok Can Benefit From This Chainlink (LINK) Release\",\n        \"byline\": \"Chainlink (LINK) representative Michael Robinson indicated ways major global corporations can leverage novel Chainlink Functions toolkit\",\n        \"source\": \"U.Today\",\n        \"publishDate\": \"2023-03-04T04:30:00\",\n        \"url\": \"https://u.today/tesla-spotify-and-tiktok-can-benefit-from-this-chainlink-link-release\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Cybertruck vs Tesla Semi: Is It a Drag Race or Just a Show-Off?\",\n        \"byline\": \"Elon Musk should be proud of Twitter because it’s the first social media to release videos featuring a sort of drag race between the most weird-looking\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-04T04:26:01\",\n        \"url\": \"https://www.newsr.in/n/Automotive/1zpks0hx7j/Tesla-Cybertruck-vs-Tesla-Semi-Is-It.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Research Firm Sees Retail Investors Bailing on Tesla Stock\",\n        \"byline\": \"Research Firm Sees Retail Investors Bailing on Tesla Stock\",\n        \"source\": \"Bazaar Times\",\n        \"publishDate\": \"2023-03-04T04:12:01\",\n        \"url\": \"https://bazaartimes.com/research-firm-sees-retail-investors-bailing-on-tesla-stock/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk found not liable of cheating investors over 2018 Tesla tweet\",\n        \"byline\": \"Musk responded to the verdict with a tweet. I am deeply appreciative of the jury’s unanimous finding of innocence in the Tesla 420 take-private case. Tesla\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-04T04:09:42\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0hxj5/Elon-Musk-found-not-liable-of-cheating-investors.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"A new car was expected, but Elon Musk presented something else: what Tesla’s revolutionary “Master Plan” consists of\",\n        \"byline\": \"Elon Musk walks past a screen displaying an image of the Tesla Model 3 car during an opening ceremony for the Tesla Model Y Made-in-China program in Shanghai, China. January 7, 2020. REUTERS/Aly Song/File The executive president of Tesla, Elon Mus...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-04T04:08:03\",\n        \"url\": \"https://www.archynewsy.com/a-new-car-was-expected-but-elon-musk-presented-something-else-what-teslas-revolutionary-master-plan-consists-of/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Will Soon Offer Two-Way Charging, But Elon Musk Doesn’t Believe It: Why He’s Wrong\",\n        \"byline\": \"Tesla Will Soon Offer Two-Way Charging, But Elon Musk Doesn’t Believe It: Why He’s Wrong\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-04T03:55:41\",\n        \"url\": \"https://gettotext.com/tesla-will-soon-offer-two-way-charging-but-elon-musk-doesnt-believe-it-why-hes-wrong/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Mexico can't match U.S. incentives for proposed Tesla battery plant, minister says\",\n        \"byline\": \"路透墨西哥城 3 月 3 日电 - 墨西哥财政部长周五表示，如果特斯拉 (Tesla Inc.) 在墨西哥建立电池厂，墨西哥将无法与美国法案提供的抑制通胀的激励措施相媲美。几天前，特斯拉宣布在墨西哥建设一座 “巨型工厂”。\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-04T03:13:45\",\n        \"url\": \"https://longportapp.com/news/81495508\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"E-car star burns up? Elon Musk has to pull himself together for Tesla\",\n        \"byline\": \"E-car star burns up?  Elon Musk has to pull himself together for Tesla\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-04T02:39:31\",\n        \"url\": \"https://www.breakinglatest.news/technology/e-car-star-burns-up-elon-musk-has-to-pull-himself-together-for-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"F-150 Lightning reboot, Tesla wireless charging, Kia EV9 tease, EV journey time: Car News Today\",\n        \"byline\": \"F-150 Lightning reboot, Tesla wireless charging, Kia EV9 tease, EV journey time: Car News Today\",\n        \"source\": \"News7h\",\n        \"publishDate\": \"2023-03-04T01:50:14\",\n        \"url\": \"https://news7h.com/f-150-lightning-reboot-tesla-wireless-charging-kia-ev9-tease-ev-journey-time-car-news-today/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Samuel García: “I was so sure that Tesla was coming to Nuevo León that I didn’t even want to fight”\",\n        \"byline\": \"Samuel García: “I was so sure that Tesla was coming to Nuevo León that I didn’t even want to fight”\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-04T01:23:45\",\n        \"url\": \"https://time.news/samuel-garcia-i-was-so-sure-that-tesla-was-coming-to-nuevo-leon-that-i-didnt-even-want-to-fight/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cost-cutting fails to impress investors\",\n        \"byline\": \"Tesla shares fell 5.9% yesterday after CEO Elon Musk's four-hour presentation failed to impress investors waiting for an affordable electric car.Musk and\",\n        \"source\": \"Businesshala\",\n        \"publishDate\": \"2023-03-04T01:10:11\",\n        \"url\": \"https://businesshala.com/tesla-cost-cutting-fails-to-impress-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Mexico Gigafactory To Be EV Maker's Largest Manufacturing Plant in America? Explained\",\n        \"byline\": \"Tesla Giga Mexico is planned to be built with an investment of 5 Billion Dollars and will have an area of about 4,200 acres which is 68 percent more than the\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-04T01:04:23\",\n        \"url\": \"https://www.newsr.in/n/Business/1zpks0hvlp/Tesla-Mexico-Gigafactory-To-Be-EV-Maker.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Breaking news Tesla, shocking choice: change immediately\",\n        \"byline\": \"Tesla is one of the best known and most renowned automotive companies, and even on this precise occasion it made some noise. Tesla is one of the largest automotive companies in the world. Which is not surprising mainly for two reasons; the first i...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-04T01:03:07\",\n        \"url\": \"https://www.world-today-news.com/breaking-news-tesla-shocking-choice-change-immediately/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk admires ‘Jung Yong-jin’s van’…”Tesla comes out as a new car” [테슬람 X랩] By Hankyung\",\n        \"byline\": \"© Reuters Musk admires ‘Jung Yong-jin’s van’…”Tesla comes out as a new car” [테슬람 X랩] An image created by Tesla (NASDAQ:) fans imagining a ‘Tesla van’. “What are the identities of those new cars hidde...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-03T23:47:24\",\n        \"url\": \"https://www.archyde.com/musk-admires-jung-yong-jins-van-tesla-comes-out-as-a-new-car-%ed%85%8c%ec%8a%ac%eb%9e%8c-x%eb%9e%a9-by-hankyung/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Everything on stocks: is the Model 2 coming? The central message of the Tesla night\",\n        \"byline\": \"Everything on stocks: is the Model 2 coming?  The central message of the Tesla night\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-03T23:30:29\",\n        \"url\": \"https://www.breakinglatest.news/business/everything-on-stocks-is-the-model-2-coming-the-central-message-of-the-tesla-night/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk does not impress Tesla investors and its shares fall 5.85%\",\n        \"byline\": \"Elon Musk does not impress Tesla investors and its shares fall 5.85%\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T22:51:27\",\n        \"url\": \"https://www.bullfrag.com/elon-musk-does-not-impress-tesla-investors-and-its-shares-fall-5-85/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"SHAREHOLDER ALERT: Pomerantz Law Firm Reminds Shareholders with Losses on their Investment in Tesla, Inc. – Benzinga\",\n        \"byline\": \"SHAREHOLDER ALERT: Pomerantz Law Firm Reminds Shareholders with Losses on their Investment in Tesla, Inc. – Benzinga\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T22:31:34\",\n        \"url\": \"https://onlineev.com/shareholder-alert-pomerantz-law-firm-reminds-shareholders-with-losses-on-their-investment-in-tesla-inc-benzinga/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Models Among EVs With Worst Predicted Reliability: Consumer Reports\",\n        \"byline\": \"Tesla Models Among EVs With Worst Predicted Reliability: Consumer Reports\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T22:25:36\",\n        \"url\": \"https://onlineev.com/tesla-models-among-evs-with-worst-predicted-reliability-consumer-reports/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"This Car is a Computer *Tesla Model X*\",\n        \"byline\": \"This Car is a Computer *Tesla Model X*\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T22:24:19\",\n        \"url\": \"https://onlineev.com/this-car-is-a-computer-tesla-model-x/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TSLA Stock: 3.61% Increase Explanation\",\n        \"byline\": \"The stock price of Tesla Inc (NASDAQ: TSLA) increased by 3.61% today. This is why.\",\n        \"source\": \"Pulse 2.0\",\n        \"publishDate\": \"2023-03-03T22:20:08\",\n        \"url\": \"https://pulse2.com/tsla-stock-3-61-increase-explanation/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Despite the rumors, the Mexican Tesla plant is going to become the world’s largest ever plant\",\n        \"byline\": \"Despite the rumors, the Mexican Tesla plant is going to become the world’s largest ever plant\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T22:10:10\",\n        \"url\": \"https://game-news24.com/2023/03/03/despite-the-rumors-the-mexican-tesla-plant-is-going-to-become-the-world-s-largest-ever-plant/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Banks and companies will gain with the arrival of Tesla in Nuevo León\",\n        \"byline\": \"Banks and companies will gain with the arrival of Tesla in Nuevo León\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T21:54:31\",\n        \"url\": \"https://www.bullfrag.com/banks-and-companies-will-gain-with-the-arrival-of-tesla-in-nuevo-leon/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Rare Earth Stocks Plunge as Tesla Seeks Alternatives\",\n        \"byline\": \"Shares of Chinese rare earth suppliers plunged Thursday after Tesla Inc. said it will reduce its use of the minerals in future electric vehicles...\",\n        \"source\": \"Smartkarma\",\n        \"publishDate\": \"2023-03-03T21:41:10\",\n        \"url\": \"https://www.smartkarma.com/insights/rare-earth-stocks-plunge-as-tesla-seeks-alternatives\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk admires ‘fan Jung Yong-jin’ …”Tesla comes out like a new car” [테슬람 X랩] By Hankyung\",\n        \"byline\": \"© Reuters Musk admires ‘fan Jung Yong-jin’…”Tesla comes out like a new car” [테슬람 X랩] An image created by Tesla (NASDAQ:) fans imagining a ‘Tesla van’. “What is the identity of those new cars hidden i...\",\n        \"source\": \"Newsdir3\",\n        \"publishDate\": \"2023-03-03T21:21:27\",\n        \"url\": \"https://www.newsdirectory3.com/musk-admires-fan-jung-yong-jin-tesla-comes-out-like-a-new-car-%ed%85%8c%ec%8a%ac%eb%9e%8c-x%eb%9e%a9-by-hankyung/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investor day featured 17 execs, taking Musk out of limelight\",\n        \"byline\": \"Elon Musk speaking at Tesla Investor Day. Courtesy: Tesla When Tesla CEO Elon Musk promoted a 2023 Investor Day event to be held on March 1, he promised to reveal his “Master Plan 3,” a long-term vision for the company’s next sta...\",\n        \"source\": \"News Conquest\",\n        \"publishDate\": \"2023-03-03T21:18:47\",\n        \"url\": \"https://newsconquest.com/2023/03/04/tesla-investor-day-featured-17-execs-taking-musk-out-of-limelight/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"How many Tesla plants are there in the world and what will the one in Mexico be like?\",\n        \"byline\": \"How many Tesla plants are there in the world and what will the one in Mexico be like?\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T20:31:11\",\n        \"url\": \"https://www.bullfrag.com/how-many-tesla-plants-are-there-in-the-world-and-what-will-the-one-in-mexico-be-like/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (TSLA) Shareholder Notice: Robbins LLP Reminds Investors of Lead Plaintiff Deadline in Class Action Against Tesla, Inc.\",\n        \"byline\": \"The Class: Robbins LLP reminds investors that a shareholder filed a class action on behalf of all persons or entities that purchased or otherwise acquired Tesla TSLA common stock between February 19, 2019 and February 17, 2023, for violations of t...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T19:37:30\",\n        \"url\": \"https://longportapp.com/news/81483009\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will build its next factory in Mexico\",\n        \"byline\": \"Tesla will build its next factory in Mexico\",\n        \"source\": \"YRT News\",\n        \"publishDate\": \"2023-03-03T19:31:38\",\n        \"url\": \"https://yrtnews.com/tesla-will-build-its-next-factory-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla expected to rise after a 31.65% increase in sales of its Chinese production – 03/03/2023 at 14:21\",\n        \"byline\": \"Tesla expected to rise after a 31.65% increase in sales of its Chinese production – 03/03/2023 at 14:21\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T19:17:03\",\n        \"url\": \"https://gettotext.com/tesla-expected-to-rise-after-a-31-65-increase-in-sales-of-its-chinese-production-03-03-2023-at-1421/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wall Street uncertain, Apple and Tesla under surveillance\",\n        \"byline\": \"Wall Street uncertain, Apple and Tesla under surveillance\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T19:16:06\",\n        \"url\": \"https://gettotext.com/wall-street-uncertain-apple-and-tesla-under-surveillance/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk loses world's richest crown as Tesla stock tanks – The National\",\n        \"byline\": \"Elon Musk loses world's richest crown as Tesla stock tanks – The National\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-03T19:08:59\",\n        \"url\": \"https://billionairespress.com/784766/elon-musk-loses-worlds-richest-crown-as-tesla-stock-tanks-the-national/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"New Tesla motor could disrupt rare earths sector\",\n        \"byline\": \"Tesla proposed a new motor not requiring rare earth elements at its investor day and analysts discuss if there's a market.\",\n        \"source\": \"Mugglehead Magazine\",\n        \"publishDate\": \"2023-03-03T19:06:04\",\n        \"url\": \"https://mugglehead.com/new-tesla-motor-could-disrupt-rare-earths-sector/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investors expected a big announcement about the future of the company – and received a presentation on the production processes – TheMarker\",\n        \"byline\": \"Tesla investors expected a big announcement about the future of the company – and received a presentation on the production processes – TheMarker\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-03T18:57:03\",\n        \"url\": \"https://time.news/tesla-investors-expected-a-big-announcement-about-the-future-of-the-company-and-received-a-presentation-on-the-production-processes-themarker/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla : Presentation\",\n        \"byline\": \"(marketscreener.com) Certain statements in this presentation, including, but not limited to, statements relating to the future development, ramp, production capacity and output rates, supply chain, demand and market growth, cost, pricing and profi...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T18:20:13\",\n        \"url\": \"https://longportapp.com/news/81480500\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wiener sour – 67,000 € Tesla in workshop for months – reader\",\n        \"byline\": \"The Tesla dream burst for 41-year-old Stefan after an accident in August 2022. Since then, his electric car has been in the workshop all the time. Stefan R. (41) dreamed of a brand new Tesla for years. As a technology enthusiast, he saved a long t...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-03T17:55:48\",\n        \"url\": \"https://www.archynewsy.com/wiener-sour-67000-e-tesla-in-workshop-for-months-reader/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk targets Chile’s lithium: Tesla executives contacted the country’s government\",\n        \"byline\": \"Elon Musk targets Chile’s lithium: Tesla executives contacted the country’s government\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T17:23:53\",\n        \"url\": \"https://www.bullfrag.com/elon-musk-targets-chiles-lithium-tesla-executives-contacted-the-countrys-government/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Market Rally Roars Back: What You Should Do; Apple, Tesla close to buying 7 shares\",\n        \"byline\": \"Market Rally Roars Back: What You Should Do;  Apple, Tesla close to buying 7 shares\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T17:07:27\",\n        \"url\": \"https://biz.crast.net/market-rally-roars-back-what-you-should-do-apple-tesla-close-to-buying-7-shares/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Research Firm Sees Retail Investors Bailing on Tesla's Stock\",\n        \"byline\": \"Vanda Research, which tracks investment flows from retail investors, says Tesla's first-ever investor day may trigger a shift in their positive sentiment toward the company's stock.\",\n        \"source\": \"Investopedia\",\n        \"publishDate\": \"2023-03-03T17:05:01\",\n        \"url\": \"https://www.investopedia.com/tesla-shares-outlook-7187549\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock pops after China sales jump year-over-year\",\n        \"byline\": \"Tesla says its January price cuts for Chinese-made vehicles are still generating strong demand.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T17:04:56\",\n        \"url\": \"https://longportapp.com/news/81477285\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla introduced the Model 2 for $26,000 this week, but kept it quiet\",\n        \"byline\": \"Tesla introduced the Model 2 for $26,000 this week, but kept it quiet\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T16:56:05\",\n        \"url\": \"https://biz.crast.net/tesla-introduced-the-model-2-for-26000-this-week-but-kept-it-quiet/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Is Tesla Preparing To Introduce Wireless EV Charging?\",\n        \"byline\": \"Is Tesla Preparing To Introduce Wireless EV Charging?\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T16:41:50\",\n        \"url\": \"https://biz.crast.net/is-tesla-preparing-to-introduce-wireless-ev-charging/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Is Tesla preparing to offer wireless EV charging? – KFOR Oklahoma City\",\n        \"byline\": \"Is Tesla preparing to offer wireless EV charging? – KFOR Oklahoma City\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T16:29:29\",\n        \"url\": \"https://onlineev.com/is-tesla-preparing-to-offer-wireless-ev-charging-kfor-oklahoma-city/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock finds groove with strong China sales\",\n        \"byline\": \"Tesla stock finds groove with strong China sales\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T16:24:37\",\n        \"url\": \"https://onlineev.com/tesla-stock-finds-groove-with-strong-china-sales/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"SHAREHOLDER ALERT: Pomerantz Law Firm Reminds Shareholders with Losses on their Investment in Tesla, Inc. of Class Action Lawsuit and Upcoming Deadline - TSLA\",\n        \"byline\": \"Pomerantz LLP announces that a class action lawsuit has been filed against Tesla, Inc. (\\\"Tesla\\\" or the \\\"Company\\\") and certain officers. The class action, filed in the United States District Court for the Northern District of Ca...\",\n        \"source\": \"Le Lezard\",\n        \"publishDate\": \"2023-03-03T16:23:00\",\n        \"url\": \"https://www.lelezard.com/en/news-20804455.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Top 5 Tesla Pros & Cons\",\n        \"byline\": \"according to Jean-Pierre, the Pros & Cons of owning a Tesla are far greater than the disadvantages. Jean-Pierre is such a believer, he even offers up his Tesla on Turo.\",\n        \"source\": \"Clean Technica\",\n        \"publishDate\": \"2023-03-03T15:58:46\",\n        \"url\": \"https://cleantechnica.com/2023/03/03/top-5-tesla-pros-cons/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Even after 3 years of initiating process, GMC Jammu awaits installation of 1st 3-Tesla MRI Machine\",\n        \"byline\": \"Even after 3 years of initiating process, GMC Jammu awaits installation of 1st 3-Tesla MRI Machine\",\n        \"source\": \"Daily Excelsior\",\n        \"publishDate\": \"2023-03-03T15:41:42\",\n        \"url\": \"https://www.dailyexcelsior.com/even-after-3-years-of-initiating-process-gmc-jammu-awaits-installation-of-1st-3-tesla-mri-machine/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Mississippi's sole Tesla store plays by different rules than traditional car dealers in the state. A new law aims to change that.\",\n        \"byline\": \"Tesla skirted regulations facing traditional carmakers by classifying itself as a \\\"store\\\" not a \\\"dealership,\\\" allowing it to sell directly to consumers.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-03T15:38:22\",\n        \"url\": \"https://www.businessinsider.com/mississippi-pushes-bill-placing-restrictions-on-electric-vehicle-sales-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Ambitious Goals Come With a Big Price Tag\",\n        \"byline\": \"Tesla wants to become the world’s biggest car maker by volume. But at its investor day this week it offered little details on plans for new car models. WSJ Tesla reporter Rebecca Elliot joins host Zoe Thomas to discuss what the electric-v...\",\n        \"source\": \"Daily Telegraph Australia\",\n        \"publishDate\": \"2023-03-03T15:28:47\",\n        \"url\": \"https://www.dailytelegraph.com.au/business/teslas-ambitious-goals-come-with-a-big-price-tag/video/0de8ac0caf1ce05964fb08ff39508ba6\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Don’t Make These Mistakes When Buying a Tesla Online\",\n        \"byline\": \"Buy your Tesla in just a few clicks He online world is what you have; allows you to get anywhere with just a few clicks and from the comfort of your home. This is done in our day to day, in the way of living, of carrying out our tasks… and a...\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-03T14:26:10\",\n        \"url\": \"https://www.ruetir.com/2023/03/dont-make-these-mistakes-when-buying-a-tesla-online/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Is Getting Boring. That Isn’t a Bad Thing For the Stock.\",\n        \"byline\": \"While the electric-vehicles maker is led by maverick Elon Musk and is trying to disrupt the global energy status quo, it's starting to look like other auto...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T13:56:53\",\n        \"url\": \"https://longportapp.com/news/81460965\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock plunged 65% last year but retail investors are flocking to the company in 2023 and investing $14 billion in shares\",\n        \"byline\": \"Tesla stock plunged 65% last year but retail investors are flocking to the company in 2023 and investing $14 billion in shares\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T13:46:21\",\n        \"url\": \"https://biz.crast.net/tesla-stock-plunged-65-last-year-but-retail-investors-are-flocking-to-the-company-in-2023-and-investing-14-billion-in-shares/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla falls 6% in early trading after investor day disappointment from Investing.com\",\n        \"byline\": \"Tesla falls 6% in early trading after investor day disappointment from Investing.com\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-03T13:40:56\",\n        \"url\": \"https://time.news/tesla-falls-6-in-early-trading-after-investor-day-disappointment-from-investing-com/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will set up a “mega-factory” in Mexico\",\n        \"byline\": \"Tesla boss Elon Musk puts an end to the hallway noise. He confirmed on Wednesday that the American electric vehicle maker would build a plant in northern Mexico. The day before, the Mexican government had announced this project and said that Tesla...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-03T13:35:55\",\n        \"url\": \"https://www.archynewsy.com/tesla-will-set-up-a-mega-factory-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"We Tried Mercedes’ New Self-Driving Tech, And It’s Better Than Tesla Full Self-Driving In One Big Way\",\n        \"byline\": \"Truly autonomous cars are still the stuff of science-fiction, but Mercedes is bringing U.S. drivers one step closer with Drive Pilot. SlashGear went for a ride.\",\n        \"source\": \"1010.team\",\n        \"publishDate\": \"2023-03-03T13:27:57\",\n        \"url\": \"https://www.slashgear.com/1217112/we-tried-mercedes-new-self-driving-tech-and-its-better-than-tesla-full-self-driving-in-one-big-way/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla did not request tax incentives in Mexico: Treasury\",\n        \"byline\": \"Tesla did not request tax incentives in Mexico: Treasury\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T13:27:40\",\n        \"url\": \"https://www.bullfrag.com/tesla-did-not-request-tax-incentives-in-mexico-treasury/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Chinese rival BYD is pushing for overseas expansion\",\n        \"byline\": \"Tesla’s Chinese rival BYD is pushing for overseas expansion\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-03T13:16:41\",\n        \"url\": \"https://www.breakinglatest.news/business/teslas-chinese-rival-byd-is-pushing-for-overseas-expansion/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Should You Buy the Dip in Tesla With ETFs?\",\n        \"byline\": \"Zacks is the leading investment research firm focusing onstock research, analysis and recommendations. Gain free stock researchaccess to stock picks, stock screeners, stock reports, portfolio trackersand more.\",\n        \"source\": \"Zacks\",\n        \"publishDate\": \"2023-03-03T13:00:00\",\n        \"url\": \"https://www.zacks.com/stock/news/2061710/should-you-buy-the-dip-in-tesla-with-etfs?cid=CS-ZC-FT-etf_news_and_commentary-2061710\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's investor day featured 17 execs, taking Elon Musk out of the limelight\",\n        \"byline\": \"One thing the Tesla Investor Day accomplished well was to turn shareholders' attention to the broader organization under Tesla's celebrity CEO.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-03T12:57:21\",\n        \"url\": \"https://www.cnbc.com/2023/03/03/tesla-investor-day-featured-17-execs-taking-musk-out-of-limelight.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"New Tesla motor technology could disrupt rare earths industry\",\n        \"byline\": \"Free Article Limit Reached - The Northern Miner\",\n        \"source\": \"Northern Miner\",\n        \"publishDate\": \"2023-03-03T12:47:26\",\n        \"url\": \"https://www.northernminer.com/news/new-tesla-tech-could-disrupt-rare-earths-industry/1003852646/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Gets Closer To The German Premium Car Brands\",\n        \"byline\": \"The gap betweenTesla, with its popular electric cars, and Germany’s three premium carmakers continues to close.This is the main conclusion of last year’s preliminary sales volume results.The massive push by governments around the world...\",\n        \"source\": \"New York Folk\",\n        \"publishDate\": \"2023-03-03T12:46:25\",\n        \"url\": \"https://newyorkfolk.com/auto/tesla-gets-closer-to-the-german-premium-car-brands/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Outrageous!After Tesla opened the charging pile, a motorcycle came to “battery” – Fast Technology – Technology Changes the Future\",\n        \"byline\": \"Outrageous! After Tesla opened the charging pile, a motorcycle came to “battery” 2023-03-03 18:08:33 Source: Fast Technology Author:Ruofeng Edit: Ruofeng Comment() Some time ago, Musk announced that all 7,500 Tesla charging stations in...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-03T12:34:54\",\n        \"url\": \"https://www.world-today-news.com/outrageousafter-tesla-opened-the-charging-pile-a-motorcycle-came-to-battery-fast-technology-technology-changes-the-future/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lloyd Park LLC Acquires 1,150 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Lloyd Park LLC Acquires 1,150 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-03T12:30:49\",\n        \"url\": \"https://www.kopsource.com/2023/03/03/lloyd-park-llc-acquires-1150-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Purchased by Livforsakringsbolaget Skandia Omsesidigt\",\n        \"byline\": \"Tesla, Inc. (NASDAQ:TSLA) Shares Purchased by Livforsakringsbolaget Skandia Omsesidigt\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-03T12:30:49\",\n        \"url\": \"https://www.kopsource.com/2023/03/03/tesla-inc-nasdaqtsla-shares-purchased-by-livforsakringsbolaget-skandia-omsesidigt.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla and BYD are both winning in the Chinese EV market. Stocks are up.\",\n        \"byline\": \"Tesla and BYD are both winning in the Chinese EV market.  Stocks are up.\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T12:29:58\",\n        \"url\": \"https://biz.crast.net/tesla-and-byd-are-both-winning-in-the-chinese-ev-market-stocks-are-up/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"ROSEN, GLOBALLY RECOGNIZED INVESTOR COUNSEL, Encourages Tesla, Inc. Investors With Losses to Secure Counsel Before Important Deadline in Securities Class Action – TSLA\",\n        \"byline\": \"NEW YORK, March 03, 2023 (GLOBE NEWSWIRE) -- WHY: Rosen Law Firm, a global investor rights law firm, announces the filing of a class action lawsuit on...\",\n        \"source\": \"GlobalNewsWire\",\n        \"publishDate\": \"2023-03-03T12:11:00\",\n        \"url\": \"https://www.globenewswire.com/news-release/2023/03/03/2620478/673/en/ROSEN-GLOBALLY-RECOGNIZED-INVESTOR-COUNSEL-Encourages-Tesla-Inc-Investors-With-Losses-to-Secure-Counsel-Before-Important-Deadline-in-Securities-Class-Action-TSLA.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: Giga Mexico “will be born” in nine months\",\n        \"byline\": \"Tesla: Giga Mexico “will be born” in nine months\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-03T12:08:00\",\n        \"url\": \"https://time.news/tesla-giga-mexico-will-be-born-in-nine-months/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Says Musk Deposition Bid Shouldn't Be Relitigated\",\n        \"byline\": \"An attorney for Tesla on Friday accused a lawyer for the family of a teenage passenger killed in a fiery crash of trying to revive a previously denied bid to depose Tesla CEO Elon Musk now that the case is before a new judge.\",\n        \"source\": \"Law 360\",\n        \"publishDate\": \"2023-03-03T11:56:31\",\n        \"url\": \"https://www.law360.com/florida/articles/1574243\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Daiwa Capital Maintains Outperform on Tesla, Raises Price Target to $218\",\n        \"byline\": \"Daiwa Capital analyst Jairam Nathan maintains Tesla (NASDAQ:TSLA) with a Outperform and raises the price target from $200 to $218.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T11:51:08\",\n        \"url\": \"https://longportapp.com/news/81447467\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Magnolia Capital Advisors LLC Acquires 2,100 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Magnolia Capital Advisors LLC Acquires 2,100 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-03T11:43:23\",\n        \"url\": \"https://www.kopsource.com/2023/03/03/magnolia-capital-advisors-llc-acquires-2100-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"IMSS announces new hospital in NL by Tesla’s Gigafactory\",\n        \"byline\": \"IMSS announces new hospital in NL by Tesla’s Gigafactory\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T11:31:08\",\n        \"url\": \"https://www.bullfrag.com/imss-announces-new-hospital-in-nl-by-teslas-gigafactory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"5 Investors Betting Big on Tesla (TSLA) Stock Right Now\",\n        \"byline\": \"Tesla sold 74,402 China-made vehicles last month, up by 31.65% year over year. CEO Elon Musk is the largest shareholder of the company.\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-03T11:26:56\",\n        \"url\": \"https://investorplace.com/2023/03/5-investors-betting-big-on-tesla-tsla-stock-right-now-2/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Elon Musk’s COVID tweets are putting Tesla in bad shape in China\",\n        \"byline\": \"Why Elon Musk’s COVID tweets are putting Tesla in bad shape in China\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T11:17:51\",\n        \"url\": \"https://gettotext.com/why-elon-musks-covid-tweets-are-putting-tesla-in-bad-shape-in-china/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is working on wireless charging for its electric cars, this photo proves it\",\n        \"byline\": \"Tesla is working on wireless charging for its electric cars, this photo proves it\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T11:15:47\",\n        \"url\": \"https://gettotext.com/tesla-is-working-on-wireless-charging-for-its-electric-cars-this-photo-proves-it/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock pops after year-over-year China sales jump\",\n        \"byline\": \"Tesla stock pops after year-over-year China sales jump\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T11:12:42\",\n        \"url\": \"https://biz.crast.net/tesla-stock-pops-after-year-over-year-china-sales-jump/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investor blown away after Texas factory tour, calls new battery one of the most important technologies ever\",\n        \"byline\": \"Tesla investor blown away after Texas factory tour, calls new battery one of the most important technologies ever\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T11:06:57\",\n        \"url\": \"https://biz.crast.net/tesla-investor-blown-away-after-texas-factory-tour-calls-new-battery-one-of-the-most-important-technologies-ever/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sold 74,402 China-made EVs in February, up 32% year over year\",\n        \"byline\": \"Teslasold 74,402 China-made electric vehicles in February, up 31.65% from a year earlier, China Passenger Car Association data showed on Friday.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-03T10:58:12\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-sold-74-402-china-made-evs-in-february-up-32-year-over-year-cde8cabef65e538f80d029d866aa5360b198c0b4?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investor is blown away after visit to Texas factory and calls new battery one of the most important technologies ever\",\n        \"byline\": \"After taking a tour of the company's Gigafactory in Austin, investor Ross Gerber said that what he saw was \\\"pretty insane.\\\"\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-03T10:49:14\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-investor-ross-gerber-4680-battery-production-austin-gigafactory-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s plan for rare-earth-free EVs will barely reduce demand for these critical metals\",\n        \"byline\": \"Tesla’s plan for rare-earth-free EVs will barely reduce demand for these critical metals\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T10:48:50\",\n        \"url\": \"https://biz.crast.net/teslas-plan-for-rare-earth-free-evs-will-barely-reduce-demand-for-these-critical-metals/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s decision to move away from rare earth permanent magnets unlikely to have much impact ...\",\n        \"byline\": \"At Tesla’s 2023 Investor Day on March 1, the company revealed that its next-generation permanent magnet synchronous motor (PMSM) traction motors would not use rare earth permanent magnets. “As the world transitions to clean energy, demand for rare...\",\n        \"source\": \"Engineering News\",\n        \"publishDate\": \"2023-03-03T10:48:00\",\n        \"url\": \"https://www.engineeringnews.co.za/article/teslas-decision-to-move-away-from-rare-earth-permanent-magnets-unlikely-to-have-much-impact-adamas-2023-03-03-1\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"First Manhattan Co. Acquires 7,824 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"First Manhattan Co. Acquires 7,824 Shares of Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-03T10:46:55\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/03/first-manhattan-co-acquires-7824-shares-of-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Bill restricting electric car dealerships could close Mississippi’s only Tesla store\",\n        \"byline\": \"Mississippi Gov. Tate Reeves will decide the fate of a bill passed in the state legislature Thursday aimed at restrictingelectric car manufacturersfrom opening new brick-and-mortar dealerships...\",\n        \"source\": \"New York Post\",\n        \"publishDate\": \"2023-03-03T10:46:35\",\n        \"url\": \"https://nypost.com/2023/03/03/bill-restricting-electric-car-dealerships-could-close-mississippis-only-tesla-store/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA 4-HOUR GRAPHIC ANALYSIS for the symbol NASDAQ:TSLA by gorkemgw — NewsOfFinance\",\n        \"byline\": \"TESLA 4-HOUR GRAPHIC ANALYSIS for the symbol NASDAQ:TSLA by gorkemgw — NewsOfFinance\",\n        \"source\": \"News Of Finance\",\n        \"publishDate\": \"2023-03-03T10:41:17\",\n        \"url\": \"https://newsoffinance.com/tesla-4-hour-graphic-analysis-for-the-symbol-nasdaqtsla-by-gorkemgw-newsoffinance/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla seduces Samuel García and this bought the brand\",\n        \"byline\": \"Tesla seduces Samuel García and this bought the brand\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T10:11:08\",\n        \"url\": \"https://www.bullfrag.com/tesla-seduces-samuel-garcia-and-this-bought-the-brand/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Mexico Plant Means $10 Billion Investment, Governor Says\",\n        \"byline\": \"Tesla Inc.'s Mexican plant will probably require $10 billion in investments in several phases, a game changer for the Nuevo Leon state where it will be based, as global companies rush to relocate to the country's north, Governor Samuel Garcia said.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-03T10:05:50\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-s-mexico-plant-means-10-billion-investment-governor-says-203c4630980d98ea04fe88ccd54e53d33e3dca25?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Before the bell: Tesla drives the Nasdaq, Soros drives Tesla and Buffett empties the TSMC\",\n        \"byline\": \"Before the bell: Tesla drives the Nasdaq, Soros drives Tesla and Buffett empties the TSMC — Money Now\",\n        \"source\": \"Money Now\",\n        \"publishDate\": \"2023-03-03T10:03:53\",\n        \"url\": \"https://moneynow.cc/before-the-bell-tesla-drives-the-nasdaq-soros-drives-tesla-and-buffett-empties-the-tsmc/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s plans for rare-earths-free EVs will barely dent demand for these critical metals\",\n        \"byline\": \"The electric vehicle maker represents only a sliver of global rare earth permanent magnet demand\",\n        \"source\": \"Quartz\",\n        \"publishDate\": \"2023-03-03T10:03:00\",\n        \"url\": \"https://qz.com/tesla-s-plans-for-rare-earths-free-evs-will-barely-dent-1850183349\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Evergreen Capital Management LLC Has $5.67 Million Holdings in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Evergreen Capital Management LLC Has $5.67 Million Holdings in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-03T10:02:42\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/03/evergreen-capital-management-llc-has-5-67-million-holdings-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is deploying its first Supercharger V4, and it’s huge\",\n        \"byline\": \"Tesla is deploying its first Supercharger V4, a new generation of its DC fast-charging stations, and it’s much bigger than...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-03T09:52:42\",\n        \"url\": \"https://electrek.co/2023/03/03/tesla-deploying-first-supercharger-v4-huge/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"If You Invested $1,000 In Tesla When Joe Biden Was Elected President, Here's How Much You'd Have Now\",\n        \"byline\": \"The election of Joe Biden as U.S. president has been seen as a milestone in history for EV and clean energy manufacturing companies at large. One stock that has\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-03T09:40:25\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0hn5i/If-You-Invested-000-In-Tesla-When.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is not the only company reviewing its Europe investment after Biden's Inflation Reduction Act – CNBC\",\n        \"byline\": \"Tesla is not the only company reviewing its Europe investment after Biden's Inflation Reduction Act – CNBC\",\n        \"source\": \"CanadaNews Media\",\n        \"publishDate\": \"2023-03-03T09:36:27\",\n        \"url\": \"https://canadanewsmedia.ca/tesla-is-not-the-only-company-reviewing-its-europe-investment-after-bidens-inflation-reduction-act-cnbc/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"CRTC approves Tesla’s telecom license application\",\n        \"byline\": \"CRTC approves Tesla’s telecom license application\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T09:29:34\",\n        \"url\": \"https://game-news24.com/2023/03/03/crtc-approves-tesla-s-telecom-license-application/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Many electric cars have become more expensive after Tesla’s price drop\",\n        \"byline\": \"On January 13, Tesla announced drastic price drops on the two models, Model 3 and Model Y. While the cheapest Model 3 was up to DKK 127,882 or 23.3 percent cheaper, it was cut up to DKK 159,300 or 27 percent of the price of the larger Model Y. And...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-03T09:22:47\",\n        \"url\": \"https://www.archynewsy.com/many-electric-cars-have-become-more-expensive-after-teslas-price-drop/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla recalls more than 360,000 cars due to risk of autonomous fate turning\",\n        \"byline\": \"According to a recall report, a flaw in Tesla's fully autonomous driving formula can cause cars to jump through warning signs and cross intersections using the lane.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-03T09:08:07\",\n        \"url\": \"https://motorworld.app/tesla-recalls-more-than-360000-cars-due-to-risk-of-autonomous-fate-turning/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla bulls and bears are duking it out and one strategist now thinks Elon Musk’s car company \\\"boring\\\"\",\n        \"byline\": \"Tesla bulls and bears are duking it out and one strategist now thinks Elon Musk’s car company \\\"boring\\\"\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T09:02:27\",\n        \"url\": \"https://biz.crast.net/tesla-bulls-and-bears-are-duking-it-out-and-one-strategist-now-thinks-elon-musks-car-company-boring/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announced the Dawn of a New Age\",\n        \"byline\": \"Tesla is and will always be a few steps ahead of the competition.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-03T09:00:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/03/tesla-announced-the-dawn-of-a-new-age/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Market Rally Roars Back: What You Should Do Now; Apple, Tesla Lead 7 Stocks Near Buy Points\",\n        \"byline\": \"Market Rally Roars Back: What You Should Do Now; Apple, Tesla Lead 7 Stocks Near Buy Points\",\n        \"source\": \"Shareandstocks\",\n        \"publishDate\": \"2023-03-03T08:52:10\",\n        \"url\": \"https://www.shareandstocks.com/market-rally-roars-back-what-you-should-do-now-apple-tesla-lead-7-stocks-near-buy-points/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s Master Plan Was Short on Details. That Makes It Hard to Value Tesla Stock.\",\n        \"byline\": \"Elon Musk’s Master Plan Was Short on Details. That Makes It Hard to Value Tesla Stock.\",\n        \"source\": \"Shareandstocks\",\n        \"publishDate\": \"2023-03-03T08:51:52\",\n        \"url\": \"https://www.shareandstocks.com/elon-musks-master-plan-was-short-on-details-that-makes-it-hard-to-value-tesla-stock/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Thinking about trading options or stock in Costco, Kroger, Tesla, Target, or Chevron?\",\n        \"byline\": \"InvestorsObserver issues critical PriceWatch Alerts for COST, KR, TSLA, TGT, and CVX. Click a link below then choose between in-depth options trade idea report or a stock score report. Options Report – Ideal trade ideas on up to seven different op...\",\n        \"source\": \"Market Newswire\",\n        \"publishDate\": \"2023-03-03T08:34:03\",\n        \"url\": \"https://marketnewswire.live/index.php/2023/03/03/thinking-about-trading-options-or-stock-in-costco-kroger-tesla-target-or-chevron/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"KGI Securities Lowers Tesla (NASDAQ:TSLA) to Neutral\",\n        \"byline\": \"KGI Securities Lowers Tesla (NASDAQ:TSLA) to Neutral\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-03T08:32:45\",\n        \"url\": \"https://www.kopsource.com/2023/03/03/kgi-securities-lowers-tesla-nasdaqtsla-to-neutral.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (NASDAQ:TSLA) Downgraded to “Neutral” at KGI Securities\",\n        \"byline\": \"Tesla (NASDAQ:TSLA) Downgraded to “Neutral” at KGI Securities\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-03T08:32:41\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/03/tesla-nasdaqtsla-downgraded-to-neutral-at-kgi-securities.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"After the arrival of Tesla, Santa Catarina is placed in the eyes of the world: the mayor\",\n        \"byline\": \"When the announcement was made that Elon Musk chose Nuevo León to install the first Tesla factory in Mexico, …\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-03T08:21:37\",\n        \"url\": \"https://www.archytele.com/after-the-arrival-of-tesla-santa-catarina-is-placed-in-the-eyes-of-the-world-the-mayor/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Who is Tom Zhu, Elon Musk’s ‘Tim Cook’ at Tesla?\",\n        \"byline\": \"Who is Tom Zhu, Elon Musk’s ‘Tim Cook’ at Tesla?\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T08:18:46\",\n        \"url\": \"https://www.bullfrag.com/who-is-tom-zhu-elon-musks-tim-cook-at-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla secures more than $330M in tax breaks for Nevada project\",\n        \"byline\": \"Tesla secures more than $330M in tax breaks for Nevada project\",\n        \"source\": \"WRAL TechWire\",\n        \"publishDate\": \"2023-03-03T08:08:52\",\n        \"url\": \"https://wraltechwire.com/2023/03/03/tesla-secures-more-than-330m-in-tax-breaks-for-nevada-project/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is not the only company reviewing its Europe investment after Biden's Inflation Reduction Act\",\n        \"byline\": \"Tesla is not the only company reviewing its Europe investment after Biden's Inflation Reduction Act\",\n        \"source\": \"Business Fast\",\n        \"publishDate\": \"2023-03-03T07:57:22\",\n        \"url\": \"https://www.businessfast.co.uk/tesla-is-not-the-only-company-reviewing-its-europe-investment-after-bidens-inflation-reduction-act/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"r/technology - Experts ranked the leading self-driving companies. Tesla didn't even crack the top 10.\",\n        \"byline\": \"0votes et 1commentaire jusqu'à présent sur Reddit\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-03T07:39:25\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/r-technology-experts-ranked-the-leading-self-driving-companies-tesla-a180bd325761d8db76dff994c210eb1e30688d85?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s China Sales Increased 31% YoY in Feb: Shares Up 1.7% Premarket\",\n        \"byline\": \"Sales of Tesla's China-made electric cars increased by nearly 32% to 74,402 in February.\",\n        \"source\": \"The Tokenist\",\n        \"publishDate\": \"2023-03-03T07:36:57\",\n        \"url\": \"https://tokenist.com/teslas-china-sales-increased-31-yoy-in-feb-shares-up-1-7-premarket/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is soon offering two-security taxes, but Elon Musk doesn’t believe: Why He is frightened?\",\n        \"byline\": \"Tesla is soon offering two-security taxes, but Elon Musk doesn’t believe: Why He is frightened?\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T07:32:21\",\n        \"url\": \"https://game-news24.com/2023/03/03/tesla-is-soon-offering-two-security-taxes-but-elon-musk-doesn-t-believe-why-he-is-frightened/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Here are Friday's biggest analyst calls: Apple, Tesla, Alphabet, Kroger, Meta, Silvergate, UPS & more\",\n        \"byline\": \"Here are the biggest calls on Wall Street on Friday.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-03T07:28:56\",\n        \"url\": \"https://www.cnbc.com/2023/03/03/wall-streets-top-ai-picks-include-meta-and-alphabet.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Analysts debate whether GM could surpass Tesla as top-selling EV maker in US\",\n        \"byline\": \"As Tesla agrees to open its charging network to other brands and GM forms alliances with suppliers, the war is on as to who will rule EV sales.\",\n        \"source\": \"15 Minute News\",\n        \"publishDate\": \"2023-03-03T07:24:31\",\n        \"url\": \"https://rssfeeds.usatoday.com/~/729637316/0/usatodaycommoney-topstories~Analysts-debate-whether-GM-could-surpass-Tesla-as-topselling-EV-maker-in-US/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla on rare earths: “going to be a little hard to meet that demand”\",\n        \"byline\": \"Tesla on rare earths: “going to be a little hard to meet that demand”\",\n        \"source\": \"Directors Talk\",\n        \"publishDate\": \"2023-03-03T07:19:00\",\n        \"url\": \"https://directorstalk.net/tesla-on-rare-earths-%e2%80%9cgoing-to-be-a-little-hard-to-meet-that-demand%e2%80%9d\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (NASDAQ:TSLA) Price Target Raised to $218.00 at Daiwa Capital Markets\",\n        \"byline\": \"Tesla (NASDAQ:TSLA) Price Target Raised to $218.00 at Daiwa Capital Markets\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-03T07:16:41\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/03/tesla-nasdaqtsla-price-target-raised-to-218-00-at-daiwa-capital-markets.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Rally Around 15%? Here Are 10 Other Analyst Forecasts For Friday\",\n        \"byline\": \"Credit Suisse cut the price target for Hormel Foods Corporation (NYSE: HRL) from $44 to $41. Credit Suisse analyst Robert Moskow maintained a Neutral rating. Hormel Foods shares fell 1.7% to $41.13 in pre-market trading.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-03T07:16:37\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31191438/tesla-to-rally-around-15-here-are-10-other-analyst-forecasts-for-friday\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk claims Tesla will have 1M robotaxis on roads next year, bu(2019\",\n        \"byline\": \"Article URL: https://www.cnbc.com/2019/04/22/elon-musk-says-tesla-robotaxis-will-hit-the-market-next-year.htmlComments URL: https://news.ycombinator.com/item?id=35009006Points: 1# Comments: 0\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-03T07:15:24\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/elon-musk-claims-tesla-will-have-1m-robotaxis-on-roads-next-year-bu2019-8f1a10dcdba37e8c2d9ccc05d44aa4cfe7c31348?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"No One Saw Tesla's Solar Roof Coming\",\n        \"byline\": \"Elon Musk just showed us the grand unification of Tesla: Fast cars, big batteries, and a stunningsolar rooftop.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-03T07:15:24\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/no-one-saw-tesla-s-solar-roof-coming-2e9bbaebdc63b7ecc477004ccca438eccc311fce?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"MP Materials' pullback on Tesla comments 'an overreaction,' says Northland\",\n        \"byline\": \"Northland believes the re... MP, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-03T06:58:09\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674140/MP;TSLA-MP-Materials-pullback-on-Tesla-comments-an-overreaction-says-Northland1677848289\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Kickstart: Tesla, people and plastics\",\n        \"byline\": \"Electric vehicle manufacturer Tesla wants to hire plastics workers and has referred to a new \\\"plastics\\\" plant, but beyond that details are hard to find.\",\n        \"source\": \"Plastic News\",\n        \"publishDate\": \"2023-03-03T06:45:00\",\n        \"url\": \"https://www.plasticsnews.com/kickstart/kickstart-tesla-people-and-plastics\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Stock Drops While Other Automakers’ Stocks Rise Following Tesla Investor Day\",\n        \"byline\": \"What went wrong? Tesla held a big Investor Day event, yet at the end of it, Tesla's stock tanked and the stocks of competing automakers rose. I'm going to provide a few different perspectives here\",\n        \"source\": \"Clean Technica\",\n        \"publishDate\": \"2023-03-03T06:34:55\",\n        \"url\": \"https://cleantechnica.com/2023/03/03/tesla-stock-drops-while-other-automakers-stocks-rise-following-tesla-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Giga Mexico To Come Up In Double Quick Time? Tom Zhu Reportedly Sees It Outpacing Giga Shanghai's Commissioning Time\",\n        \"byline\": \"Tesla Inc.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T06:34:43\",\n        \"url\": \"https://longportapp.com/news/81411173\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla still reduces prices to access the incentives: in Italy the Model 3 costs less\",\n        \"byline\": \"Tesla still reduces prices to access the incentives: in Italy the Model 3 costs less\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-03T06:30:30\",\n        \"url\": \"https://www.breakinglatest.news/business/tesla-still-reduces-prices-to-access-the-incentives-in-italy-the-model-3-costs-less/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"This is why Tesla falls when we expect many of the announcements from Elon Musk\",\n        \"byline\": \"This is why Tesla falls when we expect many of the announcements from Elon Musk\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T06:25:15\",\n        \"url\": \"https://game-news24.com/2023/03/03/this-is-why-tesla-falls-when-we-expect-many-of-the-announcements-from-elon-musk/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk again loses world's richest person title to Bernard Arnault as Tesla share plunges\",\n        \"byline\": \"Tesla CEO and billionaire Elon Musk slipped down to the number 2 spot all over again, making the LVMH CEO Bernard Arnault reclaim his throne.\",\n        \"source\": \"Republic World\",\n        \"publishDate\": \"2023-03-03T06:08:32\",\n        \"url\": \"https://www.republicworld.com/business-news/international-business/elon-musk-slips-down-to-no-2-spot-as-tesla-shares-plunges-a-day-after-investor-day-articleshow.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Is MrBeast The Answer To Tesla's Media Woes? Fans Think So, But Will Elon Musk Comply?\",\n        \"byline\": \"Fans are calling for YouTuber MrBeast to be appointed as Tesla Inc.‘s TSLA media head, but with Elon Musk at the helm, will this social media icon work for the tech giant?What Happened: After Tesla’s 2023 Investor Day got dubbed as “long on aspira...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-03T06:04:44\",\n        \"url\": \"https://longportapp.com/news/81409231\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"34 Analysts Have This to Say About Tesla\",\n        \"byline\": \"Latest Ratings for TSLA Date Firm Action From To Feb 2022 Daiwa Capital Upgrades Neutral Outperform Feb 2022 Piper Sandler Maintains Overweight Jan 2022 Credit Suisse Upgrades Neutral Outperform View More Analyst Ratings for TSLA View the Latest A...\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-03T06:01:27\",\n        \"url\": \"https://www.benzinga.com/analyst-ratings/23/03/31190120/34-analysts-have-this-to-say-about-tesla\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Laying Out the Bear Case for Tesla Stock\",\n        \"byline\": \"TSLA stock could continue to cough back its recent gains, as worries about near-term results come back into focus.\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-03T06:00:27\",\n        \"url\": \"https://investorplace.com/2023/03/laying-out-the-bear-case-for-tesla-stock/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla announcement not near-term risk for ON Semiconductor, says Citi\",\n        \"byline\": \"ON Semiconductor (ON) sha... ON, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-03T05:44:55\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3674025/ON;TSLA-Tesla-announcement-not-nearterm-risk-for-ON-Semiconductor-says-Citi1677843895\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk announces that the next Tesla will be worth half of the current ones: these are the estimated prices\",\n        \"byline\": \"Elon Musk announces that the next Tesla will be worth half of the current ones: these are the estimated prices\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T05:41:42\",\n        \"url\": \"https://www.bullfrag.com/elon-musk-announces-that-the-next-tesla-will-be-worth-half-of-the-current-ones-these-are-the-estimated-prices/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"US-China Tensions Not 'Much Of A Risk' To Tesla's Beijing Business: VP\",\n        \"byline\": \"China is the second-largest market for Tesla, accounting for more than 50% of the company's global sales in 2022.\",\n        \"source\": \"International Business Times\",\n        \"publishDate\": \"2023-03-03T05:41:01\",\n        \"url\": \"https://www.ibtimes.com/us-china-tensions-not-much-risk-teslas-beijing-business-vp-3673457\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Decision to Remove Rare Earths from Its EVs Causes Chinese Stocks to Tumble\",\n        \"byline\": \"Tesla said it is creating a permanent magnet electric vehicle motor with zero rare earth elements. Although the stock shares of many listed companies in China in the rare earth industry dropped heavily on the news, they remain optimistic about the...\",\n        \"source\": \"pandaily\",\n        \"publishDate\": \"2023-03-03T05:34:35\",\n        \"url\": \"https://pandaily.com/teslas-decision-to-remove-rare-earths-from-its-evs-causes-chinese-stocks-to-tumble/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to Build Assembly Plant in Mexico\",\n        \"byline\": \"CNN reports that Tesla CEO Elon Musk made the announcement on March 1. The new plant will be near the city of Monterrey. \\\"We're super excited about it. We'll continue to expand production at all of our existing factories.\\\", Elon Musk, via state...\",\n        \"source\": \"Daily Telegraph Australia\",\n        \"publishDate\": \"2023-03-03T05:20:07.958\",\n        \"url\": \"https://www.dailytelegraph.com.au/lifestyle/tesla-to-build-assembly-plant-in-mexico/video/54ea0c1d2d886af440da8ea96ca78c08\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla bulls and bears are duking it out and one strategist now thinks Elon Musk's car company is \\\"boring\\\"\",\n        \"byline\": \"Insider's Phil Rosen breaks down how Wall Street is reacting to Elon Musk and Tesla's investor day event.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-03T05:15:00\",\n        \"url\": \"https://www.businessinsider.com/tesla-bulls-bears-elon-musk-investor-day-ev-wall-street-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk plans to cut Tesla car prices in half – >\",\n        \"byline\": \"schedule12:06 – 3 Mars, 2023 Elon Musk CEO of Tesla is planning to bring to the market a new electric car, cheaper, and affordable for many consumers. Musk said last year that he had abandoned plans to create a $25,000 car, known as the Mode...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-03T05:06:50\",\n        \"url\": \"https://www.archyde.com/elon-musk-plans-to-cut-tesla-car-prices-in-half/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to invest $5 billion in Mexican EV gigafactory\",\n        \"byline\": \"REGlobal features analysis of key trends and major developments, interviews with top managers and officials, opinion of leading experts and a rich knowledge centre. It covers a wide range of issues and topics including but not limited to markets, ...\",\n        \"source\": \"REGlobal\",\n        \"publishDate\": \"2023-03-03T05:03:00\",\n        \"url\": \"https://reglobal.co/tesla-to-invest-5-billion-in-mexican-ev-gigafactory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Shows This Mysterious Photo that Electric Car Charging Wireless Electricly To The Irrational Car\",\n        \"byline\": \"Tesla Shows This Mysterious Photo that Electric Car Charging Wireless Electricly To The Irrational Car\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T04:51:17\",\n        \"url\": \"https://game-news24.com/2023/03/03/tesla-shows-this-mysterious-photo-that-electric-car-charging-wireless-electricly-to-the-irrational-car/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla teases but fails to excite at Investor Day\",\n        \"byline\": \"“Tesla to show 25 000 dollar car.” “Musk will ready a hydrogen model as of this year.” Before this year’s Investor Day, rumors were plenty of what the famous EV maker would unveil. But news hunters came back with not much more than some souvenir p...\",\n        \"source\": \"Newmobility.news\",\n        \"publishDate\": \"2023-03-03T04:49:54\",\n        \"url\": \"https://newmobility.news/2023/03/03/tesla-teases-but-fails-to-excite-at-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sold 74,402 China-made EVs in February, up 32% y-o-y\",\n        \"byline\": \"Tesla Sales: Tesla had planned to run its Shanghai plant at an average weekly output rate of 20,000 units in February and March after price cuts it made in early January stoked demand.\",\n        \"source\": \"ETAuto.com\",\n        \"publishDate\": \"2023-03-03T04:36:10\",\n        \"url\": \"https://auto.economictimes.indiatimes.com/news/passenger-vehicle/tesla-sold-74402-china-made-evs-in-february-up-32-y-o-y/98389716\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla wants to do away with rare earths in the motors of its electric cars\",\n        \"byline\": \"Tesla wants to do away with rare earths in the motors of its electric cars\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T04:35:03\",\n        \"url\": \"https://gettotext.com/tesla-wants-to-do-away-with-rare-earths-in-the-motors-of-its-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Shows Wireless Electric Car Charging With This Mysterious Photo\",\n        \"byline\": \"Tesla Shows Wireless Electric Car Charging With This Mysterious Photo\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T04:33:52\",\n        \"url\": \"https://gettotext.com/tesla-shows-wireless-electric-car-charging-with-this-mysterious-photo/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, artificial mouth and keyboard of the future: La Quotidienne des Nums (03/03/2023)\",\n        \"byline\": \"Find your appointment not to be missed on Digital and Twitch. Every day at 11:30 a.m., Lam Hua (@LamHua on Twitter) invites you to an informal discussion on the major themes of high-tech news. In joy and good humor, we will review the articles of ...\",\n        \"source\": \"Arover\",\n        \"publishDate\": \"2023-03-03T04:32:43\",\n        \"url\": \"https://www.arover.net/2023/03/tesla-artificial-mouth-and-keyboard-of-the-future-la-quotidienne-des-nums-03-03-2023/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Stock Is More Popular Than Ever Among Individual Investors\",\n        \"byline\": \"Net retailpurchases of the electric-vehicle maker’s shares total nearly $14 billion so far this year.\",\n        \"source\": \"Wall Street Journal\",\n        \"publishDate\": \"2023-03-03T04:30:00\",\n        \"url\": \"https://www.wsj.com/articles/tesla-stock-popular-investors-ever-deb85a4?mod=rss_markets_main\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tom Zhu…Who? All You Need To Know About The 'Tim Cook' Of Tesla\",\n        \"byline\": \"Tesla Inc. (NASDAQ: TSLA) CEO Elon Musk’s preoccupation with Twitter ever since he took over the platform in October 2022 has worried investors to no end. \",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-03T04:29:54\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31188572/tom-zhu-who-all-you-need-to-know-about-the-tim-cook-of-tesla\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla opens some US Superchargers to other EVs, offers CCS retrofit\",\n        \"byline\": \"Tesla opens some US Superchargers to other EVs, offers CCS retrofit\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-03T04:29:27\",\n        \"url\": \"https://onlineev.com/tesla-opens-some-us-superchargers-to-other-evs-offers-ccs-retrofit/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Sound Dimension: Sound Dimension has tested AiFiTogether with Tesla and it works - Elon, we have fixed your Party Mode!\",\n        \"byline\": \"Press release from Companies Publicerat: 2023-03-02 19:00:00 Sound Dimension AB: Sound Dimension has tested AiFiTogether with Tesla and it works - Elon, we have... | March 3, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-03T04:29:09\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/SOUND-DIMENSION-AB-PUBL-128000310/news/Sound-Dimension-Sound-Dimension-has-tested-AiFiTogether-with-Tesla-and-it-works-Elon-we-have-fix-43146208/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla price target raised to $218 from $200 at Daiwa\",\n        \"byline\": \"Daiwa raised the firm... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-03T04:22:21\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673963/TSLA-Tesla-price-target-raised-to--from--at-Daiwa1677838941\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aroged: Tesla thinks about developing a wireless charging technology for electric vehicles\",\n        \"byline\": \"Aroged: Tesla thinks about developing a wireless charging technology for electric vehicles\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T04:11:55\",\n        \"url\": \"https://game-news24.com/2023/03/03/aroged-tesla-thinks-about-developing-a-wireless-charging-technology-for-electric-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"“Nuevo León and Tesla represent the future.”- Samuel García | Movimiento Ciudadano\",\n        \"byline\": \"newsletters| 1 mar. 2023 The arrival of the assembler will attract more than 35,000 jobs for Nuevo Leon. After the official announcement of the new plant of Tesla in New Lionhe Governor Samuel Alejandro García Sepúlvedapointed out that with the ar...\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-03T04:11:37\",\n        \"url\": \"https://www.archytele.com/nuevo-leon-and-tesla-represent-the-future-samuel-garcia-movimiento-ciudadano/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla revisits 100-year-old automaking model, aims to cut costs in half\",\n        \"byline\": \"Tesla revisits 100-year-old automaking model, aims to cut costs in half\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T04:11:07\",\n        \"url\": \"https://biz.crast.net/tesla-revisits-100-year-old-automaking-model-aims-to-cut-costs-in-half/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"KGI downgrades Tesla after event 'failed to meet' expectations\",\n        \"byline\": \"KGI Securities analyst Je... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-03T04:04:45\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673950/TSLA-KGI-downgrades-Tesla-after-event-failed-to-meet-expectations1677837885\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sold 74,402 China-made vehicles in February\",\n        \"byline\": \"Tesla sold 74,402 China-made electric vehicles in February, data published by the China Passenger Car Association showed on Friday.... | March 3, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-03T03:10:41\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/Tesla-sold-74-402-China-made-vehicles-in-February-43145687/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sells 74,402 China-made vehicles in Feb, up 12.6% from Jan\",\n        \"byline\": \"In the first two months, Tesla sold 140,453 China-made vehicles, up 20.71 percent from the same period last year.\",\n        \"source\": \"CnEVPost\",\n        \"publishDate\": \"2023-03-03T03:09:21\",\n        \"url\": \"https://cnevpost.com/2023/03/03/tesla-sells-74402-china-made-vehicles-in-feb/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk showed how two Optimus robots assemble a third, and said that the division of Tesla will surpass the automotive one\",\n        \"byline\": \"Elon Musk showed how two Optimus robots assemble a third, and said that the division of Tesla will surpass the automotive one\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-03T03:08:33\",\n        \"url\": \"https://game-news24.com/2023/03/03/elon-musk-showed-how-two-optimus-robots-assemble-a-third-and-said-that-the-division-of-tesla-will-surpass-the-automotive-one/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s futuristic approach to manufacturing, and the critical “next generation vehicle”\",\n        \"byline\": \"Tesla’s futuristic approach to manufacturing, and the critical “next generation vehicle”\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-03T02:42:39\",\n        \"url\": \"https://biz.crast.net/teslas-futuristic-approach-to-manufacturing-and-the-critical-next-generation-vehicle/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Hyundai, Kia, Toyota or Tesla? This is the most popular vehicle in Israel – Ace\",\n        \"byline\": \"Hyundai, Kia, Toyota or Tesla?  This is the most popular vehicle in Israel – Ace\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-03T02:40:35\",\n        \"url\": \"https://time.news/hyundai-kia-toyota-or-tesla-this-is-the-most-popular-vehicle-in-israel-ace/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sees share price plummet after Musk announces future plans to investors\",\n        \"byline\": \"Elon Musk's plans for the future of Tesla appear to have fallen on deaf ears after the firm's share price plummeted yesterday. The EV mogul outlined the\",\n        \"source\": \"Car Dealer Magazine\",\n        \"publishDate\": \"2023-03-03T02:10:43\",\n        \"url\": \"https://cardealermagazine.co.uk/publish/tesla-sees-share-price-plummet-after-musk-announces-future-plans-to-investors/280617\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Biden’s IRA sees Tesla and others review European investments\",\n        \"byline\": \"Tesla CEO Elon Musk on stage at the Tesla Gigafactory in Grünheide, Germany. Picture Alliance | Picture Alliance | Getty Images Tesla recently announced that it is moving its strategy away from Europe as it seeks to benefit from unprecedented subs...\",\n        \"source\": \"Eminetra.com\",\n        \"publishDate\": \"2023-03-03T02:04:13\",\n        \"url\": \"https://eminetra.com/bidens-ira-sees-tesla-and-others-review-european-investments/1045133/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Biden’s IRA sees Tesla and others review investments in Europe\",\n        \"byline\": \"Elon Musk, Tesla CEO, on a stage at the Tesla Gigafactory in Grünheide, Germany. Picture Alliance | Picture Alliance | Getty Images Tesla recently announced a strategy shift away from Europe as it seeks to benefit from unprecedented subsidies in t...\",\n        \"source\": \"News Conquest\",\n        \"publishDate\": \"2023-03-03T01:58:53\",\n        \"url\": \"https://newsconquest.com/2023/03/03/bidens-ira-sees-tesla-and-others-review-investments-in-europe/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla mum on future cars’ details\",\n        \"byline\": \"Elon Musk's latest master plan for Tesla appears to have fallen flat after the electric-automaker shared scant details about its next generation of vehicles.\",\n        \"source\": \"Arkansas Democrat-Gazette\",\n        \"publishDate\": \"2023-03-03T01:45:00\",\n        \"url\": \"https://www.arkansasonline.com/news/2023/mar/03/tesla-mum-on-future-cars-details/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Ford Takes Fight To Tesla Camp With New Self-Driving Subsidiary 'Latitude AI:' What You Need To Know\",\n        \"byline\": \"Ford Motor Company (NYSE: F) announced Thursday another initiative in its quest to truly transition to an electric vehicle company.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-03T01:36:09\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31188108/ford-takes-fight-to-tesla-camp-with-new-self-driving-subsidiary-latitude-ai-what-you-need-to-know\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is not the only company reviewing its Europe investment after Biden's IRA\",\n        \"byline\": \"Many multinationals are reconsidering or changing previous plans to deploy new money into Europe.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-03T01:32:51\",\n        \"url\": \"https://www.cnbc.com/2023/03/03/tesla-one-of-many-companies-to-review-investments-in-europe-after-biden-ira.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"House Is Bullish On Tesla Entering The Auto Sector\",\n        \"byline\": \"House Is Bullish On Tesla Entering The Auto Sector\",\n        \"source\": \"Business Today\",\n        \"publishDate\": \"2023-03-03T01:31:27\",\n        \"url\": \"https://www.businesstoday.com.my/2023/03/03/house-is-bullish-on-tesla-entering-the-auto-sector/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Who is Bernard Arnault, the man who overthrew Tesla chief Elon Musk as world's richest\",\n        \"byline\": \"The news comes just a day after Tesla Inc's shares fell about 7% on Thursday after Elon Musk's four-hour presentation failed to impress investors who were expecting an announcement on affordable electric cars. The fall in shares resulted in a drop...\",\n        \"source\": \"Economic Times\",\n        \"publishDate\": \"2023-03-03T00:52:43\",\n        \"url\": \"https://economictimes.indiatimes.com/news/new-updates/who-is-bernard-arnault-the-man-who-overthrew-tesla-chief-elon-musk-as-worlds-richest/articleshow/98380050.cms\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla officially approves the construction of a factory in Mexico\",\n        \"byline\": \"The head of the electric car manufacturer Tesla, Elon Musk, has officially confirmed at the “Investors’ Day” event that the car manufacturer’s new factory, or Gigafactory, will be built in Mexico. The plant will be located ...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-03T00:33:59\",\n        \"url\": \"https://www.world-today-news.com/tesla-officially-approves-the-construction-of-a-factory-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla and political flags\",\n        \"byline\": \"Tesla and political flags\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-03T00:21:42\",\n        \"url\": \"https://www.bullfrag.com/tesla-and-political-flags/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Top auto analyst Jonas stays bullish on Tesla, says investor day showed competition can’t keep up\",\n        \"byline\": \"Adam Jonas of Morgan Stanley remains bullish on Tesla, even as the stock tumbled on Thursday after the electric car maker's last investor day. Tesla\",\n        \"source\": \"Businesshala\",\n        \"publishDate\": \"2023-03-03T00:20:04\",\n        \"url\": \"https://businesshala.com/top-auto-analyst-jonas-stays-bullish-on-tesla-says-investor-day-showed-competition-cant-keep-up/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wall Street hesitates, Apple and Tesla under pressure\",\n        \"byline\": \"Wall Street hesitates, Apple and Tesla under pressure\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-03T00:19:13\",\n        \"url\": \"https://gettotext.com/wall-street-hesitates-apple-and-tesla-under-pressure/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla gets $330M tax deal for Nevada expansion, truck plant\",\n        \"byline\": \"LAS VEGAS (AP) — Tesla won more than $330 million in tax breaks from Nevada on Thursday for the company's commitment to a massive expansion of its sprawling vehicle battery facilities east of Reno, including construction of a new electric semi-tru...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T23:48:45\",\n        \"url\": \"https://longportapp.com/news/81382150\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla forgoes massive Nevada tax break to expand electric vehicle factory\",\n        \"byline\": \"Tesla forgoes massive Nevada tax break to expand electric vehicle factory\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T23:41:20\",\n        \"url\": \"https://biz.crast.net/tesla-forgoes-massive-nevada-tax-break-to-expand-electric-vehicle-factory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla caused the chip maker’s shares to plummet – and here’s why\",\n        \"byline\": \"Tesla caused the chip maker’s shares to plummet – and here’s why\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-02T23:27:39\",\n        \"url\": \"https://time.news/tesla-caused-the-chip-makers-shares-to-plummet-and-heres-why/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk expects Tesla bots to be a much bigger business than his cars\",\n        \"byline\": \"Musk expects Tesla bots to be a much bigger business than his cars\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T23:27:06\",\n        \"url\": \"https://biz.crast.net/musk-expects-tesla-bots-to-be-a-much-bigger-business-than-his-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"CARTOONS: Starman isn’t happy about the Tesla recall\",\n        \"byline\": \"CARTOONS: Starman isn’t happy about the Tesla recall\",\n        \"source\": \"Las Vegas Review Journal\",\n        \"publishDate\": \"2023-03-02T23:01:03\",\n        \"url\": \"https://www.reviewjournal.com/opinion/drawing-board/cartoons-starman-isnt-happy-about-the-tesla-recall-2738104/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Futuristic Approach To Manufacturing, & Critical “Next-Generation Vehicle”\",\n        \"byline\": \"Elon Musk has emphasized that Tesla's greatest advantage would come from fast-paced innovation in manufacturing. Tesla Investor Day\",\n        \"source\": \"Clean Technica\",\n        \"publishDate\": \"2023-03-02T22:59:19\",\n        \"url\": \"https://cleantechnica.com/2023/03/02/teslas-futuristic-approach-to-manufacturing-critical-next-generation-vehicle/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will lengthen the cables of its Superchargers, here’s why it matters\",\n        \"byline\": \"Tesla will lengthen the cables of its Superchargers, here’s why it matters\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-02T22:44:10\",\n        \"url\": \"https://gettotext.com/tesla-will-lengthen-the-cables-of-its-superchargers-heres-why-it-matters/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Electric Commercial Vehicle Market 2023 Size, Share, Growth & SWOT Analysis of key players: Tesla (US), Continental (Germany), Siemens (Germany), Nissan (Japan), BYD (China), Daimler (Germany), ABB (Switzerland), & More\",\n        \"byline\": \"Electric Commercial Vehicle Market Scope & Overview: Current and future trends, developments, and opportunities are depicted in depth in Electric Commercial Vehicle market research. A highly skilled team of analysts and data experts created th...\",\n        \"source\": \"Market Newswire\",\n        \"publishDate\": \"2023-03-02T22:36:31\",\n        \"url\": \"https://marketnewswire.live/index.php/2023/03/02/electric-commercial-vehicle-market-2023-size-share-growth-swot-analysis-of-key-players-tesla-us-continental-germany-siemens-germany-nissan-japan-byd-china-daimler-germany-abb-s/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Reveals New Tesla Battery Design that Could Last 100 Years, Change the Entire Industry!\",\n        \"byline\": \"Elon Musk Reveals New Tesla Battery Design that Could Last 100 Years, Change the Entire Industry!\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-02T22:20:20\",\n        \"url\": \"https://onlineev.com/elon-musk-reveals-new-tesla-battery-design-that-could-last-100-years-change-the-entire-industry/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's Tesla Gets $330M Tax Break In Nevada As EV Maker Plans To Boost Investment, Jobs\",\n        \"byline\": \"Tesla Inc (NASDAQ: TSLA) will receive $330 million in tax breaks from Nevada for committing to expand its vehicle battery plant near Reno and for the construction of a\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T22:08:48\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31186789/elon-musks-tesla-gets-330m-tax-break-in-nevada-as-ev-maker-plans-to-boost-investment-jobs\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The shares are slid in price and fell due to the lack of details about new Tesla for 25 thousand dollars\",\n        \"byline\": \"The shares are slid in price and fell due to the lack of details about new Tesla for 25 thousand dollars\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T21:45:12\",\n        \"url\": \"https://game-news24.com/2023/03/02/the-shares-are-slid-in-price-and-fell-due-to-the-lack-of-details-about-new-tesla-for-25-thousand-dollars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla -8% on Wall Street, the Model 2 is not there but the cost-cutting plan arrives\",\n        \"byline\": \"The most interesting and concrete things, given that Tesla is a car manufacturer and not a consultancy firm specializing in the circular economy and energy, were inherent in the factory systems of the future. In fact, Tesla engineers, who spoke on...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T21:35:14\",\n        \"url\": \"https://www.world-today-news.com/tesla-8-on-wall-street-the-model-2-is-not-there-but-the-cost-cutting-plan-arrives/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Taichung sea line wind is too strong! Tesla’s door “folded in half” and the owner collapsed: repairs cost 60,000 | Life | Sanli News Network SETN.COM\",\n        \"byline\": \"Life Center / Reported by Jiang Jirong ▲ There is a hole in the Tesla door. (Photo/provided with the authorization of the parties) Please read on…. A Tesla owner was wailing. She was parked at a hospital in Wuqi District, Taichung City a few days ...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T21:31:20\",\n        \"url\": \"https://www.world-today-news.com/taichung-sea-line-wind-is-too-strong-teslas-door-folded-in-half-and-the-owner-collapsed-repairs-cost-60000-life-sanli-news-network-setn-com/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lamborghini record, Tesla plans and other industry events – Autoreview\",\n        \"byline\": \"The Guinness Book of Records has a new entry: the largest parade of cars took place Lamborghini. Moreover, it took place not at all in Italy, but in Japan, far from it: at the same time, 251 Lamborghini cars of various models drove to the Suzuka r...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-02T21:25:39\",\n        \"url\": \"https://www.archyde.com/lamborghini-record-tesla-plans-and-other-industry-events-autoreview/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock down as investor day falls short on specifics\",\n        \"byline\": \"Tesla CEO Elon Musk takes the stage to present his \\\"Master Plan Part 3\\\" for the company at its 2023 Investor Day in Austin, Texas.The company's\",\n        \"source\": \"Businesshala\",\n        \"publishDate\": \"2023-03-02T21:10:08\",\n        \"url\": \"https://businesshala.com/tesla-stock-down-as-investor-day-falls-short-on-specifics/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Lineup To Get Bi-Directional Charging Capability By 2025\",\n        \"byline\": \"The announcement was made at the Investor Day event, but Elon Musk said he didn't expect widespread use of the feature by owners.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T20:53:07\",\n        \"url\": \"https://longportapp.com/news/81370719\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Electric vehicles grab a record 6.8 percent of Australia’s market share as Tesla reigns again\",\n        \"byline\": \"Electric vehicles grab a record 6.8 percent of Australia’s market share as Tesla reigns again\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T20:26:39\",\n        \"url\": \"https://biz.crast.net/electric-vehicles-grab-a-record-6-8-percent-of-australias-market-share-as-tesla-reigns-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla downgraded to Neutral from Outperform at KGI Securities\",\n        \"byline\": \"KGI Securities downgraded... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T20:22:31\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673922/TSLA-Tesla-downgraded-to-Neutral-from-Outperform-at-KGI-Securities1677810151\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla gets USD 330 million tax deal for Nevada expansion, truck plant\",\n        \"byline\": \"Approval from the Governor's Office of Economic Development came as Gov. Joe Lombardo cited the benefit of good-paying jobs and a nearly decade-long boost to the local economy around Tesla's huge Gigafactory.\",\n        \"source\": \"ETAuto.com\",\n        \"publishDate\": \"2023-03-02T20:16:34\",\n        \"url\": \"https://auto.economictimes.indiatimes.com/news/industry/tesla-gets-usd-330-million-tax-deal-for-nevada-expansion-truck-plant/98377335\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Master Plan Draws Disappointed Reviews on Twitter\",\n        \"byline\": \"CEO Elon Musk provided few details about Tesla's future plans at its annual investor day on March 1.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T20:14:38\",\n        \"url\": \"https://longportapp.com/news/81369374\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"STM pays for the Tesla effect: crash of more than 5% in Piazza Affari, Ftse Mib black shirt\",\n        \"byline\": \"STM pays for the Tesla effect: crash of more than 5% in Piazza Affari, Ftse Mib black shirt\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-02T20:11:39\",\n        \"url\": \"https://www.breakinglatest.news/business/stm-pays-for-the-tesla-effect-crash-of-more-than-5-in-piazza-affari-ftse-mib-black-shirt/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: No Range Anxiety At $125 (NASDAQ:TSLA) | Seeking Alpha\",\n        \"byline\": \"Tesla: No Range Anxiety At $125 (NASDAQ:TSLA) | Seeking Alpha\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-02T20:08:22\",\n        \"url\": \"https://billionairespress.com/784652/tesla-no-range-anxiety-at-125-nasdaqtsla-seeking-alpha/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to cut costs of next-generation vehicles in half with innovative manufacturing, smaller factories\",\n        \"byline\": \"Tesla said Wednesday it is aiming to cut its next generation of vehicles in half using new manufacturing techniques fore efficiency and smaller factories.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T20:07:49\",\n        \"url\": \"https://longportapp.com/news/81369176\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's Tesla Still 'One Generation Ahead' Of EV Competition: Ex-Ford CEO\",\n        \"byline\": \"Former Ford CEO Mark Fields said Tesla demonstrated its competitive advantage over other EV automakers during its Investor Day event.\",\n        \"source\": \"International Business Times\",\n        \"publishDate\": \"2023-03-02T19:55:50\",\n        \"url\": \"https://www.ibtimes.com/elon-musks-tesla-still-one-generation-ahead-ev-competition-ex-ford-ceo-3673304\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares down nearly 6% after investor day despite positive analyst sentiment\",\n        \"byline\": \"Tesla shares fell 6% after Tesla's investor day event, where CEO Elon Musk emphasized efficiency and cost-cutting.Kasturi commented on sustainable energy\",\n        \"source\": \"Businesshala\",\n        \"publishDate\": \"2023-03-02T19:35:06\",\n        \"url\": \"https://businesshala.com/tesla-shares-down-nearly-6-after-investor-day-despite-positive-analyst-sentiment/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk and Tesla want to halve the price of electric cars\",\n        \"byline\": \"Elon Musk did not outline any concrete plans, however, as analysts expected him to announce a smaller, more affordable Tesla electric car. The market reacted with disappointment to these vague announcements. Tesla shares lost more than 5% in tradi...\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-02T19:25:59\",\n        \"url\": \"https://www.archytele.com/elon-musk-and-tesla-want-to-halve-the-price-of-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Dow Jones wins; Tesla dives, leads 'Race to the Bottom;' Warren Buffett Stock Craters\",\n        \"byline\": \"Dow Jones wins; Tesla dives, leads 'Race to the Bottom;' <b>Warren Buffett</b> Stock Craters\",\n        \"source\": \"Billionaires Press\",\n        \"publishDate\": \"2023-03-02T19:06:26\",\n        \"url\": \"https://billionairespress.com/784440/dow-jones-wins-tesla-dives-leads-race-to-the-bottom-warren-buffett-stock-craters/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Apple, C3.ai, ChargePoint, Costco: Why These 5 Stocks Are Drawing Investors' Attention Today\",\n        \"byline\": \"Also Read: Everything You Need To Know About Tesla Stock 2. Apple IncAAPL: Shares of Apple closed 0.41% higher on Thursday. The iPhone maker has halted an update to the email app BlueMail, which uses a customized version of OpenAI’s GPT-3 language...\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T19:06:11\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31186028/tesla-apple-c3-ai-chargepoint-costco-why-these-5-stocks-are-drawing-investors-attention-today\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock gets ‘boring’ as the EV king is treated like a traditional carmaker\",\n        \"byline\": \"Tesla stock gets ‘boring’ as the EV king is treated like a traditional carmaker\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T18:52:24\",\n        \"url\": \"https://biz.crast.net/tesla-stock-gets-boring-as-the-ev-king-is-treated-like-a-traditional-carmaker/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Electric vehicles grab record 6.8 pct share of Australia market as Tesla rules again\",\n        \"byline\": \"EV demand soars in February as fully electric vehicles make up up 6.8% of the overall new car market.\",\n        \"source\": \"The Driven\",\n        \"publishDate\": \"2023-03-02T18:47:55\",\n        \"url\": \"https://thedriven.io/2023/03/03/electric-vehicles-grab-record-6-8-pct-share-of-australia-market-as-tesla-rules-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Investors were frustrated by the lack of information about the $25,000-plus Tesla, and the stock's value lowered\",\n        \"byline\": \"The Tesla investor event yesterday lasted more than three hours, but according to some of them, it \\\"consisted of continuous evasions\\\" and did not provide a clear picture of when new electric vehicl ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-02T18:30:41\",\n        \"url\": \"https://list23.com/1239656-investors-were-frustrated-by-the-lack-of-information-about-the-25000-plus-tesla-and-the-stock-s-valu/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: low costs, maximum margins, forged expansion potential\",\n        \"byline\": \"Tesla had a 2022. Its profits grew 51% year-over-year to $81. 4 billion in 2022. Learn more about TSLA here.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:25:31\",\n        \"url\": \"https://motorworld.app/tesla-low-costs-maximum-margins-forged-expansion-potential/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Crashes, Trades Salesforce, 10-Year Rate, Slowdown, Money Is Great Again\",\n        \"byline\": \"Tesla collapses, trades Salesforce, 10-year rates, slowdown, money is great again: recognition. . . BUD\",\n        \"source\": \"Money Now\",\n        \"publishDate\": \"2023-03-02T18:23:00\",\n        \"url\": \"https://moneynow.cc/tesla-crashes-trades-salesforce-10-year-rate-slowdown-money-is-great-again/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: many spills\",\n        \"byline\": \"Institutional investors bought up to 5. 3% of Tesla\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:22:39\",\n        \"url\": \"https://motorworld.app/tesla-many-spills/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Gigafactory In Mexico To Create Over 5,000 Jobs, Says Foreign Ministry\",\n        \"byline\": \"Electric vehicle manufacturer Tesla's planned gigafactory inMexico will create 5,000 to 6,000 jobs and attract an investmentflow of up to 5 billio\",\n        \"source\": \"Middle East and North Africa Financial Network\",\n        \"publishDate\": \"2023-03-02T18:22:36\",\n        \"url\": \"https://menafn.com/1105698278/Teslas-Gigafactory-In-Mexico-To-Create-Over-5000-Jobs-Says-Foreign-Ministry\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Installs New V4 Superchargers In Europe With Longer Cables\",\n        \"byline\": \"That should help to solve the main issue for many non-Tesla drivers.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T18:22:35\",\n        \"url\": \"https://longportapp.com/news/81364617\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla suspends deployment of motive force assistance software\",\n        \"byline\": \"Tesla Inc. has temporarily stopped rolling out its $15,000 motive power assist formula until it fixes the problems that led the automaker to recall nearly 363,000 vehicles. Rest affects customers . . .\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:21:31\",\n        \"url\": \"https://motorworld.app/tesla-suspends-deployment-of-motive-force-assistance-software/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla is already starting to open up the U. S. supercharger network. U. S. external brands\",\n        \"byline\": \"The company that makes the most reliable fast chargers will have at least 7500 available for all electric cars by the end of 2024, according to the White House.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:18:55\",\n        \"url\": \"https://motorworld.app/tesla-is-already-starting-to-open-up-the-u-s-supercharger-network-u-s-external-brands/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Has Tesla revealed the design of its new electric compact car?\",\n        \"byline\": \"Tesla may have leaked design drawings for its upcoming new electric compact car as part of a new corporate video. On Tesla Battery Day in 2020, CEO Elon Musk announced that Tesla would manufacture an Array.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:17:48\",\n        \"url\": \"https://motorworld.app/has-tesla-revealed-the-design-of-its-new-electric-compact-car/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla reaches a new production milestone at Berlin’s Gigafactory\",\n        \"byline\": \"Tesla has announced that it has reached a new level of production rate at Gigafactory Berlin, which now produces 4000 Model Y cars consistently per week.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:17:19\",\n        \"url\": \"https://motorworld.app/tesla-reaches-a-new-production-milestone-at-berlins-gigafactory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla workers why they’re still crazy enough to take on Elon\",\n        \"byline\": \"After Tesla staff announced efforts to unionize on Feb. 14, the company laid off nearly 40 employees over the next 48 hours. But the war is yet to be won.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:16:52\",\n        \"url\": \"https://motorworld.app/tesla-workers-why-theyre-still-crazy-enough-to-take-on-elon/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla dominates logo loyalty in the U. S. As electric cars take over\",\n        \"byline\": \"Tesla absolutely dominates logo loyalty in the US. That's because electric cars are taking over, and Tesla is necessarily the electric car market in the United States right now. With more than 60% of . . .\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:16:11\",\n        \"url\": \"https://motorworld.app/tesla-dominates-logo-loyalty-in-the-u-s-as-electric-cars-take-over/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla disappoints owners with updated language on ‘fully autonomous beta’\",\n        \"byline\": \"Tesla has updated some of the language around its \\\"Full Self-Driving Beta\\\" program following the NHTSA recall, and some owners are disappointed. If I had to take Tesla's pulse. . .\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:14:06\",\n        \"url\": \"https://motorworld.app/tesla-disappoints-owners-with-updated-language-on-fully-autonomous-beta/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla says Cybertruck “arrives this year” with a new prototype presented\",\n        \"byline\": \"Tesla says Cybertruck \\\"arrives this year\\\" with a new prototype presented — Motor World\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:13:25\",\n        \"url\": \"https://motorworld.app/tesla-says-cybertruck-arrives-this-year-with-a-new-prototype-presented/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Key Points Knowledge Privacy Policy\",\n        \"byline\": \"While new cars are similar to \\\"computers on wheels,\\\" Tesla describes the knowledge it collects and where it is stored.\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T18:13:02\",\n        \"url\": \"https://motorworld.app/tesla-key-points-knowledge-privacy-policy/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla 'At The Top Of The EV Mountain' - Others Are Just Now Making The Climb, Analyst Says\",\n        \"byline\": \"Tesla Inc.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T17:56:32\",\n        \"url\": \"https://longportapp.com/news/81363274\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Checking In On Tesla Shares\",\n        \"byline\": \"Tesla shares have long been a favorite among investors, etching in an unbelievable 7000% again just over the last decade.\",\n        \"source\": \"Zacks\",\n        \"publishDate\": \"2023-03-02T17:53:00\",\n        \"url\": \"https://www.zacks.com/stock/news/2061324/checking-in-on-tesla-shares?cid=CS-ZC-FT-video_blog-2061324\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Fed officials put pigeons on U.S. stocks, pigs and sheep change color, Tesla plunges more than 5.8% | Anue tycoon\",\n        \"byline\": \"The data showed that the U.S. job market is hot, and U.S. stocks were generally depressed in early trading on Thursday (2nd).That fingerandfee halfThe index pigs and sheep changed color and all received red. Dow JonesClosed up more than 340 points...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-02T17:47:39\",\n        \"url\": \"https://www.archyde.com/fed-officials-put-pigeons-on-u-s-stocks-pigs-and-sheep-change-color-tesla-plunges-more-than-5-8-anue-tycoon/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Watch: Fox Business Anchor Clearly Not Impressed With Elon Musk, Tesla's 'Investor Day'\",\n        \"byline\": \"The event was a little...lackluster.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T17:44:09\",\n        \"url\": \"https://longportapp.com/news/81362892\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cars, history, founders and mission\",\n        \"byline\": \"Tesla cars, history, founders and mission\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T17:31:51\",\n        \"url\": \"https://www.bullfrag.com/tesla-cars-history-founders-and-mission/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Good Morning Japan |Equities DEFY Yield Rise; Tesla Master Plan-Details Absent; NUGGET: U-Next(9418)\",\n        \"byline\": \"NKY Futs +0.7% vs Cash; USDJPY Weakens to ¥136.8 on stronger USD; Expectations rise BOJ Policy Change in June; Invidual invetors shifting to risk assets; Strong Retail SSS\",\n        \"source\": \"Smartkarma\",\n        \"publishDate\": \"2023-03-02T17:19:19\",\n        \"url\": \"https://www.smartkarma.com/insights/good-morning-japan-equities-defy-yield-rise-tesla-master-plan-details-absent-nugget-u-next-9418\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The smoke screen on the new Tesla model has been lifted. It’ll be sold at half price\",\n        \"byline\": \"The smoke screen on the new Tesla model has been lifted. It’ll be sold at half price\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T17:03:37\",\n        \"url\": \"https://game-news24.com/2023/03/02/the-smoke-screen-on-the-new-tesla-model-has-been-lifted-it-ll-be-sold-at-half-price/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Bring Lithium Processing Plant Online in South Texas Later This Year\",\n        \"byline\": \"Automaker's Facility To Supply Materials Needed for Electric Vehicle Batteries\",\n        \"source\": \"CoStar News\",\n        \"publishDate\": \"2023-03-02T17:00:10\",\n        \"url\": \"https://www.costar.com/article/1545802322/tesla-to-bring-lithium-processing-plant-online-in-south-texas-later-this-year\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Predicts Tesla's AI-Powered Robots Will Outnumber Humans\",\n        \"byline\": \"Tesla CEO Elon Musk recently predicted that AI-powered humanoid robots produced by the electric car company will one day outnumber humans. Musk has faced criticism following October's completely underwhelming introduction of the Optimus robot.\",\n        \"source\": \"Breitbart News\",\n        \"publishDate\": \"2023-03-02T16:57:25\",\n        \"url\": \"https://www.breitbart.com/tech/2023/03/02/elon-musk-predicts-teslas-ai-powered-humanoid-robots-will-outnumber-humans/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wall Street in the throes of perpetual rate anxiety Fed. Salesforce toasts quarterly, Tesla KO post Investor Day (-7%)\",\n        \"byline\": \"Wall Street in the throes of perpetual rate anxiety Fed. Salesforce toasts quarterly, Tesla KO post Investor Day (-7%)\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-02T16:50:33\",\n        \"url\": \"https://www.breakinglatest.news/business/wall-street-in-the-throes-of-perpetual-rate-anxiety-fed-salesforce-toasts-quarterly-tesla-ko-post-investor-day-7/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla wants to push EV charging towards a wireless future\",\n        \"byline\": \"Tesla wants to push EV charging towards a wireless future\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T16:48:12\",\n        \"url\": \"https://biz.crast.net/tesla-wants-to-push-ev-charging-towards-a-wireless-future/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla's Good News Crashed MP Materials Stock | The Motley Fool\",\n        \"byline\": \"If Tesla goes 100% rare earths free, does MP Materials stock even have a future?\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T16:47:50\",\n        \"url\": \"https://longportapp.com/news/81359200\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why are these three stocks sinking after Tesla's investor day? TSLA;ON;WOLF;STM;COHR;IFNNY\",\n        \"byline\": \"BofA sees supply agreements offsetting premature Tesla SiC claims TSLA, ON, WOLF, STM, COHR, IFNNY\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T16:37:58\",\n        \"url\": \"https://longportapp.com/news/81358482\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"How Tesla's Plan To Popularize Wireless EV Charging Could … – Inverse\",\n        \"byline\": \"How Tesla's Plan To Popularize Wireless EV Charging Could … – Inverse\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-02T16:33:00\",\n        \"url\": \"https://onlineev.com/how-teslas-plan-to-popularize-wireless-ev-charging-could-inverse/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla in Mexico: What is known about the electric car factory that will be installed in Monterrey, how much will it cost, how many jobs will it generate | elon musk | AMLO | WORLD\",\n        \"byline\": \"Mexico is the leading country in Latin America in the manufacture of electric cars, and the decision of Tesla to install a gigafactory in that country will shore up that leadership. On Wednesday, the CEO of Tesla, Elon Muskconfirmed that he plans ...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-02T16:12:19\",\n        \"url\": \"https://www.archyde.com/tesla-in-mexico-what-is-known-about-the-electric-car-factory-that-will-be-installed-in-monterrey-how-much-will-it-cost-how-many-jobs-will-it-generate-elon-musk-amlo-world/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"US stocks rise: Tesla’s investor presentation disappoints\",\n        \"byline\": \"Peter Milios from Finance News Network with a look ahead to today's ASX trading session.\",\n        \"source\": \"Share Cafe\",\n        \"publishDate\": \"2023-03-02T16:03:54\",\n        \"url\": \"https://www.sharecafe.com.au/2023/03/03/us-stocks-rise-teslas-investor-presentation-disappoints/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's four-hour presentation sends Tesla shares into reverse\",\n        \"byline\": \"Musk (pictured) and more than a dozen Tesla executives laid out fresh plans to cut assembly costs by half and invest in a plant in Mexico.\",\n        \"source\": \"Daily Mail Online\",\n        \"publishDate\": \"2023-03-02T15:54:31\",\n        \"url\": \"https://www.dailymail.co.uk/money/markets/article-11813973/Elon-Musks-four-hour-presentation-sends-Tesla-shares-reverse.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to cut costs of next generation of cars\",\n        \"byline\": \"Tesla to cut costs of next generation of cars <span class=\\\"dmcss_key_icon\\\"><img alt=\\\"(access required)\\\" src=\\\"/files/2014/02/lock1.png\\\" border=0/></span>\",\n        \"source\": \"Finance And Commerce\",\n        \"publishDate\": \"2023-03-02T15:52:24\",\n        \"url\": \"https://finance-commerce.com/2023/03/tesla-to-cut-costs-of-next-generation-of-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"STMicroelectronics: the title suffers with the plans of Tesla\",\n        \"byline\": \"STMicroelectronics: the title suffers with the plans of Tesla\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-02T15:36:50\",\n        \"url\": \"https://gettotext.com/stmicroelectronics-the-title-suffers-with-the-plans-of-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s Sustainability Dream Needs to Start in Its Backyard for Tesla\",\n        \"byline\": \"Elon Musk’s Sustainability Dream Needs to Start in Its Backyard for Tesla\",\n        \"source\": \"Crast.net\",\n        \"publishDate\": \"2023-03-02T15:31:26\",\n        \"url\": \"https://crast.net/284645/elon-musks-sustainability-dream-needs-to-start-in-its-backyard-for-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s plan to reduce the use of rare-earth metals in future vehicle production drags semiconductor stocks\",\n        \"byline\": \"Tesla’s plan to reduce the use of rare-earth metals in future vehicle production drags semiconductor stocks\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T15:27:13\",\n        \"url\": \"https://biz.crast.net/teslas-plan-to-reduce-the-use-of-rare-earth-metals-in-future-vehicle-production-drags-semiconductor-stocks/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to eliminate rare earths from its next generation electric vehicles\",\n        \"byline\": \"Notorious Tesla chief executive officer Elon Musk has stirred up the electric vehicle (EV) chain again – revealing the company’s next generation vehicles\",\n        \"source\": \"Small Caps AU\",\n        \"publishDate\": \"2023-03-02T15:26:59\",\n        \"url\": \"https://smallcaps.com.au/tesla-eliminate-rare-earths-next-generation-electric-vehicles/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Stock Drops. Its Analyst Meeting Lacked One Important Thing.\",\n        \"byline\": \"The electric-vehicle maker Tesla hosted a highly anticipated analyst and investor meeting on Wednesday evening. Now Wall Street is weighing in on what it heard.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T15:19:49\",\n        \"url\": \"https://longportapp.com/news/81345391\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla said it would cut the cost of next-gen cars in half, but then its shares fell 5 percent\",\n        \"byline\": \"Tesla said it would cut the cost of next-gen cars in half, but then its shares fell 5 percent\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T15:14:18\",\n        \"url\": \"https://biz.crast.net/tesla-said-it-would-cut-the-cost-of-next-gen-cars-in-half-but-then-its-shares-fell-5-percent/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Biggest Problem Has Nothing to Do With Its Investor Day\",\n        \"byline\": \"While many on Wall Street remain disappointed with the lack of detail in Elon Musk’s Master 3 Plan, Tesla may have a larger headwind on the horizon.\",\n        \"source\": \"Daily Telegraph Australia\",\n        \"publishDate\": \"2023-03-02T15:13:09\",\n        \"url\": \"https://www.dailytelegraph.com.au/business/teslas-biggest-problem-has-nothing-to-do-with-its-investor-day/video/849fa4991cfc9408127b1f6c13a466a9\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's new Master Plan for Tesla should've introduced cheap EVs. Instead, we got a whole lot of nothing.\",\n        \"byline\": \"Tesla CEO Elon Musk unveiled the next phase of his Master Plan in Texas, but a widely anticipated reveal of a cheap Tesla remained elusive.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T15:12:58\",\n        \"url\": \"https://www.businessinsider.com/tesla-new-master-plan-elon-musk-everything-except-cheap-evs-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Former Ford CEO says Tesla’s investor day showed it’s ‘a generation ahead’ of rival automakers in the EV race\",\n        \"byline\": \"Former Ford CEO says Tesla’s investor day showed it’s ‘a generation ahead’ of rival automakers in the EV race\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T15:01:47\",\n        \"url\": \"https://biz.crast.net/former-ford-ceo-says-teslas-investor-day-showed-its-a-generation-ahead-of-rival-automakers-in-the-ev-race/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to get over $330 mln in tax abatement from Nevada\",\n        \"byline\": \"Nevada on Thursday approved more than $330 million in tax abatement for electric vehicle maker Tesla Inc that is set to invest more than $3.6 billion in the state to expand its Gigafactory complex with two new factories.\",\n        \"source\": \"Newslookup.com\",\n        \"publishDate\": \"2023-03-02T14:58:57\",\n        \"url\": \"https://www.reuters.com/technology/tesla-get-over-330-mln-tax-abatement-nevada-2023-03-02/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to get over $330 million in tax abatement from Nevada\",\n        \"byline\": \"Nevada on Thursday approved more than $330 million in tax abatement for electric vehicle maker Tesla Inc that is set to invest more than $3.6 billion in the state to expand its Gigafactory complex... | March 2, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-02T14:58:32\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/Tesla-to-get-over-330-million-in-tax-abatement-from-Nevada-43142117/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to get over US$330 million in tax abatement from Nevada\",\n        \"byline\": \"Nevada on Thursday approved more than US$330 million in tax abatement for electric vehicle maker Tesla Inc that is set to invest more than US$3.6 billion in the state to expand its Gigafactory complex with two new factories. Tesla said in January ...\",\n        \"source\": \"Channel NewsAsia\",\n        \"publishDate\": \"2023-03-02T14:58:00\",\n        \"url\": \"https://www.channelnewsasia.com/business/tesla-get-over-us330-million-tax-abatement-nevada-3320591\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Long-term implications of Tesla news remain unclear for ON Semi, says Stifel\",\n        \"byline\": \"After Tesla (TSLA) announ... ON, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T14:56:18\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673732/ON;TSLA-Longterm-implications-of-Tesla-news-remain-unclear-for-ON-Semi-says-Stifel1677790578\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla reveals next steps in Texas\",\n        \"byline\": \"Amid the big headlines coming out of the company's Investor Day at its Central Texas gigafactory, a couple of interesting facets about Tesla's operations in Texas emerged, including fresh news about how it plans to sell electricity to retail consu...\",\n        \"source\": \"BizJournals\",\n        \"publishDate\": \"2023-03-02T14:52:27\",\n        \"url\": \"https://www.bizjournals.com/austin/news/2023/03/02/tesla-texas-plans-investor-day-insights.html?ana=RSS&s=article_search\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk&'s sustainability dreams for Tesla need to start in his own backyard\",\n        \"byline\": \"Making EVs doesn’t make Tesla a beacon of environmental responsibility.\",\n        \"source\": \"Newslookup.com\",\n        \"publishDate\": \"2023-03-02T14:41:42\",\n        \"url\": \"https://www.theverge.com/2023/3/2/23621205/elon-musk-tesla-masterplan-sustainable-energy\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's investor day showed it is 'one generation ahead' of rival automakers in EV race, former Ford CEO says\",\n        \"byline\": \"\\\"Tesla still has the leg-up on the competition, and I think they demonstrated that yesterday,\\\" Mark Fields told CNBC.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T14:29:57\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-investor-day-elon-musk-master-plan-3-ford-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"A Look At Tesla's Updated Cybertruck Prototype, From 2023 Investor Day | Digg\",\n        \"byline\": \"The Tesla Cybertruck still seems a bad fever dream, but the company still had its latest prototype on display during a recent function.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T14:28:51\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/a-look-at-tesla-s-updated-cybertruck-prototype-from-2023-investor-day-022036798a230b174df9388c08eca1936ada0de2?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Enterprise Financial Services Corp Grows Stake in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Enterprise Financial Services Corp Grows Stake in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-02T14:26:41\",\n        \"url\": \"https://www.kopsource.com/2023/03/02/enterprise-financial-services-corp-grows-stake-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Rumors ended, Tesla’s stock price plummeted\",\n        \"byline\": \"◀ Anchor ▶ Expectations were high that Tesla, an American electric car company, would release a ‘half-price electric car’. There was no new car news at the event to announce the long-term plan today. Correspondent Narim Kang from New Y...\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-02T14:26:13\",\n        \"url\": \"https://www.archytele.com/rumors-ended-teslas-stock-price-plummeted/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla still ‘top of the EV mountain’ despite scant details on new vehicle, say analysts\",\n        \"byline\": \"Tesla teased its next-generation vehicle at the company’s first investor day Wednesday, but provided few details\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T14:20:51\",\n        \"url\": \"https://longportapp.com/news/81342378\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Dow Jones Gains; Tesla Dives, Leads 'Race To The Bottom'; Warren Buffett Stock Craters\",\n        \"byline\": \"The Dow Jones rallied. Tesla stock took a dive after its investors day event. A Warren Buffett stock fell while Silvergate stock sunk.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-02T14:18:49\",\n        \"url\": \"https://www.investors.com/market-trend/stock-market-today/dow-jones-gains-tesla-stock-dives-leads-race-to-the-bottom-warren-buffett-stock-craters-elon-musk/?src=A00220&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: Shares of Elon Musk’s company fall due to disappointed investors\",\n        \"byline\": \"Tesla’s share price fell in the market on Thursday after the electric carmaker’s latest master plan revealed few details about the new models that would fuel its next phase of expansion. The price of the automotive firm is located at 1...\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-02T14:13:14\",\n        \"url\": \"https://www.ruetir.com/2023/03/tesla-shares-of-elon-musks-company-fall-due-to-disappointed-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Teases Less-Expensive, Next-Gen EV Motor and Platform\",\n        \"byline\": \"The next-generation permanent magnet drive unit will be cheaper to manufacture and use no rare earth metals.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T14:12:26\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-teases-less-expensive-next-gen-ev-motor-and-platform-2ad0d6fad4ba22e09c29209f276383212550e904?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Experts ranked the leading self-driving companies. Tesla didn’t even make the top 10.\",\n        \"byline\": \"Experts ranked the leading self-driving companies.  Tesla didn’t even make the top 10.\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T14:06:19\",\n        \"url\": \"https://biz.crast.net/experts-ranked-the-leading-self-driving-companies-tesla-didnt-even-make-the-top-10/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Investor Day was kind of a dud —that’s okay\",\n        \"byline\": \"Musk refused to talk about the company’s new EVs.\",\n        \"source\": \"The Verge\",\n        \"publishDate\": \"2023-03-02T13:56:21\",\n        \"url\": \"https://www.theverge.com/2023/3/2/23622016/tesla-investor-day-elon-musk-ev-energy-renewable-future\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Really Wants Tesla to Make Home Heat Pumps\",\n        \"byline\": \"Tesla already uses heat-pump technology in its cars. Now the companyis teasing the idea of making heat pumps for houses.\",\n        \"source\": \"Financial Post\",\n        \"publishDate\": \"2023-03-02T13:32:31\",\n        \"url\": \"https://financialpost.com/pmn/business-pmn/elon-musk-really-wants-tesla-to-make-home-heat-pumps\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock becomes ‘boring’ as market drills into company metrics of EVs and treats it more like a traditional automaker, investment research firm says\",\n        \"byline\": \"Tesla stock becomes ‘boring’ as market drills into company metrics of EVs and treats it more like a traditional automaker, investment research firm says\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T13:31:43\",\n        \"url\": \"https://biz.crast.net/tesla-stock-becomes-boring-as-market-drills-into-company-metrics-of-evs-and-treats-it-more-like-a-traditional-automaker-investment-research-firm-says/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Experts ranked the leading self-driving companies. Tesla didn't even crack the top 10.\",\n        \"byline\": \"Tesla was nowhere to be found in this year's list of the top 10 of leading automated driving firms ranked by research firm Guidehouse Insights.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T13:30:49\",\n        \"url\": \"https://www.businessinsider.com/tesla-sef-driving-not-in-top-ranked-autonomy-guidehouse-research-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Markets Tread Water As Inflation Fears Persist, Tesla Master Plan Disappoints\",\n        \"byline\": \"Markets Tread Water As Inflation Fears Persist, Tesla Master Plan Disappoints\",\n        \"source\": \"ValueWalk\",\n        \"publishDate\": \"2023-03-02T13:28:42.921\",\n        \"url\": \"https://www.valuewalk.com/markets-tread-water-as-inflation-fears-persist-tesla-master-plan-disappoints/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Eagle Strategies LLC Invests $708,000 in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"byline\": \"Eagle Strategies LLC Invests $708,000 in Tesla, Inc. (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-02T13:26:42\",\n        \"url\": \"https://www.kopsource.com/2023/03/02/eagle-strategies-llc-invests-708000-in-tesla-inc-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Down, but This Crypto Stock Is Truly Getting Crushed\",\n        \"byline\": \"A mixed market kept investors on their toes Thursday.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-02T13:23:00\",\n        \"url\": \"https://www.fool.com/investing/2023/03/02/teslas-down-but-this-crypto-stock-is-truly-getting/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Stock movers: Tesla and Snowflake slump, Salesforce and Okta jump\",\n        \"byline\": \"Software groups put in a mixed performance early on Thursday, with Snowflake and Okta on the up but Snowflake falling\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T13:20:51\",\n        \"url\": \"https://longportapp.com/news/81339705\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Nevada approves $330M in Tesla tax breaks\",\n        \"byline\": \"Nevada approves $330M in Tesla tax breaks\",\n        \"source\": \"Las Vegas Review Journal\",\n        \"publishDate\": \"2023-03-02T13:15:02\",\n        \"url\": \"https://www.reviewjournal.com/news/politics-and-government/nevada/nevada-approves-330m-in-tesla-tax-breaks-2737774/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"State OKs $330M in Tesla tax breaks\",\n        \"byline\": \"State OKs $330M in Tesla tax breaks\",\n        \"source\": \"Las Vegas Review Journal\",\n        \"publishDate\": \"2023-03-02T13:15:02\",\n        \"url\": \"https://www.reviewjournal.com/news/politics-and-government/nevada/state-oks-330m-in-tesla-tax-breaks-2737774/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares drop 7%, expectations fall without low-priced car announcement | Reuters\",\n        \"byline\": \"US electric vehicle (EV) major Tesla shares fell about 7% in the market on the 2nd. Chief Executive Officer Elon Musk and others gave a four-hour presentation at an investor briefing on Wednesday, but did not reveal plans for the much-anticipated ...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T13:11:08\",\n        \"url\": \"https://www.world-today-news.com/tesla-shares-drop-7-expectations-fall-without-low-priced-car-announcement-reuters/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announced Gigafactory in Monterrey: Here’s What We Know So Far\",\n        \"byline\": \"(Reforma newspaper speculated that the factory would be to build the Model 2, a new Tesla model, Tesla’s most affordable to date).Musk accompanied the announcement with a rendering of the Mexican “gigafactory,” Tesla’s concept for its large-scale ...\",\n        \"source\": \"StartUp Around\",\n        \"publishDate\": \"2023-03-02T13:06:54.43\",\n        \"url\": \"http://startuparound.com/read/1677783865.2994747/Tesla-Announced-Gigafactory-in-Monterrey:-Here’s-What-We-Know-So-Far\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Teases Less-Expensive, Next-Gen EV Motor and Platform – CNET\",\n        \"byline\": \"The next-generation permanent magnet drive unit will be cheaper to manufacture and use no rare earth metals.\",\n        \"source\": \"Jack Of All Techs\",\n        \"publishDate\": \"2023-03-02T13:05:17\",\n        \"url\": \"https://jackofalltechs.com/2023/03/02/tesla-teases-less-expensive-next-gen-ev-motor-and-platform-cnet/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla Stock Plunged After Investor Day\",\n        \"byline\": \"No details were shared about a new, more affordable model.\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-02T12:59:02\",\n        \"url\": \"https://www.fool.com/investing/2023/03/02/why-tesla-stock-plunged-after-investor-day/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla will arrive in Mexico, but the country must overcome these challenges to be a power in electric cars\",\n        \"byline\": \"Tesla will arrive in Mexico, but the country must overcome these challenges to be a power in electric cars\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T12:55:12\",\n        \"url\": \"https://www.bullfrag.com/tesla-will-arrive-in-mexico-but-the-country-must-overcome-these-challenges-to-be-a-power-in-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (TSLA) stock battles at resistance as investor day falls short\",\n        \"byline\": \"Tesla (TSLA) stock is battling at major resistance and a disappointing investor's day and 'Master Plan 3' could be the breakdown catalyst.\",\n        \"source\": \"Equity.Guru\",\n        \"publishDate\": \"2023-03-02T12:55:02\",\n        \"url\": \"https://equity.guru/2023/03/02/tesla-tsla-stock-battles-at-resistance-as-investor-day-falls-short/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock 'gets boring' as the market drills into the EV's company metrics and treats it more like a traditional automaker, investment research firm says\",\n        \"byline\": \"\\\"Wall Street is starting to treat the EV pioneer as just another auto company,\\\" said Bespoke as it examines Tesla's stock moves with other car makers.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T12:46:17\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-investor-day-ev-autos-ford-gm-toyota-boring-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Application To Import BEVs Into Malaysia Approved By The Ministry Of International Trade & Industry\",\n        \"byline\": \"Last year, I wrote an article where I stated that I really hope that Tesla is looking into Malaysia and similar markets. Tesla recently started selling its electric vehicles in Thailand. The company received over\",\n        \"source\": \"Clean Technica\",\n        \"publishDate\": \"2023-03-02T12:36:40\",\n        \"url\": \"https://cleantechnica.com/2023/03/02/teslas-application-to-import-bevs-into-malaysia-approved-by-the-ministry-of-international-trade-industry/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla cofounder’s Redwood shows 95% efficiency in battery recycling pilot\",\n        \"byline\": \"Redwood Materials’ EV battery recycling pilot program has been going on for a year in California, and today the company...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-02T12:33:24\",\n        \"url\": \"https://electrek.co/2023/03/02/tesla-cofounders-redwood-shows-95-efficiency-in-battery-recycling-pilot/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"BYD Sees Strong Sales Growth in China. What That Means for Tesla.\",\n        \"byline\": \"Tesla sold about 60,000 units in China in the first two months of 2022, based on industry data tracked by Citi.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-02T12:25:00\",\n        \"url\": \"https://www.barrons.com/articles/byd-tesla-stock-price-ev-sales-china-9393cb43?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"They register a child in honor of the creator of Tesla and Tigres player “fanaticism or success”\",\n        \"byline\": \"They register a child in honor of the creator of Tesla and Tigres player “fanaticism or success”\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T12:19:35\",\n        \"url\": \"https://www.bullfrag.com/they-register-a-child-in-honor-of-the-creator-of-tesla-and-tigres-player-fanaticism-or-success/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aehr Comments on Recent Tesla Statements on Silicon Carbide\",\n        \"byline\": \"FREMONT, Calif., March 02, 2023 (GLOBE NEWSWIRE) -- Aehr Test Systems (NASDAQ: AEHR), a worldwide supplier of semiconductor test and reliability qualification equipment, today announced that at the Power America conference on Wide Bandgap Semicond...\",\n        \"source\": \"Lifecarenews\",\n        \"publishDate\": \"2023-03-02T12:19:23\",\n        \"url\": \"https://lifecarenews.in/aehr-comments-on-recent-tesla-statements-on-silicon-carbide/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: U.S.-China tensions shouldn't impact Shanghai plant\",\n        \"byline\": \"Automaker’s Chinese-born head of global production, Tom Zhu, says Tesla's Shanghai operations should be fine as long as the company keeps providing a good product and creating jobs.\",\n        \"source\": \"AutoNews\",\n        \"publishDate\": \"2023-03-02T12:18:15\",\n        \"url\": \"https://www.autonews.com/china/tesla-us-china-tensions-wont-impact-shanghai-plant\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announces Plan to Halve Prices of Next-Generation Cars\",\n        \"byline\": \"DETROIT — Tesla says it will cut the cost of its next generation of vehicles in half, largely by using innovative manufacturing techniques and smaller factories.\",\n        \"source\": \"Transport Topics\",\n        \"publishDate\": \"2023-03-02T12:13:55\",\n        \"url\": \"https://www.ttnews.com/articles/tesla-announces-plan-halve-prices-next-generation-cars\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investor day disappoints with little detail on new models\",\n        \"byline\": \"Tesla investor day disappoints with little detail on new models\",\n        \"source\": \"The Gulf Time\",\n        \"publishDate\": \"2023-03-02T12:12:20\",\n        \"url\": \"https://gulftime.ae/tesla-investor-day-disappoints-with-little-detail-on-new-models/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plans to offer two-way charging within two years\",\n        \"byline\": \"Tesla plans to offer two-way charging within two years\",\n        \"source\": \"Get to Text\",\n        \"publishDate\": \"2023-03-02T12:10:42\",\n        \"url\": \"https://gettotext.com/tesla-plans-to-offer-two-way-charging-within-two-years/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's plan to slash silicon carbide use sends some chipmakers' shares down\",\n        \"byline\": \"Tesla plans to slash use of silicon carbide transistors 75%, powertrain engineering leader Colin Campbell told investors Wednesday.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-02T12:09:37\",\n        \"url\": \"https://www.cnbc.com/2023/03/02/tesla-plans-to-slash-transistor-use-chipmaker-shares-plunge.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock slips following investor day: buy the dip?\",\n        \"byline\": \"A brief recap of updates from Tesla's investor day last night. Morgan Stanley's Jonas reiterates his bullish view on Tesla stock.\",\n        \"source\": \"1010.team\",\n        \"publishDate\": \"2023-03-02T12:08:38\",\n        \"url\": \"https://invezz.com/news/2023/03/02/buy-tesla-stock-following-its-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aehr Test Systems reiterates annual guidance, comments on Tesla statements\",\n        \"byline\": \"Aehr Test Systems (AEHR) ... AEHR, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T12:06:38\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673646/AEHR;TSLA-Aehr-Test-Systems-reiterates-annual-guidance-comments-on-Tesla-statements1677780398\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Targets Lithium Bottleneck, Aims To Undercut China: Investor Day Follow Up\",\n        \"byline\": \"announced during Wednesday's investor day event short-term plans to develop domestic lithium refining capacity as the company looks to take more control over\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-02T12:06:22\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0h820/Tesla-Targets-Lithium-Bottleneck-Aims-To-Undercut-China.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aehr Comments on Recent Tesla Statements on Silicon Carbide and Reiterates its Annual Guidance\",\n        \"byline\": \"FREMONT, Calif., March 02, 2023 (GLOBE NEWSWIRE) -- Aehr Test Systems (NASDAQ: AEHR), a worldwide supplier of semiconductor test and reliability...\",\n        \"source\": \"GlobalNewsWire\",\n        \"publishDate\": \"2023-03-02T12:03:00\",\n        \"url\": \"https://www.globenewswire.com/news-release/2023/03/02/2619726/11245/en/Aehr-Comments-on-Recent-Tesla-Statements-on-Silicon-Carbide-and-Reiterates-its-Annual-Guidance.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's plan to slash its use of rare-earth metals in future vehicle production sends semiconductor stocks tumbling\",\n        \"byline\": \"Tesla has a history of not meeting its own timelines, so some investors are buying the dip in companies that work with silicon carbide.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T12:01:56\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-rare-earth-metals-silicon-carbide-elon-musk-wolfspeed-stock-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk's new 'Master Plan' for Tesla\",\n        \"byline\": \"Tesla CEO Elon Musk took to the stage at the company's latest Investor Day to announce his newest Master Plan for the electric-car company, but it left\",\n        \"source\": \"NewsR\",\n        \"publishDate\": \"2023-03-02T11:54:05\",\n        \"url\": \"https://www.newsr.in/n/World/1zpks0h83y/Elon-Musk-new-Master-Plan-for-Tesla.htm\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla announces that it built its 4 millionth EV, showing impressive rate of production\",\n        \"byline\": \"Tesla announces that it completed building its 4 millionth electric car. It shows the company's increasing pace of rate of production.\",\n        \"source\": \"Techstory\",\n        \"publishDate\": \"2023-03-02T11:52:51\",\n        \"url\": \"https://techstory.in/tesla-announces-that-it-built-its-4-millionth-ev-showing-impressive-rate-of-production/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk vows to take on petrol rivals with Tesla’s cheapest ever car - shares fall\",\n        \"byline\": \"EV maker to move from premium manufacturer to a mass-market producer.\",\n        \"source\": \"NZ Herald\",\n        \"publishDate\": \"2023-03-02T11:48:49\",\n        \"url\": \"https://www.nzherald.co.nz/business/musk-vows-to-take-on-petrol-rivals-with-teslas-cheapest-ever-car-shares-fall/TI42DPCY7BAAHG7TLBHNJWYKWU/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Locust crashes by 16%, cooperation with Tesla? Not really\",\n        \"byline\": \"Locust crashes by 16%, cooperation with Tesla? Not really\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-02T11:43:14\",\n        \"url\": \"https://time.news/locust-crashes-by-16-cooperation-with-tesla-not-really/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Shares Skid 8% As Investor Day Fails To Live Up To The Hype\",\n        \"byline\": \"Heavy on lofty goals but light on details, Tesla's first-ever investor day failed to impress. The company's stock slid as much as 8% Thursday.\",\n        \"source\": \"Investopedia\",\n        \"publishDate\": \"2023-03-02T11:40:12\",\n        \"url\": \"https://www.investopedia.com/tesla-stock-investor-day-7182065\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plant in Nuevo León worries environmentalists in the region\",\n        \"byline\": \"Tesla plant in Nuevo León worries environmentalists in the region\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T11:31:29\",\n        \"url\": \"https://www.bullfrag.com/tesla-plant-in-nuevo-leon-worries-environmentalists-in-the-region/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"It is now possible to charge any EV on the Tesla network in the United States\",\n        \"byline\": \"Tesla Supercharger Tesla opened a few locations in New York and California states yesterday. These Superchargers are equipped with a “Magic Dock” compatible with the CCS1 standard. Drivers can subscribe for $12.99 per month to take adv...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T11:27:15\",\n        \"url\": \"https://www.world-today-news.com/it-is-now-possible-to-charge-any-ev-on-the-tesla-network-in-the-united-states/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk confirms that Tesla will open a plant in Mexico and gives details about what the new gigafactory in Mexico will be like\",\n        \"byline\": \"Elon Musk confirms that Tesla will open a plant in Mexico and gives details about what the new gigafactory in Mexico will be like\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T11:24:03\",\n        \"url\": \"https://www.bullfrag.com/elon-musk-confirms-that-tesla-will-open-a-plant-in-mexico-and-gives-details-about-what-the-new-gigafactory-in-mexico-will-be-like/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla has built its 4 millionth electric car\",\n        \"byline\": \"Tesla announced that it has built its 4 millionth electric car, and the rate of production is increasing at an...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-02T11:17:42\",\n        \"url\": \"https://electrek.co/2023/03/02/tesla-4-millionth-electric-car/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Exclusive – Tesla Readies Revamp of Model Y Codenamed ‘Juniper’ – Sources\",\n        \"byline\": \"Tesla is readying a production revamp of its top-selling Model Y, according to three people with knowledge of the plan.\",\n        \"source\": \"Inside Telecom\",\n        \"publishDate\": \"2023-03-02T11:00:00\",\n        \"url\": \"https://insidetelecom.com/exclusive-tesla-readies-revamp-of-model-y-codenamed-juniper-sources/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock slumps as ‘Master Plan 3’ event falls flat with investors\",\n        \"byline\": \"Tesla's stock plunge erased $50 billion in market value.\",\n        \"source\": \"New York Post\",\n        \"publishDate\": \"2023-03-02T10:58:18\",\n        \"url\": \"https://nypost.com/2023/03/02/tesla-stock-slumps-as-master-plan-3-event-falls-flat-with-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock drops sharply as details on next-gen car are lacking at Investor Day\",\n        \"byline\": \"Tesla stock drops sharply as details on next-gen car are lacking at Investor Day\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T10:50:33\",\n        \"url\": \"https://biz.crast.net/tesla-stock-drops-sharply-as-details-on-next-gen-car-are-lacking-at-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Next-Gen Tesla EV Models Could be 50% Cheaper\",\n        \"byline\": \"But, there's a catch.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T10:47:46\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/next-gen-tesla-ev-models-could-be-50-cheaper-a30c34703ab5b90587c247b43f5017b0e24d9934?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why Tesla's Good News Crashed MP Materials Stock\",\n        \"byline\": \"If Tesla goes 100% rare earths free, does MP Materials stock even have a future?\",\n        \"source\": \"Fool\",\n        \"publishDate\": \"2023-03-02T10:44:16\",\n        \"url\": \"https://www.fool.com/investing/2023/03/02/why-teslas-good-news-crashed-mp-materials-stock/?source=iedfolrf0000001\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock down after Investor Day\",\n        \"byline\": \"Elon Musk speaking at Tesla Investor Day. Courtesy: Tesla Tesla shares continued sliding Thursday morning, a movement that began the prior day during Tesla’s Investor Day event, which provided investors with a long-term vision but lacked det...\",\n        \"source\": \"News Conquest\",\n        \"publishDate\": \"2023-03-02T10:43:51\",\n        \"url\": \"https://newsconquest.com/2023/03/02/tesla-stock-down-after-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Stock Sinks 7% After Lackluster Investor Day; Musk's 'Master Plan' Disappoints\",\n        \"byline\": \"Tesla stock continued its precipitous decline Thursday as investors react to a lackluster Investors Day presentation.\",\n        \"source\": \"International Business Times\",\n        \"publishDate\": \"2023-03-02T10:42:51\",\n        \"url\": \"https://www.ibtimes.com/tesla-stock-sinks-7-after-lackluster-investor-day-musks-master-plan-disappoints-3673185\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk lands a belly flop as Tesla bulls label his Investor Day a 'waste of time'\",\n        \"byline\": \"Investors hoping to catch a glimpse of anything tangible were disappointed as Musk's third installment of his Master Plan flopped.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T10:40:39\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/elon-musk-lands-a-belly-flop-as-tesla-bulls-label-his-investor-day-a-6dcf9d0d8ce9d396eed8e21ff383aa40ddf7f363?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Here's what every major analyst thought of Tesla's investor day\",\n        \"byline\": \"Some of the biggest Tesla analysts on Wall Street weighed in.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-02T10:40:36\",\n        \"url\": \"https://www.cnbc.com/2023/03/02/heres-what-every-major-analyst-thought-of-teslas-investor-day.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Emission Control: Tesla executives say South Australia represents ‘the future’ of battery storage\",\n        \"byline\": \"Tesla executives say South Australia represents the future, and shows how battery storage can replace fossil fuels “one plant at a time”.\",\n        \"source\": \"Stock Head\",\n        \"publishDate\": \"2023-03-02T10:40:25\",\n        \"url\": \"https://stockhead.com.au/energy/emission-control-tesla-executives-say-south-australia-represents-the-future-of-battery-storage/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why are these three stocks sinking after Tesla's investor day?\",\n        \"byline\": \"BofA sees supply agreements offsetting premature Tesla SiC claims TSLA, ON, WOLF, STM, COHR, IFNNY\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T10:37:47\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673595/TSLA;ON;WOLF;STM;COHR;IFNNY-Why-are-these-three-stocks-sinking-after-Teslas-investor-day1677775067\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk again loses title as world's richest man after Tesla's Investor Day disappointed\",\n        \"byline\": \"At the close of trading Wednesday, Musk's net worth was down $1.91 billion on the day, to $184 billion, dropping back below the $186 billion fortune of luxury goods mogul Bernard Arnault.\",\n        \"source\": \"Daily Mail Online\",\n        \"publishDate\": \"2023-03-02T10:29:07\",\n        \"url\": \"https://www.dailymail.co.uk/sciencetech/article-11813033/Elon-Musk-loses-title-worlds-richest-man-Teslas-Investor-Day-disappointed.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plans to cut costs of next-generation cars in half\",\n        \"byline\": \"Tesla plans to cut costs of next-generation cars in half\",\n        \"source\": \"The Hill\",\n        \"publishDate\": \"2023-03-02T10:23:05\",\n        \"url\": \"https://thehill.com/changing-america/sustainability/infrastructure/3880701-tesla-plans-to-cut-costs-of-next-generation-cars-in-half/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Offer Unlimited Overnight Charging For About $1 Per Day\",\n        \"byline\": \"Tesla To Offer Unlimited Overnight Charging For About $1 Per Day\",\n        \"source\": \"Online EV\",\n        \"publishDate\": \"2023-03-02T10:20:20\",\n        \"url\": \"https://onlineev.com/tesla-to-offer-unlimited-overnight-charging-for-about-1-per-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Equity strategy chief says Tesla stock could soar nearly 30% next year with help from upcoming Cybertruck\",\n        \"byline\": \"Equity strategy chief says Tesla stock could soar nearly 30% next year with help from upcoming Cybertruck\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T10:18:44\",\n        \"url\": \"https://biz.crast.net/equity-strategy-chief-says-tesla-stock-could-soar-nearly-30-next-year-with-help-from-upcoming-cybertruck/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announces Gigafactory Mexico To Manufacture Its Next-Gen Vehicle\",\n        \"byline\": \"Tesla Inc.TSLA said on Wednesday that its next Gigafactory will come up in Mexico.What Happened: “Our next Gigafactory will be in Mexico, manufacturing our next-gen vehicle,” Tesla tweeted, with a conceptual image of the Gigafactory.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T10:15:28\",\n        \"url\": \"https://longportapp.com/news/81329323\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Robots like apocalyptic scenario from Tesla!\",\n        \"byline\": \"Robots like apocalyptic scenario from Tesla!\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T10:12:02\",\n        \"url\": \"https://game-news24.com/2023/03/02/robots-like-apocalyptic-scenario-from-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Sends MP Materials (MP) Stock Down 11%\",\n        \"byline\": \"Shares of MP stock opened the trading day in the red following Tesla's announcement that it would reduce rare earth metal usage.\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-02T10:08:07\",\n        \"url\": \"https://investorplace.com/2023/03/tesla-sends-mp-materials-mp-stock-down-11/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla says it will cut costs of its next cars in half\",\n        \"byline\": \"The changes could bring the cost of a new generation of vehicles to around $25,000.\",\n        \"source\": \"Canadian Manufacturing\",\n        \"publishDate\": \"2023-03-02T09:56:21\",\n        \"url\": \"https://www.canadianmanufacturing.com/manufacturing/tesla-says-it-will-cut-costs-of-its-next-cars-in-half-289737/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Sends Wolfspeed (WOLF) Stock Down 11%\",\n        \"byline\": \"WOLF stock is in the red after investors learned that Tesla's \\\"Master Plan\\\" involves making cars that use less silicon carbide.\",\n        \"source\": \"Investor Place\",\n        \"publishDate\": \"2023-03-02T09:53:02\",\n        \"url\": \"https://investorplace.com/2023/03/tesla-sends-wolfspeed-wolf-stock-down-11/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock tanks to mixed reviews after ‘disgruntled’ investor day\",\n        \"byline\": \"Tesla stock tanks to mixed reviews after ‘disgruntled’ investor day\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T09:50:17\",\n        \"url\": \"https://biz.crast.net/tesla-stock-tanks-to-mixed-reviews-after-disgruntled-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"These Stocks Are Dropping Because of Tesla’s Investor Day. Here’s Why.\",\n        \"byline\": \"The EV maker's analyst day raised doubt about demand for rare-earth metals and semiconductors based on silicon carbide.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-02T09:47:00\",\n        \"url\": \"https://www.barrons.com/articles/mp-materials-wolfspeed-stock-price-tesla-investor-day-b34e6af2?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to invest $5bn in Mexican EV gigafactory\",\n        \"byline\": \"Tesla will open a $5bn plant in Mexico for the production of electric vehicles, complying with the US’ Clean Vehicle Credit scheme.\",\n        \"source\": \"Power Technology\",\n        \"publishDate\": \"2023-03-02T09:35:59\",\n        \"url\": \"https://www.power-technology.com/news/tesla-mexico-gigafactor/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock could spike nearly 30% over the next year with aid from its coming Cybertruck, equity strategy chief says\",\n        \"byline\": \"\\\"I think $260 is where we're headed,\\\" John Blank at Zacks told CNBC about its Tesla price target. The stock fell below $200 after its investors' day.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T09:35:33\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-price-elon-musk-target-master-plan-cybertruck-zacks-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Top auto analyst Jonas bullish on Tesla, says Investor Day showed competition can’t keep up\",\n        \"byline\": \"Top auto analyst Jonas bullish on Tesla, says Investor Day showed competition can’t keep up\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T09:20:06\",\n        \"url\": \"https://biz.crast.net/top-auto-analyst-jonas-bullish-on-tesla-says-investor-day-showed-competition-cant-keep-up/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla slumps after disappointing investor event\",\n        \"byline\": \"Tesla slumps after disappointing investor event\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-02T09:18:32\",\n        \"url\": \"https://time.news/tesla-slumps-after-disappointing-investor-event/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares down 7% after investor day despite positive analyst sentiment – CNBC\",\n        \"byline\": \"Tesla shares fell 7% after Tesla’s Investor Day event offered vision but few details. CEO Elon Musk commented on sustainable energy but gave no details on new products or services. Elon Musk speaking at Tesla Investor Day. Courtesy of Tesla ...\",\n        \"source\": \"OLTNews\",\n        \"publishDate\": \"2023-03-02T09:15:18\",\n        \"url\": \"https://oltnews.com/tesla-shares-down-7-after-investor-day-despite-positive-analyst-sentiment-cnbc\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock falls as investor day falls short on specifics\",\n        \"byline\": \"Tesla stock falls as investor day falls short on specifics\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T09:14:17\",\n        \"url\": \"https://biz.crast.net/tesla-stock-falls-as-investor-day-falls-short-on-specifics/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla lobbying to secure lithium from Chile — report\",\n        \"byline\": \"Tesla executives held talks with the ministers of foreign affairs and mining, as well as with the leader of the development agency Corfo.\",\n        \"source\": \"Mining\",\n        \"publishDate\": \"2023-03-02T08:53:00\",\n        \"url\": \"https://www.mining.com/tesla-lobbying-to-secure-lithium-from-chile-report/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk was supposed to boost Tesla - Instead he replayed the hits\",\n        \"byline\": \"Elon Musk unveiled pieces of his ‘Master Plan’ for a more sustainable planet and showed a video of a humanoid robot at a Tesla event\",\n        \"source\": \"The Sunday Independent\",\n        \"publishDate\": \"2023-03-02T08:46:35\",\n        \"url\": \"https://www.iol.co.za/business-report/companies/elon-musk-was-supposed-to-boost-tesla-instead-he-replayed-the-hits-4a0a8a90-dbec-44ca-af28-2e3db5af6ee1\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"It’s clear where Tesla is building his new factory\",\n        \"byline\": \"It’s clear where Tesla is building his new factory\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T08:41:38\",\n        \"url\": \"https://game-news24.com/2023/03/02/it-s-clear-where-tesla-is-building-his-new-factory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Thinking about trading options or stock in Okta, Best Buy, Tesla, Reata Pharmaceuticals, or Apple?\",\n        \"byline\": \"/PRNewswire/ -- InvestorsObserver issues critical PriceWatch Alerts for OKTA, BBY, TSLA, RETA, and AAPL. Click a link below then choose between in-depth...\",\n        \"source\": \"PR NewsWire\",\n        \"publishDate\": \"2023-03-02T08:41:00\",\n        \"url\": \"https://www.prnewswire.com/news-releases/thinking-about-trading-options-or-stock-in-okta-best-buy-tesla-reata-pharmaceuticals-or-apple-301760965.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"No News Is Bad News at Tesla\",\n        \"byline\": \"The investor day featured much discussion of the efficiency of Tesla’s next-generation production platform, but no hint of what it might actually build on it.\",\n        \"source\": \"Wall Street Journal\",\n        \"publishDate\": \"2023-03-02T08:40:00\",\n        \"url\": \"https://www.wsj.com/articles/no-news-is-bad-news-at-tesla-4bc49643?mod=rss_markets_main\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Plans to Save Money Are Trouble for These Stocks\",\n        \"byline\": \"The EV maker's analyst day raised doubt about demand for rare-earth metals and semiconductors based on silicon carbide.\",\n        \"source\": \"Yahoo Finance\",\n        \"publishDate\": \"2023-03-02T08:39:00\",\n        \"url\": \"https://www.barrons.com/articles/tesla-stock-mp-wolfspeed-ev-raw-materials-b34e6af2?siteid=yhoof2&yptr=yahoo\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Research firm says Tesla stock will sell off after ‘off the charts’ rally this month as retail investors lose enthusiasm over Elon Musk\",\n        \"byline\": \"Research firm says Tesla stock will sell off after ‘off the charts’ rally this month as retail investors lose enthusiasm over Elon Musk\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T08:36:25\",\n        \"url\": \"https://biz.crast.net/research-firm-says-tesla-stock-will-sell-off-after-off-the-charts-rally-this-month-as-retail-investors-lose-enthusiasm-over-elon-musk/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"r/technology - Tesla plans to offer a $30 monthly subscription for unlimited overnight home charging. It will launch in Texas because the windy nights help generate power.\",\n        \"byline\": \"0 votes and 17 comments so far on Reddit\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T08:35:06\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/r-technology-tesla-plans-to-offer-a-30-monthly-subscription-for-fd64c43a182e702d16aaddd2a4f95ab33fba98e9?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla leading 'race to the bottom' in EV costs, says Morgan Stanley\",\n        \"byline\": \"Following Tesla's in... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T08:27:05\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673489/TSLA-Tesla-leading-race-to-the-bottom-in-EV-costs-says-Morgan-Stanley1677767225\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Mexico and Tesla: Elon Musk wins dispute over Gigafactory\",\n        \"byline\": \"Following some political squabbling, Tesla is building a new Gigafactory in northern Mexico. President Andres Manuel Lopez Obrador had threatened to veto the project because of the lack of water in the region.\",\n        \"source\": \"Deutsche Welle\",\n        \"publishDate\": \"2023-03-02T08:25:00\",\n        \"url\": \"https://www.dw.com/en/mexico-and-tesla-elon-musk-wins-dispute-over-gigafactory/a-64864325?maca=en-rss-en-all-1573-rdf\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla comments bode well for Nvidia sales, says Citi\",\n        \"byline\": \"At last night's inve... NVDA, TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T08:19:18\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673478/NVDA;TSLA-Tesla-comments-bode-well-for-Nvidia-sales-says-Citi1677766758\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares down 8% after Investor Day despite positive analyst sentiment\",\n        \"byline\": \"Tesla shares fell over 8% in pre-market trading Thursday, despite a positive analyst reaction to Elon Musk's investor day presentation.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-02T08:15:47\",\n        \"url\": \"https://www.cnbc.com/2023/03/02/tesla-stock-down-after-investor-day-.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk predicts Tesla’s humanoid ‘Optimus’ robots will eventually outnumber humans – Autoblog\",\n        \"byline\": \"News Post || Auto: Tesla's Optimus bot demo video for AI Day YouTube Elon Musk predicted that Tesla's AI-powered humanoid robots would one day outnumber\",\n        \"source\": \"Today News Post\",\n        \"publishDate\": \"2023-03-02T08:15:00\",\n        \"url\": \"https://todaynewspost.com/auto-news/elon-musk-predicts-teslas-humanoid-optimus-robots-will-eventually-outnumber-humans-autoblog/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Needham & Company LLC Reaffirms Hold Rating for Tesla (NASDAQ:TSLA)\",\n        \"byline\": \"Needham & Company LLC Reaffirms Hold Rating for Tesla (NASDAQ:TSLA)\",\n        \"source\": \"Kop Source\",\n        \"publishDate\": \"2023-03-02T08:14:44\",\n        \"url\": \"https://www.kopsource.com/2023/03/02/needham-company-llc-reaffirms-hold-rating-for-tesla-nasdaqtsla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock will sell off this month after 'off the chart' rally as retail investors lose excitement over Elon Musk, research firm says\",\n        \"byline\": \"Everyday traders have poured into Tesla to start the year, but with Musk's master plan falling relatively flat, that trend could reverse.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T08:13:59\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-prediction-rally-vanda-research-elon-musk-investing-ev-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: what were Elon Musk’s announcements for the “Master Plan”?\",\n        \"byline\": \"In front of an audience of investors, Tesla presented its new development plan for the next few years. There was no unprecedented announcement on new models of electric cars, but the evocation of a vision of the future resolutely turned towards re...\",\n        \"source\": \"Arover\",\n        \"publishDate\": \"2023-03-02T08:09:34\",\n        \"url\": \"https://www.arover.net/2023/03/tesla-what-were-elon-musks-announcements-for-the-master-plan/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"TESLA : JP Morgan keeps a Sell rating\",\n        \"byline\": \"JP Morgan reiterate its Sell rating. The target price remains unchanged at USD 120. | March 2, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-02T08:05:05\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/TESLA-JP-Morgan-keeps-a-Sell-rating-43139004/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Shares Fall 7% After Company’s First Investor Day\",\n        \"byline\": \"Shares of Tesla (TSLA) are down 7% after the electric vehicle maker held its first Investor Day, an event that underwhelmed both analysts and investors. Tesla hosted its 2023 Investor Day at its corporate headquarters in Austin, Texas. Chief Execu...\",\n        \"source\": \"BayStreet\",\n        \"publishDate\": \"2023-03-02T08:05:00\",\n        \"url\": \"http://www.baystreet.ca/articles/stockstowatch.aspx?id=14757\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Next Tesla facility will be built in Mexico\",\n        \"byline\": \"Elon Musk, the CEO, said on Wednesday that the next Tesla automobile manufacturing facility will be located in Mexico close to Monterrey. Musk expressed\",\n        \"source\": \"Bollyinside\",\n        \"publishDate\": \"2023-03-02T08:00:16\",\n        \"url\": \"https://www.bollyinside.com/news/business-news/next-tesla-facility-will-be-built-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla delivers 'Master Plan 3' in highly anticipated investor day, says Wedbush\",\n        \"byline\": \"Wedbush notes that on Wed... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T07:45:09\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673421/TSLA-Tesla-delivers-Master-Plan--in-highly-anticipated-investor-day-says-Wedbush1677764709\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla demonstrated how jobs can grow: two individuals earn a third\",\n        \"byline\": \"The future is closer than we expected, and the works will soon be completed. Optimus, a humanoid company, presented two prototypes to the public in the form of third-party actuators, while ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-02T07:44:56\",\n        \"url\": \"https://list23.com/1238333-tesla-demonstrated-how-jobs-can-grow-two-individuals-earn-a-third/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Piper 'neither surprised nor disappointed' Tesla didn't give explicit guidance\",\n        \"byline\": \"Following Tesla's fi... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T07:43:03\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673416/TSLA-Piper-neither-surprised-nor-disappointed-Tesla-didnt-give-explicit-guidance1677764583\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Here are Thursday's biggest analyst calls: Apple, Tesla, Snowflake, Salesforce, Nio, Nvidia & more\",\n        \"byline\": \"Here are the biggest calls on Wall Street on Thursday.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-02T07:42:05\",\n        \"url\": \"https://www.cnbc.com/2023/03/02/thursdays-top-wall-street-analysts-include-snowflake-salesforce.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Master Plan Doesn't Impress Investors Automakers' Shares Have Dropped 6% Since the start of the year\",\n        \"byline\": \"Tesla's stock plummeted 6% following a four-hour presentation of the company's Master Plan. Musk and the company have announced intentions to produce an economical electric automobile, but did not ...\",\n        \"source\": \"List23\",\n        \"publishDate\": \"2023-03-02T07:41:50\",\n        \"url\": \"https://list23.com/1238321-tesla-s-master-plan-doesn-t-impress-investors-automakers-shares-have-dropped-6-since-the-start-of-th/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The Ratings Game: Tesla still ‘top of the EV mountain’ despite scant details on new vehicle, say analysts\",\n        \"byline\": \"Tesla Inc. teased its next-generation vehicle at the company’s first investor day Wednesday, but provided few details about the eagerly-anticipated\",\n        \"source\": \"Rocket News\",\n        \"publishDate\": \"2023-03-02T07:41:00\",\n        \"url\": \"https://www.rocketnews.com/2023/03/the-ratings-game-tesla-still-top-of-the-ev-mountain-despite-scant-details-on-new-vehicle-say-analysts/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shows Mexico the “historic opportunity” it has with nearshoring\",\n        \"byline\": \"Tesla shows Mexico the “historic opportunity” it has with nearshoring\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T07:39:57\",\n        \"url\": \"https://www.bullfrag.com/tesla-shows-mexico-the-historic-opportunity-it-has-with-nearshoring/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock falls more than 5% after-hours as investor day falls short on specifics\",\n        \"byline\": \"Electric vehicle maker Tesla hosted a 2023 investor day presentation in Austin, Texas, on Wednesday. CEO Elon Musk took the stage to share his “Master Plan 3,” and to discuss how Tesla plans to scale up in the face of increasing compet...\",\n        \"source\": \"Business Telegraph\",\n        \"publishDate\": \"2023-03-02T07:38:05\",\n        \"url\": \"https://www.businesstelegraph.co.uk/tesla-stock-falls-more-than-5-after-hours-as-investor-day-falls-short-on-specifics/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla (NASDAQ:TSLA) Receives Outperform Rating from Wedbush\",\n        \"byline\": \"Tesla (NASDAQ:TSLA) Receives Outperform Rating from Wedbush\",\n        \"source\": \"Daily Political\",\n        \"publishDate\": \"2023-03-02T07:34:42\",\n        \"url\": \"https://www.dailypolitical.com/2023/03/02/tesla-nasdaqtsla-receives-outperform-rating-from-wedbush.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Top auto analyst Jonas stays bullish Tesla, says investor day showed competition can't keep up\",\n        \"byline\": \"The analyst maintained an overweight rating on Tesla shares, which were down following the automaker's investor day.\",\n        \"source\": \"CNBC\",\n        \"publishDate\": \"2023-03-02T07:17:56\",\n        \"url\": \"https://www.cnbc.com/2023/03/02/top-auto-analyst-jonas-stays-bullish-tesla-says-investor-day-showed-competition-cant-keep-up.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares will fall with event short on specifics, says JPMorgan\",\n        \"byline\": \"JPMorgan analyst Ryan Bri... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T07:14:28\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673330/TSLA-Tesla-shares-will-fall-with-event-short-on-specifics-says-JPMorgan1677762868\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Futures Slide After Tesla Disappoints, Treasury Yields Jump To 4 Month High\",\n        \"byline\": \"\\\"In the US, there are doubts on the profit generating capacity of tech, these doubts are here to stay and I do not think a rebound is likely before the end of the year.\\\"\",\n        \"source\": \"Zerohedge\",\n        \"publishDate\": \"2023-03-02T07:13:57\",\n        \"url\": \"https://www.zerohedge.com/markets/futures-slide-after-tesla-disappoints-treasury-yields-jump-4-month-high\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s right-hand man Tom Zhu says US-China tensions ‘not much of a risk’ to Tesla’s China ambitions\",\n        \"byline\": \"The company’s position is secure because it creates a lot of jobs and contributes a lot to the local economy, says Elon Musk’s right-hand man.\",\n        \"source\": \"South China Morning Post\",\n        \"publishDate\": \"2023-03-02T07:01:57\",\n        \"url\": \"https://www.scmp.com/business/china-business/article/3212133/elon-musks-right-hand-man-tom-zhu-says-us-china-tensions-not-much-risk-teslas-china-ambitions\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plans to offer a $30 monthly subscription for unlimited overnight home charging. It will launch in Texas because the windy nights help generate power.\",\n        \"byline\": \"Tesla plans to offer a $30 monthly subscription for unlimited overnight home charging. It will launch in Texas because the windy nights help generate power.\",\n        \"source\": \"Business Insider Netherlands\",\n        \"publishDate\": \"2023-03-02T06:58:34\",\n        \"url\": \"https://www.businessinsider.nl/tesla-plans-to-offer-a-30-monthly-subscription-for-unlimited-overnight-home-charging-it-will-launch-in-texas-because-the-windy-nights-help-generate-power/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares sink after Elon Musk’s ‘Master Plan’ fails to charge up investors\",\n        \"byline\": \"Tesla shares sink after Elon Musk’s ‘Master Plan’ fails to charge up investors\",\n        \"source\": \"Canada News\",\n        \"publishDate\": \"2023-03-02T06:56:35.518\",\n        \"url\": \"https://canada.shafaqna.com/EN/AL/2437869\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla event could see 'sell the news' reaction, says Barclays\",\n        \"byline\": \"Barclays believes Tesla&#... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T06:52:30\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673279/TSLA-Tesla-event-could-see-sell-the-news-reaction-says-Barclays1677761550\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \": Tesla’s stock falls 5% as Elon Musk’s ‘Master Plan 3’ is short on details about both cars and finances\",\n        \"byline\": \"Tesla teases a ‘next generation’ electric vehicle as part of a bigger push toward electrification, but no date is offered. Read Full Story\",\n        \"source\": \"ForexTV\",\n        \"publishDate\": \"2023-03-02T06:51:00\",\n        \"url\": \"https://forextv.com/market-news/teslas-stock-falls-5-as-elon-musks-master-plan-3-is-short-on-details-about-both-cars-and-finances/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"QOTD: Are you expecting something from Tesla?\",\n        \"byline\": \"QOTD: Are you expecting something from Tesla?\",\n        \"source\": \"YRT News\",\n        \"publishDate\": \"2023-03-02T06:43:50\",\n        \"url\": \"https://yrtnews.com/qotd-are-you-expecting-something-from-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla analyst day effective in showcasing expanding tech lead, says Oppenheimer\",\n        \"byline\": \"Oppenheimer says that whi... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T06:39:29\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673251/TSLA-Tesla-analyst-day-effective-in-showcasing-expanding-tech-lead-says-Oppenheimer1677760769\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s grand plans to reduce assembly costs disappoint investors\",\n        \"byline\": \"Tesla’s grand plans to reduce assembly costs disappoint investors\",\n        \"source\": \"Buopso News\",\n        \"publishDate\": \"2023-03-02T06:38:50\",\n        \"url\": \"https://buopsonews.com/international-business/teslas-grand-plans-to-reduce-assembly-costs-disappoint-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"US STOCKS-S&P 500, Nasdaq futures slide as yields remain higher, Tesla slides\",\n        \"byline\": \"US STOCKS-S&P 500, Nasdaq futures slide as yields remain higher, Tesla slides\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T06:20:49\",\n        \"url\": \"https://biz.crast.net/us-stocks-sp-500-nasdaq-futures-slide-as-yields-remain-higher-tesla-slides/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Why WolfSpeed Stock Is Tumbling — Is Tesla's Executive's Comment Behind The Plunge?\",\n        \"byline\": \"Shares of WolfSpeed Inc. (NYSE: WOLF) were plunging over 14% in premarket trading on Thursday.\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T06:18:09\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31163054/why-wolfspeed-stock-is-tumbling-is-teslas-executives-comment-behind-the-plunge\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla next generation platform 'light on details,' says BofA\",\n        \"byline\": \"After Tesla hosted its &q... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T06:18:07\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673193/TSLA-Tesla-next-generation-platform-light-on-details-says-BofA1677759487\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla has a plan to devour the electric car market: reduce its costs by 50%\",\n        \"byline\": \"Tesla Investor Day disappointed those who expected the announcement of a new Tesla Model 2. A supposed electric compact at a highly competitive price and that the company would have very advanced, according to published images that show a test mul...\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-02T06:17:48\",\n        \"url\": \"https://www.ruetir.com/2023/03/tesla-has-a-plan-to-devour-the-electric-car-market-reduce-its-costs-by-50/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Despite being espioned by Tesla, it showed a pre-production version of the cab at the Cybertrucks\",\n        \"byline\": \"Despite being espioned by Tesla, it showed a pre-production version of the cab at the Cybertrucks\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T06:13:14\",\n        \"url\": \"https://game-news24.com/2023/03/02/despite-being-espioned-by-tesla-it-showed-a-pre-production-version-of-the-cab-at-the-cybertrucks/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Vietnamese Challenger VinFast Rides Into US With First Deliveries\",\n        \"byline\": \"VinFast delivered its first VF 8 City Edition. 45 VF 8 City Edition deliveries made at VinFast's 9 stores across California. VinFast cut lease price by about 50% in a bid to compete with other EV makers, last week. Vietnamese electric vehicle make...\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T06:05:48\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31163432/teslas-vietnamese-challenger-vinfast-rides-into-us-with-first-deliveries\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Bernstein says Tesla's Investor meeting long-term focused, short on specifics\",\n        \"byline\": \"Bernstein says Tesla'... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T06:05:18\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673148/TSLA-Bernstein-says-Teslas-Investor-meeting-longterm-focused-short-on-specifics1677758718\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla vs Mercedes: German manufacturer is less tense than Elon Musk\",\n        \"byline\": \"Tesla vs Mercedes: German manufacturer is less tense than Elon Musk\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T06:04:47\",\n        \"url\": \"https://game-news24.com/2023/03/02/tesla-vs-mercedes-german-manufacturer-is-less-tense-than-elon-musk/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Aroged: Tesla could implement the function of reverse charging, but Elon Musk doesn’t think this would be asked\",\n        \"byline\": \"Aroged: Tesla could implement the function of reverse charging, but Elon Musk doesn’t think this would be asked\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T06:00:56\",\n        \"url\": \"https://game-news24.com/2023/03/02/aroged-tesla-could-implement-the-function-of-reverse-charging-but-elon-musk-doesn-t-think-this-would-be-asked/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s ‘master plan’ for Tesla failed to charge investors\",\n        \"byline\": \"Elon Musk’s ‘master plan’ for Tesla failed to charge investors\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T05:57:35\",\n        \"url\": \"https://biz.crast.net/elon-musks-master-plan-for-tesla-failed-to-charge-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Magicians, horses, flip phones and AI: Elon Musk’s 10 most colorful quotes from Tesla’s investor day\",\n        \"byline\": \"Magicians, horses, flip phones and AI: Elon Musk’s 10 most colorful quotes from Tesla’s investor day\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T05:52:42\",\n        \"url\": \"https://biz.crast.net/magicians-horses-flip-phones-and-ai-elon-musks-10-most-colorful-quotes-from-teslas-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s ‘Master Plan’ for Tesla fails to charge up investors\",\n        \"byline\": \"Tesla Inc’s shares fell 6% premarket on Thursday, after Chief Executive Elon Musk and team’s four-hour presentation failed to impress investors waiting for an…\",\n        \"source\": \"Financial Post\",\n        \"publishDate\": \"2023-03-02T05:48:20\",\n        \"url\": \"https://financialpost.com/pmn/business-pmn/elon-musks-master-plan-for-tesla-fails-to-charge-up-investors\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Investor Day: Musk Outlines $10 Trillion ‘Master Plan 3’ As Tesla Stock Sinks\",\n        \"byline\": \"Tesla Investor Day: Musk Outlines $10 Trillion ‘Master Plan 3’ As Tesla Stock Sinks\",\n        \"source\": \"500biz\",\n        \"publishDate\": \"2023-03-02T05:44:53\",\n        \"url\": \"https://500biz.com/tesla-investor-day-musk-outlines-10-trillion-master-plan-3-as-tesla-stock-sinks/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla teases a new wireless home charging station\",\n        \"byline\": \"Tesla has teased what appears to be a new wireless home charging station as part of its charging presentation during...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-02T05:44:09\",\n        \"url\": \"https://electrek.co/2023/03/02/tesla-teases-wireless-home-charging-station/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla picks Mexico for new plant; stock drops 5% after Musk lays out vision at investor day\",\n        \"byline\": \"Tesla picks Mexico for new plant; stock drops 5% after Musk lays out vision at investor day\",\n        \"source\": \"WRAL TechWire\",\n        \"publishDate\": \"2023-03-02T05:41:41\",\n        \"url\": \"https://wraltechwire.com/2023/03/02/tesla-picks-mexico-for-new-plant-stock-drops-5-after-musk-lays-out-vision-at-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wizards, horses, flip phones and AI: Elon Musk's 10 most colorful quotes from Tesla's investor day\",\n        \"byline\": \"Musk joked about charging mishaps, hailed the complexity of the human brain, and voiced his fears about the rise of artificial intelligence.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T05:37:41\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/elon-musk-tesla-investor-day-ai-electric-vehicles-self-driving-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plans cheaper models as it outlines production cost cuts\",\n        \"byline\": \"Tesla has outlined a strategy to halve its production costs and speed up the time it takes to build a new car, which will lead to the launch of more affordable models.\",\n        \"source\": \"AM Online\",\n        \"publishDate\": \"2023-03-02T05:36:02\",\n        \"url\": \"https://www.am-online.com/news/manufacturer/2023/03/02/tesla-plans-cheaper-models-as-it-outlines-production-cost-cuts\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"S&P 500, Nasdaq futures slide as yields stay high, Tesla slides\",\n        \"byline\": \"S&P 500, Nasdaq futures slide as yields stay high, Tesla slides\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T05:34:37\",\n        \"url\": \"https://biz.crast.net/sp-500-nasdaq-futures-slide-as-yields-stay-high-tesla-slides/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Deadly Tesla crash was just pedal confusion, despite social media rumors\",\n        \"byline\": \"A deadly Tesla crash in China last November, which at the time was subject to swirling social media rumors that...\",\n        \"source\": \"Electrek\",\n        \"publishDate\": \"2023-03-02T05:34:04\",\n        \"url\": \"https://electrek.co/2023/03/02/deadly-tesla-crash-was-just-pedal-confusion-despite-social-media-rumors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Lack of details at Tesla event likely a letdown, says Citi\",\n        \"byline\": \"Citi keeps a Neutral rati... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T05:30:07\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673080/TSLA-Lack-of-details-at-Tesla-event-likely-a-letdown-says-Citi1677756607\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk’s Master Plan 3 does not convince the markets, Tesla (-5%)\",\n        \"byline\": \"Musk’s Master Plan 3 does not convince the markets, Tesla (-5%)\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-02T05:29:34\",\n        \"url\": \"https://www.breakinglatest.news/business/musks-master-plan-3-does-not-convince-the-markets-tesla-5/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announces Mysterious New 'Master Plan'\",\n        \"byline\": \"Tesla announced on Wednesday that it plans to build a factory in Monterrey, Mexico, to produce a new, more affordable EV.While CEO Elon Musk talked about a $25,000 Tesla vehicle in 2020, he later backed away from the idea.During the presentation, ...\",\n        \"source\": \"StartUp Around\",\n        \"publishDate\": \"2023-03-02T05:28:53.039\",\n        \"url\": \"http://startuparound.com/read/1677756266.402875/Tesla-Announces-Mysterious-New-'Master-Plan'\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Confirmed: Tesla Is Coming to Malaysia Officially\",\n        \"byline\": \"AS speculated in our earlier report, Tesla – the leading BEV company in the world – is coming to Malaysia officially. A statement from the Ministry of...\",\n        \"source\": \"theSun Daily\",\n        \"publishDate\": \"2023-03-02T05:28:51\",\n        \"url\": \"https://www.thesundaily.my/gear-up/confirmed-tesla-is-coming-to-malaysia-officially-JG10701080\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"US STOCKS-S&P 500, Nasdaq futures slip as yields stay high, Tesla slides\",\n        \"byline\": \"Futures tracking the S&P 500 and Nasdaq fell on Thursday as the 10-year Treasury yield held above 4% on bets of tighter monetary policy for a longer period, while Tesla sank after it gave few details about its much-awaited affordable electric vehi...\",\n        \"source\": \"Devdiscourse\",\n        \"publishDate\": \"2023-03-02T05:24:18\",\n        \"url\": \"https://www.devdiscourse.com/article/headlines/2365887-us-stocks-sp-500-nasdaq-futures-slip-as-yields-stay-high-tesla-slides\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Disappoints Investors With a “Nothingburger” Investor Day\",\n        \"byline\": \"Tesla's Investor Day 2023 has fallen flat against elevated expectations that the EV giant had implicitly encouraged in the runup to the event\",\n        \"source\": \"Wccftech\",\n        \"publishDate\": \"2023-03-02T05:24:14\",\n        \"url\": \"https://wccftech.com/tesla-disappoints-investors-with-a-nothingburger-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"S&P 500, Nasdaq futures slip as yields stay high, Tesla slides\",\n        \"byline\": \"Futures tracking the S&P 500 and Nasdaq fell on Thursday as the 10-year Treasury yield held above 4% on bets of tighter monetary policy for a longer period,…\",\n        \"source\": \"Financial Post\",\n        \"publishDate\": \"2023-03-02T05:24:14\",\n        \"url\": \"https://financialpost.com/pmn/business-pmn/sp-500-nasdaq-futures-slip-as-yields-stay-high-tesla-slides\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wells Fargo expects Tesla stock to trade down following Investor Day\",\n        \"byline\": \"Wells Fargo analyst Colin... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T05:21:28\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673066/TSLA-Wells-Fargo-expects-Tesla-stock-to-trade-down-following-Investor-Day1677756088\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"China Rare Earths Miners Drop on Tesla Plans for New Motors\",\n        \"byline\": \"By Bingyan Wang Shares of Chinese rare earths miners are lower Thursday on news that Tesla Inc. plans to drop use of the metals in its new generation of...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T05:13:05\",\n        \"url\": \"https://longportapp.com/news/81299288\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares tumble 6% after budget EV model failed to meet expectations at Elon Musk’s massive investor day\",\n        \"byline\": \"Tesla shares tumble 6% after budget EV model failed to meet expectations at Elon Musk’s massive investor day\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T05:07:00\",\n        \"url\": \"https://biz.crast.net/tesla-shares-tumble-6-after-budget-ev-model-failed-to-meet-expectations-at-elon-musks-massive-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Innovative techniques and smaller factories to help cut costs: Tesla\",\n        \"byline\": \"Tesla says it will cut the cost of its next generation of vehicles in half, largely by using innovative manufacturing techniques and smaller factories.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T05:06:24\",\n        \"url\": \"https://longportapp.com/news/81298880\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk predicts Tesla's humanoid 'Optimus' robots will eventually outnumber humans\",\n        \"byline\": \"Musk said he didn't think there was \\\"anyone even close to Tesla on solving real-world AI\\\"during the carmaker's first-ever Investor Day.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T05:06:00\",\n        \"url\": \"https://www.businessinsider.com/elon-musk-predict-tesla-ai-optimus-robots-will-outnumber-humans-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to build car plant in Mexico\",\n        \"byline\": \"Initial investment of US$1bn which could rise to US$5bn with component manufacturing facilities including batteries\",\n        \"source\": \"Just Auto\",\n        \"publishDate\": \"2023-03-02T05:05:08\",\n        \"url\": \"https://www.just-auto.com/news/tesla-to-build-car-plant-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Unexpectedly, Tesla has made an office in Malaysia, said Luhut\",\n        \"byline\": \"Emir YanwardhanaCNBC Indonesia Tech Thursday, 02/03/2023 15:22 WIB Photo: Luhut Binsar Pandjaitan at the Mandiri Investment Forum 2023 event, some time ago (Bloomberg via Getty Images/Bloomberg) Jakarta, CNBC Indonesia – The Coordinating Min...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T05:03:10\",\n        \"url\": \"https://www.world-today-news.com/unexpectedly-tesla-has-made-an-office-in-malaysia-said-luhut/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Announces New Plant for Mysterious, More Affordable EV\",\n        \"byline\": \"Though CEO Elon Musk announced plans for a new factory in Mexico, the company didn't reveal a new car.\",\n        \"source\": \"Entrepreneur\",\n        \"publishDate\": \"2023-03-02T05:03:00\",\n        \"url\": \"https://www.entrepreneur.com/business-news/tesla-announces-mysterious-new-master-plan/446751\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk shared his plans for future during Tesla’s 2023 Anodos and Tesla’s Investor Day\",\n        \"byline\": \"Elon Musk shared his plans for future during Tesla’s 2023 Anodos and Tesla’s Investor Day\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T04:53:03\",\n        \"url\": \"https://game-news24.com/2023/03/02/elon-musk-shared-his-plans-for-future-during-tesla-s-2023-anodos-and-tesla-s-investor-day/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"European Chip Makers' Shares Slump on Tesla's Silicon Carbide Reduction Plan -- Update\",\n        \"byline\": \"By Mauro Orru Shares of European chip makers plunged in Thursday morning trading after Elon Musk's Tesla Inc. set out plans to significantly reduce the use of silicon carbide in its next... | March 2, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-02T04:42:07\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/European-Chip-Makers-Shares-Slump-on-Tesla-s-Silicon-Carbide-Reduction-Plan-Update-43134099/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla says it will halve the cost of its next-generation EV\",\n        \"byline\": \"Tesla says it will halve the cost of its next-generation EV\",\n        \"source\": \"Business Crast News\",\n        \"publishDate\": \"2023-03-02T04:40:39\",\n        \"url\": \"https://biz.crast.net/tesla-says-it-will-halve-the-cost-of-its-next-generation-ev/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla investor day underwhelms\",\n        \"byline\": \"Have investors lost faith in Elon Musk? Tesla had been on a tear so far in 2023, the share price nearly doubling. Then Musk raises his head above the parapet…\",\n        \"source\": \"LondonlovesBusiness\",\n        \"publishDate\": \"2023-03-02T04:38:01\",\n        \"url\": \"https://londonlovesbusiness.com/tesla-investor-day-underwhelms/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla plans to halve EV production costs, Reuters reports\",\n        \"byline\": \"Tesla plans to cut assemb... TSLA\",\n        \"source\": \"The Fly\",\n        \"publishDate\": \"2023-03-02T04:37:59\",\n        \"url\": \"https://thefly.com/permalinks/entry.php/id3673009/TSLA-Tesla-plans-to-halve-EV-production-costs-Reuters-reports1677753479\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Vormittags-Mover: salesforce.com, Klondike Gold, Semperit, Snowflake, GFT Technologies, SMA Solar, Vipshop, Aixtron, Tesla und LEG Immobilien\",\n        \"byline\": \"Vormittags-Mover: salesforce.com Klondike Gold Semperit Snowflake GFT Technologies SMA Solar Vipshop Aixtron Tesla und LEG Immobilien SK last day L&S- Indikation salesforce.com FOO 156.10 01.03. 181.30/ 181.86 16.32% 11:34:43 Gold LB...\",\n        \"source\": \"Boerse-Social\",\n        \"publishDate\": \"2023-03-02T04:37:00\",\n        \"url\": \"https://www.boerse-social.com/2023/03/02/vormittags-mover_salesforcecom_klondike_gold_semperit_snowflake_gft_technologies_sma_solar_vipshop_aixtron_tesla_und_leg_immobilien_1\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla shares slide 6% after Elon Musk fails to meet hopes for a budget EV model at underwhelming investor day\",\n        \"byline\": \"Tesla CEO Elon Musk was tight-lipped about details of hinted next-gen EVs and a $25,000 model, but promised to cut production costs in half at an investor day.\",\n        \"source\": \"Business Insider\",\n        \"publishDate\": \"2023-03-02T04:31:11\",\n        \"url\": \"https://markets.businessinsider.com/news/stocks/tesla-stock-price-elon-musk-investor-day-new-models-underwhelms-2023-3\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla aims to lower production costs with new plans\",\n        \"byline\": \"Streamlines in the building process will result in more affordable cars.\",\n        \"source\": \"Shropshire Star\",\n        \"publishDate\": \"2023-03-02T04:30:30\",\n        \"url\": \"https://www.shropshirestar.com/news/motors/2023/03/02/tesla-aims-to-lower-production-costs-with-new-plans/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Growth Ambition Comes With a $175 Billion Price Tag\",\n        \"byline\": \"Tesla’s goal to sell 20 million vehicles a year comes with a roughly $175 billion price tag.\",\n        \"source\": \"Wall Street Journal\",\n        \"publishDate\": \"2023-03-02T04:30:00\",\n        \"url\": \"https://www.wsj.com/articles/teslas-growth-ambition-comes-with-a-175-billion-price-tag-55b7e4d4?mod=pls_whats_news_us_business_f\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"We Charge A Ford F-150 Lightning With Tesla's Magic Dock\",\n        \"byline\": \"Overall a great experience with one major exception.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T04:24:26\",\n        \"url\": \"https://longportapp.com/news/81296391\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Build Factory In Mexico, Says President\",\n        \"byline\": \"Tesla To Build Factory In Mexico, Says President\",\n        \"source\": \"IT Security News\",\n        \"publishDate\": \"2023-03-02T04:16:57\",\n        \"url\": \"https://www.itsecuritynews.info/tesla-to-build-factory-in-mexico-says-president/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"European Chip Makers' Shares Slump on Tesla Plans to Reduce Silicon Carbide Use\",\n        \"byline\": \"By Mauro Orru Shares of European chip makers plunged in Thursday morning trading after Elon Musk's Tesla Inc. set out plans to significantly reduce the use of silicon carbide in its next... | March 2, 2023\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-02T04:12:00\",\n        \"url\": \"https://www.marketscreener.com/quote/stock/TESLA-INC-6344549/news/European-Chip-Makers-Shares-Slump-on-Tesla-Plans-to-Reduce-Silicon-Carbide-Use-43133773/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla on the way with a new Model Y\",\n        \"byline\": \"Tesla is reportedly not only working on a new Model 3, but also has a new Model Y in its future plans, writes Reuters. The new Tesla Model Y goes into production next year. See also: News about electric cars Model Y with a new design Model Y, whic...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-02T04:11:51\",\n        \"url\": \"https://www.archynewsy.com/tesla-on-the-way-with-a-new-model-y/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: “We will produce 20 million cars a year”\",\n        \"byline\": \"Those who had prepared their popcorn yesterday for a lot of Tesla car news are well worth the effort. Although there was extensive speculation that Tesla would unveil the facelift of the Model 3 and a brand new cheaper model during its Investor Da...\",\n        \"source\": \"Ruetir\",\n        \"publishDate\": \"2023-03-02T04:07:12\",\n        \"url\": \"https://www.ruetir.com/2023/03/tesla-we-will-produce-20-million-cars-a-year/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla stock drops 5% as Elon Musk’s ‘Master Plan 3’ lacks details on cars and finances – Reuters\",\n        \"byline\": \"Shares of Tesla Inc. fell more than 5% in Wednesday’s extended session after the electric vehicle maker teased a ‘next-generation’ electric vehicle platform, but halted before disclosing many details at a highly publicized event....\",\n        \"source\": \"OLTNews\",\n        \"publishDate\": \"2023-03-02T04:04:14\",\n        \"url\": \"https://oltnews.com/tesla-stock-drops-5-as-elon-musks-master-plan-3-lacks-details-on-cars-and-finances-reuters\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla sets out stall to halve cost of next generation EVs\",\n        \"byline\": \"Tesla sets out stall to halve cost of next generation EVs\",\n        \"source\": \"Motor Trader\",\n        \"publishDate\": \"2023-03-02T04:01:44\",\n        \"url\": \"https://www.motortrader.com/motor-trader-news/automotive-news/tesla-sets-stall-cut-costs-next-generation-evs-02-03-2023\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla expects to make up to 10 electric vehicles in 2030\",\n        \"byline\": \"Tesla expects to make up to 10 electric vehicles in 2030\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T03:57:58\",\n        \"url\": \"https://game-news24.com/2023/03/02/tesla-expects-to-make-up-to-10-electric-vehicles-in-2030/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk hints that cheaper Tesla models could be around the corner as firm looks slash assembly costs in half\",\n        \"byline\": \"The price of buying a Tesla could come tumbling down in the coming years after Elon Musk said the outfit was working hard to reduce its costs. Speaking at\",\n        \"source\": \"Car Dealer Magazine\",\n        \"publishDate\": \"2023-03-02T03:56:30\",\n        \"url\": \"https://cardealermagazine.co.uk/publish/musk-hints-that-cheaper-tesla-models-could-be-around-the-corner-as-firm-looks-slash-assembly-costs-in-half/280593\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk reveals Tesla’s next sustainable development direction\",\n        \"byline\": \"Offer information Metaverse Classroom VR + ARClick for more menu VR AR Oculus HTC PlayStation VR Insta360 Pokémon Go Niantic Labs Magic Leap cell phoneClick for more menu cell phone Apple iPhone Samsung Millet Redmi Oppo Vivo OnePlus Realm TCL Son...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T03:54:19\",\n        \"url\": \"https://www.world-today-news.com/elon-musk-reveals-teslas-next-sustainable-development-direction/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla comments spur plunge in China's rare-earth miner shares\",\n        \"byline\": \"(March 2): Shares in Chinese rare-earth miners were heavily sold off following Tesla Inc’s surprise announcement that the electric-vehicle maker will drop the use of the material in its future models.Citing health and environmental risks that acco...\",\n        \"source\": \"The Edge\",\n        \"publishDate\": \"2023-03-02T03:44:33\",\n        \"url\": \"http://www.theedgemarkets.com/node/657543\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"It would seem like the new Tesla plant will have been in Mexico\",\n        \"byline\": \"It would seem like the new Tesla plant will have been in Mexico\",\n        \"source\": \"Game News 24\",\n        \"publishDate\": \"2023-03-02T03:24:05\",\n        \"url\": \"https://game-news24.com/2023/03/02/it-would-seem-like-the-new-tesla-plant-will-have-been-in-mexico/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Snippets about Tesla’s next-generation powertrain\",\n        \"byline\": \"Tesla hosted its Investor Day on Wednesday at its Texas plant, and livestreamed the event. The 3+-hour presentation focused first on the macro transition to a sustainable economy, supported by some 240 TWh of energy storage. Such a transition is d...\",\n        \"source\": \"Green Car Congress\",\n        \"publishDate\": \"2023-03-02T03:16:00\",\n        \"url\": \"https://www.greencarcongress.com/2023/03/20230302-tesla.html\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Malaysia Automotive - TIV and Tesla | POSITIVE\",\n        \"byline\": \"Likely to surpass MAA’s 650k units TIV target The e-mobility movement is gaining traction BUYers on BAuto, MBM and UMW While we do not expect 2023’s TIV to exceed 2022’s 721k units, owing to the absence of the much popular SST-holidays incentive t...\",\n        \"source\": \"Smartkarma\",\n        \"publishDate\": \"2023-03-02T03:06:30\",\n        \"url\": \"https://www.smartkarma.com/insights/malaysia-automotive-tiv-and-tesla-positive\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Best Buy And 3 Stocks To Watch Heading Into Thursday\",\n        \"byline\": \"With US futures trading lower this morning on Thursday, some of the stocks that may grab investor focus today are as follows:\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T03:05:05\",\n        \"url\": \"https://www.benzinga.com/news/earnings/23/03/31158644/tesla-best-buy-and-3-stocks-to-watch-heading-into-thursday\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s Tesla ‘Master Plan’ disappoints investors\",\n        \"byline\": \"Comment on this story Comment SAN FRANCISCO — Elon Musk unveiled pieces of his “Master Plan” for a more sustainable planet and showed a video of a humanoid robot at a Tesla event Wednesday — but didn’t announce a major product update for the compa...\",\n        \"source\": \"News Conquest\",\n        \"publishDate\": \"2023-03-02T03:04:17\",\n        \"url\": \"https://newsconquest.com/2023/03/02/elon-musks-tesla-master-plan-disappoints-investors/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla announces new factory in Mexico and gives production strategy outlook\",\n        \"byline\": \"Mexico will soon be home to a new Tesla Gigafactory. The carmaker confirmed that it chose the location to build its \\\"our next-gen vehicle\\\" at yesterday's Investor Day at Tesla's Gigafactory in Texas. CEO Elon Musk also gave some details about his ...\",\n        \"source\": \"electrive.com\",\n        \"publishDate\": \"2023-03-02T02:55:27\",\n        \"url\": \"https://www.electrive.com/2023/03/02/tesla-announces-new-factory-in-mexico-and-gives-production-strategy-outlook/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk on “Investor Day”: Tesla wants to halve the price of electric cars\",\n        \"byline\": \"Elon Musk on “Investor Day”: Tesla wants to halve the price of electric cars Tesla boss Elon Musk announced at the annual “Investor Day” in Austin (Texas) that it was possible to reduce the costs for future vehicle generati...\",\n        \"source\": \"Kiratas\",\n        \"publishDate\": \"2023-03-02T02:47:51\",\n        \"url\": \"https://www.kiratas.com/elon-musk-on-investor-day-tesla-wants-to-halve-the-price-of-electric-cars/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Berlin factory better than expected\",\n        \"byline\": \"Tesla’s Brandenburg factory outside Berlin is now building 4,000 Model Ys a week, and that’s a little too early. Ten weeks ago, the rate was 3,000 cars per week, and according to Tesla’s timetable, the 4,000 mark was only expecte...\",\n        \"source\": \"Archytele\",\n        \"publishDate\": \"2023-03-02T02:44:37\",\n        \"url\": \"https://www.archytele.com/teslas-berlin-factory-better-than-expected/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s HIDDEN Secret Revealed at Investor Day (Ep. 716)\",\n        \"byline\": \"Tesla’s HIDDEN Secret Revealed at Investor Day (Ep. 716)\",\n        \"source\": \"500biz\",\n        \"publishDate\": \"2023-03-02T02:24:40\",\n        \"url\": \"https://500biz.com/teslas-hidden-secret-revealed-at-investor-day-ep-716/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Li Auto Emphasizes Gross Profit Margins, Competition with Tesla and Apple\",\n        \"byline\": \"Li Xiang, chairman and CEO of Li Auto, revealed the electric vehicle maker's target - to occupy 35% of the passenger car market with a price range of more than 200,000 yuan ($28,997) in 2027, and to become the world's leading artificial intelligen...\",\n        \"source\": \"pandaily\",\n        \"publishDate\": \"2023-03-02T02:20:00\",\n        \"url\": \"https://pandaily.com/li-auto-emphasizes-gross-profit-margins-competition-with-tesla-and-apple/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla Investor Day Wrap: Ok for anyone ‘invested in earth,’ utterly crapola for anyone invested in Tesla\",\n        \"byline\": \"The Tesla Investor Day did actually happen as foretold at Elon’s Austin gigafactory which I will not capitalise, although almost all reporters do in apparent unconscious deference to sometime CEO Elon Musk who spoke for ages at the event and...\",\n        \"source\": \"Stock Head\",\n        \"publishDate\": \"2023-03-02T02:06:38\",\n        \"url\": \"https://stockhead.com.au/news/tesla-investor-day-wrap-ok-for-anyone-invested-in-earth-utterly-crapola-for-anyone-invested-in-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla predicts that the cost of new cars will be cut in half\",\n        \"byline\": \"US electric vehicle manufacturer Tesla (Tesla) Chief Executive (CEO) Musk said at an investor conference on Wednesday that a new generation of electric vehicles will be available soon, and the vehicle cost will be half of the original model. Howev...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-02T02:05:51\",\n        \"url\": \"https://www.archyde.com/tesla-predicts-that-the-cost-of-new-cars-will-be-cut-in-half/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla: Elon Musk confirms GigaMexico in Monterrey\",\n        \"byline\": \"Tesla: Elon Musk confirms GigaMexico in Monterrey\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-02T01:59:28\",\n        \"url\": \"https://time.news/tesla-elon-musk-confirms-gigamexico-in-monterrey/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s latest Cybertruck prototype showcased at investor event\",\n        \"byline\": \"Read full version 02.03.2023 07:32, Alexey Razin This morning is expectedly full of news about Tesla, as the event for investors has just ended, the main intrigue of which was the manufacturer’s plans to halve the cost of electric vehicles. ...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T01:55:59\",\n        \"url\": \"https://www.world-today-news.com/teslas-latest-cybertruck-prototype-showcased-at-investor-event/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla, Musk presents Master Plan 3: no next-generation cars. TSLA stock loses more than 5% on Wall Street\",\n        \"byline\": \"Tesla, Musk presents Master Plan 3: no next-generation cars.  TSLA stock loses more than 5% on Wall Street\",\n        \"source\": \"Breaking Latest News\",\n        \"publishDate\": \"2023-03-02T01:55:27\",\n        \"url\": \"https://www.breakinglatest.news/business/tesla-musk-presents-master-plan-3-no-next-generation-cars-tsla-stock-loses-more-than-5-on-wall-street/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla confirms its next Gigafactory will be in Mexico\",\n        \"byline\": \"Photo by Loren Grush / The Verge Tesla CEO Elon Musk announced on Wednesday that the company will build its next Gigafactory in Mexico.The news came during the live Q and A sessions after Tesla’s Investor Day event, where it has announced its Mast...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T01:54:27\",\n        \"url\": \"https://longportapp.com/news/81284913\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Instead of ‘half price electric vehicles’, ‘production cost innovation’… Tesla electric car price issue\",\n        \"byline\": \"Investor Day… “Cybertruck will also be released within the year” ▲ Elon Musk, CEO of Tesla. Reuters Yonhap News The much anticipated ‘half price electric car’ was not released. Perhaps because of the disappointment, the stock pri...\",\n        \"source\": \"Newsdir3\",\n        \"publishDate\": \"2023-03-02T01:45:08\",\n        \"url\": \"https://www.newsdirectory3.com/instead-of-half-price-electric-vehicles-production-cost-innovation-tesla-electric-car-price-issue/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla outlines plans for cheaper models\",\n        \"byline\": \"Tesla has outlined plans to introduce a family of budget-priced electric cars to be manufactured at a new factory in Mexico.\",\n        \"source\": \"The Weekly Times\",\n        \"publishDate\": \"2023-03-02T01:35:31.376\",\n        \"url\": \"https://www.weeklytimesnow.com.au/machine/motoring/hitech/tesla-reveals-plans-for-cheaper-models-but-no-sign-of-model-2/news-story/1e6891e2ecba4e7dec8e481da44e18f4\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"“Cinderella is over for Tesla”\",\n        \"byline\": \"Companies like Ford and Audi are turning their sales strategies. . . Edmunds, an automotive analyst for car purchases, said in an interview with Insider in December. \\\"It's quite a lot. . .\",\n        \"source\": \"Motor World\",\n        \"publishDate\": \"2023-03-02T01:30:05\",\n        \"url\": \"https://motorworld.app/cinderella-is-over-for-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s conference performance drives Tesla stock down\",\n        \"byline\": \"The title Tesla was sanctioned after a disappointing presentation by Elon Musk who was content to deliver to investors his vision for the future of the company without any real concrete announcement. A total failure on the bottom and on the form. ...\",\n        \"source\": \"Archyde\",\n        \"publishDate\": \"2023-03-02T01:29:01\",\n        \"url\": \"https://www.archyde.com/elon-musks-conference-performance-drives-tesla-stock-down/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk Confirms Tesla's Fifth Factory in Mexico\",\n        \"byline\": \"The manufacturer of electric vehicles continues its expansion and aims to increase production in its other factories.\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T01:17:32\",\n        \"url\": \"https://longportapp.com/news/81280523\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Wolfspeed stock falls after Tesla suggests next-gen car will cut silicon-carbide use\",\n        \"byline\": \"Wolfspeed Inc. shares declined more than 5% in after-hours trading Wednesday, after Tesla Inc. executives said their next-generation car will require less...\",\n        \"source\": \"Long Bridge\",\n        \"publishDate\": \"2023-03-02T01:16:50\",\n        \"url\": \"https://longportapp.com/news/81280413\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Musk without plans for Tesla\",\n        \"byline\": \"Musk without plans for Tesla\",\n        \"source\": \"Time News\",\n        \"publishDate\": \"2023-03-02T01:09:32\",\n        \"url\": \"https://time.news/musk-without-plans-for-tesla/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla's Unlimited Overnight Charging Costs $30 Monthly\",\n        \"byline\": \"Here's how Tesla's new Unlimited Overnight Charging works:\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T00:52:16\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-s-unlimited-overnight-charging-costs-30-monthly-f769f84dee1144500d29f1c7e81e6f31c1be5946?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla to Build its Sixth Gigafactory in Mexico\",\n        \"byline\": \"The new facility will be built 387 miles away from Tesla's headquarters and the Austin Gigafactory.\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T00:52:15\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/tesla-to-build-its-sixth-gigafactory-in-mexico-724fb495ad9502b48c0a891891789c4b3302e83d?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Japanese stocks end flat as Tesla, Fed rate-hike dread weigh\",\n        \"byline\": \"TOKYO — Japan’s Nikkei share average ended listless on Thursday as a disappointing Tesla investor day event and the risk of a more-hawkish U.S. Federal Reserve…\",\n        \"source\": \"Financial Post\",\n        \"publishDate\": \"2023-03-02T00:50:28\",\n        \"url\": \"https://financialpost.com/pmn/business-pmn/japanese-stocks-end-flat-as-tesla-fed-rate-hike-dread-weigh\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"The richest person in the world is Elon Musk again. Tesla shares surged 100 percent | iRADIO\",\n        \"byline\": \"The head of the American car company Tesla, Elon Musk, has again become the richest person in the world, according to the ranking of billionaires by Bloomberg. This year’s growth in Tesla shares helped him to do so. In December, Musk was rep...\",\n        \"source\": \"Archynewsy\",\n        \"publishDate\": \"2023-03-02T00:43:56\",\n        \"url\": \"https://www.archynewsy.com/the-richest-person-in-the-world-is-elon-musk-again-tesla-shares-surged-100-percent-iradio/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla’s Gigafactory in Mexico will be the world’s largest electric car factory\",\n        \"byline\": \"Tesla’s Gigafactory in Mexico will be the world’s largest electric car factory\",\n        \"source\": \"Bullfrag\",\n        \"publishDate\": \"2023-03-02T00:39:00\",\n        \"url\": \"https://www.bullfrag.com/teslas-gigafactory-in-mexico-will-be-the-worlds-largest-electric-car-factory/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Instead of ‘half-price electric vehicles’, ‘production cost innovation’… Tesla’s electric car price issue\",\n        \"byline\": \"Investor Day… “Cybertruck will also be released within the year” ▲ Elon Musk, Tesla CEO. Reuters Yonhap News The much-anticipated ‘half-price electric car’ was not released. Perhaps because of the disappointment, the stock price seems to hav...\",\n        \"source\": \"World Today News\",\n        \"publishDate\": \"2023-03-02T00:37:07\",\n        \"url\": \"https://www.world-today-news.com/instead-of-half-price-electric-vehicles-production-cost-innovation-teslas-electric-car-price-issue/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla To Offer Unlimited At-Home Car Charging: This Is How Much It Costs\",\n        \"byline\": \"Bagliano said Texas is supplied with ample wind power, especially at night, when demand sinks and makes it cheaper to draw electricity and charge EVs. The announcement is part of Tesla Electric, which was launched late last year. “With Tesla Elect...\",\n        \"source\": \"Benzinga\",\n        \"publishDate\": \"2023-03-02T00:29:20\",\n        \"url\": \"https://www.benzinga.com/news/23/03/31155418/tesla-to-offer-unlimited-at-home-car-charging-this-is-how-much-it-costs\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"r/technology - Tesla confirms its next Gigafactory will be in Mexico\",\n        \"byline\": \"0votes et 1commentaire jusqu'à présent sur Reddit\",\n        \"source\": \"Knowledia\",\n        \"publishDate\": \"2023-03-02T00:17:16\",\n        \"url\": \"https://news.knowledia.com/US/en/articles/r-technology-tesla-confirms-its-next-gigafactory-will-be-in-mexico-ae3bf0c24127e13a3a9025892e7d19e18eba46f3?source=rss\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Tesla aiming to sell 20 million vehicles a year by 2030\",\n        \"byline\": \"The world’s leading electric vehicle manufacturer has set itself a goal to sell 20 million vehicles a year by 2030.Tesla managed to sell 1.3 million cars in 2022, comparable to that of Toyota, the biggest car manufacturer, which sold 10.5...\",\n        \"source\": \"Daily Telegraph Australia\",\n        \"publishDate\": \"2023-03-02T00:16:41\",\n        \"url\": \"https://www.dailytelegraph.com.au/business/tesla-aiming-to-sell-20-million-vehicles-a-year-by-2030/video/d90d6c9a6d1e7ed86b9dab841f9e0df8\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Factbox-Tesla investor day gives a rare look at executive bench\",\n        \"byline\": \"More than a dozen Tesla executives took the stage at the company's Investor Day on Wednesday, a departure from its previous such events where Elon Musk tended to dominate. ...\",\n        \"source\": \"Market Screener\",\n        \"publishDate\": \"2023-03-02T00:15:33\",\n        \"url\": \"https://www.marketscreener.com/news/latest/Factbox-Tesla-investor-day-gives-a-rare-look-at-executive-bench--43131713/\"\n    },\n    {\n        \"entityId\": \"10377-37\",\n        \"title\": \"Elon Musk’s Tesla master plan disappoints, no detail on new cars\",\n        \"byline\": \"The four-hour presentation was long on Musks vision to build the next phase of Teslas growth around a sustainable energy future by moving into products like heat pumps, but short on any detail of new vehicles — especially a cheaper EV like the $25...\",\n        \"source\": \"Economic Times\",\n        \"publishDate\": \"2023-03-02T00:01:23\",\n        \"url\": \"https://economictimes.indiatimes.com/tech/technology/elon-musks-tesla-master-plan-disappoints-no-detail-on-new-cars/articleshow/98354488.cms\"\n    }\n]"}],"_postman_id":"3c4ca178-f191-44f0-8462-62e3332d1098"},{"name":"General Updates","id":"3726decf-6f8f-4dee-9fd3-15991eb97e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/entities/51261-67/updates?sinceDate=>2020-07-30","description":"<p><code>GET /entities/{pbId}/updates</code></p>\n<p>Retrieves changes for the specific entity during the timeframe.</p>\n<h5 id=\"general-update-parameters\">General Update Parameters</h5>\n<p><strong>pbId</strong> : String. Entity pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["entities","51261-67","updates"],"host":["api","pitchbook","com"],"query":[{"key":"sinceDate","value":">2020-07-30"}],"variable":[]}},"response":[{"id":"b2673d5d-d09f-4c06-aba6-206d78114615","name":"General Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-v2.pitchbook.com/entities/51261-67/updates?sinceDate=>2020-07-30","protocol":"https","host":["api-v2","pitchbook","com"],"path":["entities","51261-67","updates"],"query":[{"key":"sinceDate","value":">2020-07-30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jul 2020 11:36:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Entity Locations\": \"No\",\n        \"Entity Affiliates\": \"No\",\n        \"Entity People\": \"No\"\n    }\n}"}],"_postman_id":"3726decf-6f8f-4dee-9fd3-15991eb97e90"}],"id":"d649573e-0439-4c8f-9a24-9019bd8cf8e3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"112ed09c-b67e-472d-90a1-d97f547dab48"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1643fcc1-38c7-4c5c-9b2f-b569c01ba8f8"}}],"_postman_id":"d649573e-0439-4c8f-9a24-9019bd8cf8e3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Companies","item":[{"name":"Company Search","event":[{"listen":"test","script":{"id":"cc9fc098-d9d1-4cec-895a-f79eaf861cf2","exec":["// Parse the JSON response\r","var responseData = pm.response.json();\r","\r","// Check if items array exists and is not empty\r","if (responseData && responseData.items && responseData.items.length > 0) {\r","    // Extract the companyId from the first item\r","    var companyId = responseData.items[0].companyId;\r","\r","    // Set the companyId to the pbidsearch variable globally\r","    pm.globals.set(\"pbidsearch\", companyId);\r","} else {\r","    console.log(\"No items found in the response or items array is empty.\");\r","}\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"7598471d-2fbc-4b72-b14e-575f67cfb6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/search?dealType=evc&dealDate=>2023-01-01&verticals=BD","description":"<p><code>GET /companies/search</code></p>\n<p>Retrieves companies matching the specified criteria.</p>\n<h5 id=\"company-search-parameters\">Company Search Parameters</h5>\n<hr />\n<p><strong>companyNames</strong> : Pass a list of company names, ids, websites or tickers. Will return results for all companies with matching input. Use a comma to separate value.</p>\n<hr />\n<p><strong>ownershipStatus</strong> : Companies can be found by their ownership status code.</p>\n<hr />\n<p><strong>backingStatus</strong> : Companies can be found by their backing status code.</p>\n<hr />\n<p><strong>businessStatus</strong> : Companies can be found by their business status code.</p>\n<hr />\n<p><strong>city</strong> : Companies can be found by their city location.</p>\n<hr />\n<p><strong>stateProvince</strong> : Companies can be found by their state location.</p>\n<hr />\n<p><strong>country</strong> : Companies can be found by their country location.</p>\n<hr />\n<p><strong>postCode</strong> : Companies can be found by their post code for both U.S. and global.</p>\n<hr />\n<p><strong>locationType</strong> : Used in conjuncion with stateProvince, country, and postCode to require the location to be a company's headquarters. Options include HQ_ONLY, NON_HQ_ONLY, and ANY.</p>\n<hr />\n<p><strong>dateFounded</strong> : Search for companies founded after a certain date using the &gt; operator, companies founded before a certain date using the &lt; operator and companies founded between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>keywords</strong> : Search for companies by keywords they are associated with or keywords appearing in their business description.</p>\n<hr />\n<p><strong>Industry</strong> : Companies can be found by industry code.</p>\n<hr />\n<p><strong>verticals</strong> : Companies can be found by vertical code.</p>\n<hr />\n<p><strong>industryAndVertical</strong> : When using both industry and vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True. Set this parameter in pair with industry and vertical options.</p>\n<hr />\n<p><strong>emergingSpaces :</strong> Emerging Spaces are defined by PitchBook analysts for specific products or technological innovations that are growing in popularity. These spaces are dyhnamic and change over time. Companies can be found by using an emerging space code.</p>\n<hr />\n<p><strong>dealType</strong> : Find companies with a specific type of deal.</p>\n<hr />\n<p><strong>dealStatus</strong> : Distinguish between failed, upcoming, completed deals and more.</p>\n<hr />\n<p><strong>dealSize</strong> : Find companies who have had a deal of a certain size. Search for companies with a deal larger than an amount using the &gt; operator, companies with a deal smaller than a certain amount using the &lt; operator and companies with a deal size in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>includeDealsWithoutDealSize</strong> : Include deals without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default.</p>\n<hr />\n<p><strong>excludeDealsWithoutDealSize</strong> : Exclude deals without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default.</p>\n<p><strong>dealDate</strong> : Search for companies with a deal after a certain date using the &gt; operator, companies with a deal before a certain date using the &lt; operator and companies with a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>totalRaised</strong> : Find companies by the total amount of money they have raised to date in millions. Use the &gt; operator to find companies that have raised more than a certain value, use the &lt; to find companies who have raised less than a certain value and the ^ operator to search within a range. Amounts in millions.</p>\n<hr />\n<p><strong>investorNames</strong> : Pass a list of investor names, ids, websites or tickers. Will return results for companies by who is invested in them. Use a comma to separate values.</p>\n<hr />\n<p><strong>partialExit</strong> : Find companies who have had a deal with partial investor's exit within them. To use this parameter set it as True.</p>\n<hr />\n<p><strong>fullExit</strong>: To use set as true.</p>\n<hr />\n<p><strong>exitType</strong> : Find companies who have had a deal with full investor's exit within them. To use this parameter set it as True.</p>\n<hr />\n<p><strong>exitStatus</strong> : Distinguish between failed, upcoming, completed exits and more.</p>\n<hr />\n<p><strong>exitSize</strong> : Find companies who have had a deal with investor's exit within them of a certain size. Search for companies with an exit larger than an amount using the &gt; operator, companies with an exit smaller than a certain amount using the &lt; operator and companies with an exit size in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>exitDate</strong> : Find companies who have had a deal with investor's exit within them of a certain time frame. Search for companies with an exit after a certain date using the &gt; operator, companies with an exit before a certain date using the &lt; operator and companies with an exit between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>revenue</strong> : Find companies that have a certain amount of revenue. Search for companies with more revenue than an amount using the &gt; operator, companies with less revenue than an amount using the &lt; operator or companies within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>onlyMostRecentTransaction</strong> : Find companies by their most recent deal. To use this parameter set it as True.</p>\n<hr />\n<p><strong>employeeCount</strong> &gt; for larger, &lt; smaller, ^ for range.</p>\n<hr />\n<p><strong>currency</strong> : Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the currency in user preferences.</p>\n<hr />\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<hr />\n<p><strong>perPage</strong> : How many returned results show on page.</p>\n","urlObject":{"protocol":"https","path":["companies","search"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"key":"companyNames","value":"10367-92,13341-16"},{"disabled":true,"description":{"content":"<p>PVTB = private with backing | ACQ = Acquired/Merged | PVTNB Privately Held (no backing)</p>\n","type":"text/plain"},"key":"ownershipStatus","value":"PVTB"},{"disabled":true,"description":{"content":"<p>PEB = pe-backed | VCB = vc-backed | ACCIB: accelerator/incubator-backed</p>\n","type":"text/plain"},"key":"backingStatus","value":"VCB"},{"disabled":true,"description":{"content":"<p>STAR = startup</p>\n","type":"text/plain"},"key":"businessStatus","value":"STAR"},{"disabled":true,"description":{"content":"<p>^1000</p>\n","type":"text/plain"},"key":"dealSize","value":"500^1000"},{"disabled":true,"key":"includeDealsWithoutDealSize","value":"TRUE"},{"description":{"content":"<p>EVC = early stage VC | LVC = late stage VC \n| BYSTG: all vc stages |LBO_: leveraged buyout</p>\n","type":"text/plain"},"key":"dealType","value":"evc"},{"description":{"content":"<blockquote>\n<p>= after | &lt; = before</p>\n</blockquote>\n","type":"text/plain"},"key":"dealDate","value":">2023-01-01"},{"disabled":true,"key":"dealStatus","value":"COMP"},{"disabled":true,"key":"onlyMostRecentTransaction","value":"TRUE"},{"disabled":true,"key":"stateProvince","value":"WA"},{"disabled":true,"key":"city","value":"Houston"},{"disabled":true,"key":"totalRaised","value":">1"},{"disabled":true,"key":"locationType","value":"HQ_ONLY"},{"disabled":true,"key":"keywords","value":"photonic chip"},{"key":"verticals","value":"BD"},{"disabled":true,"key":"industry","value":"6030"},{"disabled":true,"description":{"content":"<p>True = company must be found in both industry AND vertical</p>\n","type":"text/plain"},"key":"industryAndVertical","value":"True"},{"disabled":true,"description":{"content":"<p>308 = Lidar | 330: fusion energy</p>\n","type":"text/plain"},"key":"emergingSpaces","value":"308"},{"disabled":true,"key":"employeeCount","value":"10^3000"},{"disabled":true,"key":"dateFounded","value":">2022-01-01"},{"disabled":true,"key":"partialExit","value":"TRUE"},{"disabled":true,"key":"fullExit","value":"TRUE"},{"disabled":true,"key":"exitStatus","value":"COMP"},{"disabled":true,"key":"exitDate","value":">2021-01-01"},{"disabled":true,"key":"revenue","value":"1^1000"},{"disabled":true,"key":"country","value":"USA,GBR,DEU,IND"},{"disabled":true,"key":"perPage","value":"25"},{"disabled":true,"key":"investorNames","value":"12445-75"}],"variable":[]}},"response":[{"id":"38993f2c-78f6-4dc4-a269-cd0754b8a977","name":"Company Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"PB-Token {{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/companies/search?dealType=evc&dealDate=>2023-01-01&verticals=BD","protocol":"https","host":["api","pitchbook","com"],"path":["companies","search"],"query":[{"key":"companyNames","value":"10367-92,13341-16","disabled":true},{"key":"ownershipStatus","value":"PVTB","description":"PVTB = private with backing | ACQ = Acquired/Merged | PVTNB Privately Held (no backing)","disabled":true},{"key":"backingStatus","value":"VCB","description":"PEB = pe-backed | VCB = vc-backed | ACCIB: accelerator/incubator-backed","disabled":true},{"key":"businessStatus","value":"STAR","description":"STAR = startup","disabled":true},{"key":"dealSize","value":"500^1000","description":"^1000","disabled":true},{"key":"includeDealsWithoutDealSize","value":"TRUE","disabled":true},{"key":"dealType","value":"evc","description":"EVC = early stage VC | LVC = late stage VC \n| BYSTG: all vc stages |LBO_: leveraged buyout"},{"key":"dealDate","value":">2023-01-01","description":"> = after | < = before"},{"key":"dealStatus","value":"COMP","disabled":true},{"key":"onlyMostRecentTransaction","value":"TRUE","disabled":true},{"key":"stateProvince","value":"WA","disabled":true},{"key":"city","value":"Houston","disabled":true},{"key":"totalRaised","value":">1","disabled":true},{"key":"locationType","value":"HQ_ONLY","disabled":true},{"key":"keywords","value":"photonic chip","disabled":true},{"key":"verticals","value":"BD"},{"key":"industry","value":"6030","disabled":true},{"key":"industryAndVertical","value":"True","description":"True = company must be found in both industry AND vertical","disabled":true},{"key":"emergingSpaces","value":"308","description":"308 = Lidar | 330: fusion energy","disabled":true},{"key":"employeeCount","value":"10^3000","disabled":true},{"key":"dateFounded","value":">2022-01-01","disabled":true},{"key":"partialExit","value":"TRUE","disabled":true},{"key":"fullExit","value":"TRUE","disabled":true},{"key":"exitStatus","value":"COMP","disabled":true},{"key":"exitDate","value":">2021-01-01","disabled":true},{"key":"revenue","value":"1^1000","disabled":true},{"key":"country","value":"USA,GBR,DEU,IND","disabled":true},{"key":"perPage","value":"25","disabled":true},{"key":"investorNames","value":"12445-75","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 19:10:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874e3c1ad9c3281f-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 864,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 35\n    },\n    \"items\": [\n        {\n            \"companyId\": \"102196-63\",\n            \"companyName\": \"Wisdo Health\",\n            \"website\": \"www.wisdo.com\"\n        },\n        {\n            \"companyId\": \"187513-39\",\n            \"companyName\": \"Agricolum\",\n            \"website\": \"www.agricolum.com\"\n        },\n        {\n            \"companyId\": \"222511-24\",\n            \"companyName\": \"OneSoil\",\n            \"website\": \"www.onesoil.ai\"\n        },\n        {\n            \"companyId\": \"226335-52\",\n            \"companyName\": \"Strangeworks\",\n            \"website\": \"www.strangeworks.com\"\n        },\n        {\n            \"companyId\": \"227010-61\",\n            \"companyName\": \"Mimica\",\n            \"website\": \"www.mimica.ai\"\n        },\n        {\n            \"companyId\": \"228916-18\",\n            \"companyName\": \"Bianjie.AI\",\n            \"website\": \"www.bianjie.ai\"\n        },\n        {\n            \"companyId\": \"231721-66\",\n            \"companyName\": \"Kodiak Robotics\",\n            \"website\": \"www.kodiak.ai\"\n        },\n        {\n            \"companyId\": \"233784-19\",\n            \"companyName\": \"Voiceflow\",\n            \"website\": \"www.voiceflow.com\"\n        },\n        {\n            \"companyId\": \"234055-54\",\n            \"companyName\": \"PIVOT Fintech\",\n            \"website\": \"www.pivotfintech.com\"\n        },\n        {\n            \"companyId\": \"234458-83\",\n            \"companyName\": \"Ikigai (Business/Productivity Software)\",\n            \"website\": \"www.ikigailabs.io\"\n        },\n        {\n            \"companyId\": \"235069-30\",\n            \"companyName\": \"Taygo\",\n            \"website\": \"www.taygo.com\"\n        },\n        {\n            \"companyId\": \"265560-04\",\n            \"companyName\": \"Taskade\",\n            \"website\": \"www.taskade.com\"\n        },\n        {\n            \"companyId\": \"265634-92\",\n            \"companyName\": \"Briq\",\n            \"website\": \"www.briq.com\"\n        },\n        {\n            \"companyId\": \"267096-34\",\n            \"companyName\": \"Myelin Foundry\",\n            \"website\": \"www.myelinfoundry.com\"\n        },\n        {\n            \"companyId\": \"267498-55\",\n            \"companyName\": \"Ravin AI\",\n            \"website\": \"www.ravin.ai\"\n        },\n        {\n            \"companyId\": \"267653-71\",\n            \"companyName\": \"Pixxel\",\n            \"website\": \"www.pixxel.space\"\n        },\n        {\n            \"companyId\": \"267790-96\",\n            \"companyName\": \"Databento\",\n            \"website\": \"www.databento.com\"\n        },\n        {\n            \"companyId\": \"267829-39\",\n            \"companyName\": \"Metaspectral\",\n            \"website\": \"www.metaspectral.com\"\n        },\n        {\n            \"companyId\": \"268240-69\",\n            \"companyName\": \"Unnatural Products\",\n            \"website\": \"www.unnaturalproducts.com\"\n        },\n        {\n            \"companyId\": \"268302-52\",\n            \"companyName\": \"Hayden AI\",\n            \"website\": \"www.hayden.ai\"\n        },\n        {\n            \"companyId\": \"268418-08\",\n            \"companyName\": \"Vannevar Labs\",\n            \"website\": \"www.vannevarlabs.com\"\n        },\n        {\n            \"companyId\": \"268790-05\",\n            \"companyName\": \"MDI Health\",\n            \"website\": \"www.mdihealth.com\"\n        },\n        {\n            \"companyId\": \"277215-04\",\n            \"companyName\": \"OSYTE\",\n            \"website\": \"www.osyte.com\"\n        },\n        {\n            \"companyId\": \"277269-76\",\n            \"companyName\": \"Poseidon-AI\",\n            \"website\": \"www.poseidon-ai.com\"\n        },\n        {\n            \"companyId\": \"277527-79\",\n            \"companyName\": \"nFlux\",\n            \"website\": \"www.nflux.ai\"\n        }\n    ]\n}"}],"_postman_id":"7598471d-2fbc-4b72-b14e-575f67cfb6b3"},{"name":"Company Bio","id":"804432c6-6f40-425f-ab94-3b00f44d0c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/87247-90/bio","description":"<blockquote>\n<p><code>GET /companies/{pbid}/bio</code> </p>\n</blockquote>\n<p>Retrieves key data points about a specific company</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","87247-90","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"feaab0e9-a1c6-4386-9b40-92e3322004b3","name":"Company Bio","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/10618-03/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Mar 2024 21:14:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"860d98163fe508ff-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"10618-03\",\n    \"companyName\": {\n        \"formalName\": \"Jaguar Land Rover Automotive\",\n        \"alsoKnownAs\": \"Jaguar Land Rover\",\n        \"legalName\": \"Jaguar Land Rover Automotive PLC\",\n        \"formerlyKnownAs\": \"Jaguar Land Rover PLC\"\n    },\n    \"parentCompanyId\": \"41517-91\",\n    \"parentCompanyName\": \"Tata Motors\",\n    \"hqLocation\": {\n        \"city\": \"Coventry\",\n        \"stateProvince\": \"England\",\n        \"postCode\": \"CV3 4LF\",\n        \"country\": \"United Kingdom\"\n    },\n    \"description\": \"Manufacturer and distributor of automobiles and spare parts based in Coventry, England, United Kingdom. The company engages in the manufacturing and marketing of automobiles such as luxury sedans, sports cars and off-road vehicles, along with designing spare parts and other automotive components.\",\n    \"financingStatus\": {\n        \"code\": \"CBOA\",\n        \"description\": \"Corporate Backed or Acquired\"\n    },\n    \"businessStatus\": {\n        \"code\": \"PROF\",\n        \"description\": \"Profitable\"\n    },\n    \"ownershipStatus\": {\n        \"code\": \"ACQOS\",\n        \"description\": \"Acquired/Merged (Operating Subsidiary)\"\n    },\n    \"universe\": [\n        {\n            \"code\": \"CSU\",\n            \"description\": \"M&A\"\n        },\n        {\n            \"code\": \"DEBTU\",\n            \"description\": \"Debt Financed\"\n        }\n    ],\n    \"website\": \"www.jaguarlandrover.com\",\n    \"employees\": 44000,\n    \"employeeHistory\": [\n        {\n            \"asOfDate\": \"2023-04-01\",\n            \"employeeCount\": 44000\n        },\n        {\n            \"asOfDate\": \"2022-09-29\",\n            \"employeeCount\": 47000\n        },\n        {\n            \"asOfDate\": \"2022-08-30\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2022-01-01\",\n            \"employeeCount\": 42000\n        },\n        {\n            \"asOfDate\": \"2021-09-06\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-10-16\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-09-05\",\n            \"employeeCount\": 38000\n        },\n        {\n            \"asOfDate\": \"2020-08-08\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-08-03\",\n            \"employeeCount\": 16000\n        },\n        {\n            \"asOfDate\": \"2020-07-28\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-06-21\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-05-10\",\n            \"employeeCount\": 43000\n        },\n        {\n            \"asOfDate\": \"2020-04-23\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2020-01-06\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2019-09-23\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2019-03-31\",\n            \"employeeCount\": 44000\n        },\n        {\n            \"asOfDate\": \"2019-01-12\",\n            \"employeeCount\": 44000\n        },\n        {\n            \"asOfDate\": \"2018-12-31\",\n            \"employeeCount\": 43000\n        },\n        {\n            \"asOfDate\": \"2018-09-21\",\n            \"employeeCount\": 43000\n        },\n        {\n            \"asOfDate\": \"2018-07-04\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2018-06-30\",\n            \"employeeCount\": 42000\n        },\n        {\n            \"asOfDate\": \"2018-04-13\",\n            \"employeeCount\": 40000\n        },\n        {\n            \"asOfDate\": \"2017-06-19\",\n            \"employeeCount\": 40000\n        }\n    ],\n    \"exchange\": null,\n    \"ticker\": null,\n    \"yearFounded\": 1922,\n    \"financingStatusNote\": {\n        \"note\": \"The company received $704.5 million of debt financing in the form of a revolving loan from Bank of China, Bank of Communications, China Construction Bank, Industrial and Commercial Bank of China and Shanghai Pudong Development Bank Company on June 5, 2020. The loan facility can help the company better manage cash flow amid the coronavirus epidemic.\",\n        \"asOfDate\": \"2020-06-05\"\n    },\n    \"totalMoneyRaised\": {\n        \"amount\": 12009834883.64,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 10158638934.67,\n        \"nativeCurrency\": \"EUR\",\n        \"estimated\": false\n    },\n    \"sicCodes\": [\n        {\n            \"code\": \"3711\",\n            \"description\": \"Motor vehicles & passenger car bodies\"\n        }\n    ],\n    \"morningstarCode\": null,\n    \"cikCode\": null,\n    \"companySocialURLs\": {\n        \"facebookProfileUrl\": \"https://www.facebook.com/LifeatJLR\",\n        \"twitterProfileUrl\": \"https://twitter.com/jlr_news\",\n        \"linkedInProfileUrl\": \"https://www.linkedin.com/company/jaguar-land-rover_1\"\n    },\n    \"pitchBookProfileLink\": \"https://my.pitchbook.com/profile/10618-03/company/profile\"\n}"}],"_postman_id":"804432c6-6f40-425f-ab94-3b00f44d0c9a"},{"name":"Company Industries","id":"c0e8672f-b582-43dd-a9cc-7947025daf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/companies/10618-03/industries","description":"<blockquote>\n<p><code>GET /companies/{pbid}/industries</code></p>\n</blockquote>\n<p>Retrieves all industries and verticals for a specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","10618-03","industries"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"91bf435f-7d5a-4855-b41e-2b02f0afd8f5","name":"Company Industries","originalRequest":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/companies/{{companyid}}/industries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 19:16:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85ba867d0b49ec48-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"industries\": [\n        {\n            \"industrySector\": {\n                \"code\": \"60\",\n                \"description\": \"Information Technology\"\n            },\n            \"industryGroup\": {\n                \"code\": \"6050\",\n                \"description\": \"Software\"\n            },\n            \"industryCode\": {\n                \"code\": \"605010\",\n                \"description\": \"Application Software\"\n            },\n            \"primary\": true\n        },\n        {\n            \"industrySector\": {\n                \"code\": \"20\",\n                \"description\": \"Consumer Products and Services (B2C)\"\n            },\n            \"industryGroup\": {\n                \"code\": \"2080\",\n                \"description\": \"Transportation\"\n            },\n            \"industryCode\": {\n                \"code\": \"208020\",\n                \"description\": \"Automotive\"\n            },\n            \"primary\": false\n        },\n        {\n            \"industrySector\": {\n                \"code\": \"20\",\n                \"description\": \"Consumer Products and Services (B2C)\"\n            },\n            \"industryGroup\": {\n                \"code\": \"2050\",\n                \"description\": \"Restaurants, Hotels and Leisure\"\n            },\n            \"industryCode\": {\n                \"code\": \"205060\",\n                \"description\": \"Other Restaurants, Hotels and Leisure\"\n            },\n            \"primary\": false\n        }\n    ],\n    \"verticals\": [\n        {\n            \"code\": \"AIML\",\n            \"description\": \"Artificial Intelligence & Machine Learning\"\n        },\n        {\n            \"code\": \"FDC\",\n            \"description\": \"FoodTech\"\n        },\n        {\n            \"code\": \"MLT\",\n            \"description\": \"Mobility Tech\"\n        },\n        {\n            \"code\": \"MOBILE\",\n            \"description\": \"Mobile\"\n        },\n        {\n            \"code\": \"RSI\",\n            \"description\": \"Ridesharing\"\n        },\n        {\n            \"code\": \"RSTCLG\",\n            \"description\": \"Restaurant Technology\"\n        },\n        {\n            \"code\": \"SYN\",\n            \"description\": \"Supply Chain Tech\"\n        },\n        {\n            \"code\": \"TMT\",\n            \"description\": \"TMT\"\n        }\n    ],\n    \"keywords\": [\n        \"cab booking platform\",\n        \"cab booking portal\",\n        \"food delivery\",\n        \"foodtech ai\",\n        \"mobility tech\",\n        \"ridesharing\",\n        \"transportation app\"\n    ],\n    \"emergingSpaces\": []\n}"}],"_postman_id":"c0e8672f-b582-43dd-a9cc-7947025daf38"},{"name":"Company Active Investors","id":"41b0a350-f021-4a44-8c38-9a9ba85c370d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/companies/51136-75/active-investors","description":"<blockquote>\n<p><code>GET /companies/{pbid}/active-investors</code></p>\n</blockquote>\n<p>Retrieves active investors of the specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","active-investors"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d738bdf8-6b0f-4898-bfd8-cc457ad17bd5","name":"Company Active Investors 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/active-investors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:13:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"companyId\": \"51136-75\",\n        \"investorId\": \"10727-11\",\n        \"investorName\": \"PayPal Holdings\",\n        \"investorTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"VCBK\",\n                    \"description\": \"VC-Backed Company\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"CO\",\n                    \"description\": \"Corporation\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"ACINC\",\n                    \"description\": \"Accelerator/Incubator\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"investorSince\": \"2019-05-10\",\n        \"holding\": \"Minority\"\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"investorId\": \"264469-24\",\n        \"investorName\": \"Polyvalent Capital\",\n        \"investorTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"VC\",\n                    \"description\": \"Venture Capital\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FO\",\n                    \"description\": \"Family Office\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"investorSince\": \"2018-12-28\",\n        \"holding\": \"Minority\"\n    }\n]"}],"_postman_id":"41b0a350-f021-4a44-8c38-9a9ba85c370d"},{"name":"Company All Investors","id":"3c0dc889-9bc4-4bae-b648-a051c5f4b1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/10618-03/investors","description":"<blockquote>\n<p><code>GET /companies/{pbid}/investors</code></p>\n</blockquote>\n<p>Retrieves current and former investors of a specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","10618-03","investors"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"74dfb71f-f6a0-4971-aa7b-5e8a506d04b5","name":"Company All Investors 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/companies/{{companyid}}/investors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:14:44 GMT"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"countAllInvestors\": 201,\n    \"investors\": [\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11776-33\",\n            \"investorName\": \"Axel Springer\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CA\",\n                        \"description\": \"PE-Backed Company\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2019-05-10\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"126970-03\",\n            \"investorName\": \"HOF Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2019-05-10\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10727-11\",\n            \"investorName\": \"PayPal Holdings\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VCBK\",\n                        \"description\": \"VC-Backed Company\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2019-05-10\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"ACT\",\n                \"description\": \"Active Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"438019-57\",\n            \"investorName\": \"Asas Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"Debt\",\n                        \"description\": \"Lender/Debt Provider\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CD\",\n                        \"description\": \"Corporate Development\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2019-03-24\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"58781-35\",\n            \"investorName\": \"137 Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106896-61\",\n            \"investorName\": \"Aeon Family of Funds\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OT\",\n                        \"description\": \"Other\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OPE\",\n                        \"description\": \"Other Private Equity\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"437035-87\",\n            \"investorName\": \"Alexander Capital Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"179864-47\",\n            \"investorName\": \"All Blue Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"181651-60\",\n            \"investorName\": \"Alpha Square Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"60452-38\",\n            \"investorName\": \"Black River Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"231115-06\",\n            \"investorName\": \"Delk Enterprises\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"327517-93\",\n            \"investorName\": \"FG2 Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"264433-87\",\n            \"investorName\": \"GC1 Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"232408-72\",\n            \"investorName\": \"Jeffrey Wernick\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"434971-90\",\n            \"investorName\": \"Late Stage Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"465832-27\",\n            \"investorName\": \"Mastry\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"54556-57\",\n            \"investorName\": \"MicroVentures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"58877-38\",\n            \"investorName\": \"MSA Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53684-38\",\n            \"investorName\": \"NALA Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56613-25\",\n            \"investorName\": \"Plus Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"264469-24\",\n            \"investorName\": \"Polyvalent Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"ACT\",\n                \"description\": \"Active Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"268405-84\",\n            \"investorName\": \"Quantum Global Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"121327-75\",\n            \"investorName\": \"Rafael Pinedo\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"226991-44\",\n            \"investorName\": \"Sixty Degree Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"229791-88\",\n            \"investorName\": \"Smith Family Circle\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"224096-41\",\n            \"investorName\": \"StraightPath Venture Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"156924-73\",\n            \"investorName\": \"Syren Capital Advisors\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MZ\",\n                        \"description\": \"Mezzanine\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"170394-04\",\n            \"investorName\": \"The Strand Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"223391-44\",\n            \"investorName\": \"Times Bridge\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"167007-88\",\n            \"investorName\": \"Troy Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10297-90\",\n            \"investorName\": \"Valor Equity Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11331-10\",\n            \"investorName\": \"Vulcan Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53283-07\",\n            \"investorName\": \"Xplorer Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-28\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"234961-84\",\n            \"investorName\": \"NewView Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-12-03\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"159942-07\",\n            \"investorName\": \"Bragiel Brothers\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-10-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"234425-26\",\n            \"investorName\": \"Inside Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-10-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52973-20\",\n            \"investorName\": \"Pohlad Companies\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-09-03\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"60640-03\",\n            \"investorName\": \"Archer Venture Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-05-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56091-70\",\n            \"investorName\": \"Coatue Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-05-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53738-11\",\n            \"investorName\": \"SharesPost\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-05-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56059-66\",\n            \"investorName\": \"Dragoneer Investment Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-01-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"186818-23\",\n            \"investorName\": \"Glean Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-01-18\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11295-73\",\n            \"investorName\": \"Sequoia Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-01-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"182433-16\",\n            \"investorName\": \"SoftBank Investment Advisers\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2018-01-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52120-00\",\n            \"investorName\": \"Tencent Holdings\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2018-01-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11118-61\",\n            \"investorName\": \"Axel Springer Digital Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2017-04-19\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"64452-61\",\n            \"investorName\": \"American Express Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": \"2018-01-18\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11193-13\",\n            \"investorName\": \"Foundation Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"114742-18\",\n            \"investorName\": \"Geodesic Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"121955-23\",\n            \"investorName\": \"K2 Global\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"55759-69\",\n            \"investorName\": \"Kumpulan Wang Persaraan of Malaysia\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"442420-57\",\n            \"investorName\": \"Light Street Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"169461-64\",\n            \"investorName\": \"SciFi VC\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"95533-93\",\n            \"investorName\": \"Tao Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53737-66\",\n            \"investorName\": \"G Squared\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-09-16\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"25168-96\",\n            \"investorName\": \"Brand Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-08-01\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10037-35\",\n            \"investorName\": \"Bank of America Merrill Lynch\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"135887-86\",\n            \"investorName\": \"Caspian Venture Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"118715-14\",\n            \"investorName\": \"Didi Chuxing Technology\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VCBK\",\n                        \"description\": \"VC-Backed Company\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"125768-26\",\n            \"investorName\": \"Fort Ross Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"12421-90\",\n            \"investorName\": \"Government of Singapore Investment Corporation (GIC)\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SWF\",\n                        \"description\": \"Sovereign Wealth Fund\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42939-01\",\n            \"investorName\": \"Hartford Financial Services Group (Mutual Fund Business)\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"185007-52\",\n            \"investorName\": \"Himel Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"86828-32\",\n            \"investorName\": \"John Hancock Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"182530-27\",\n            \"investorName\": \"L1 Technology\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"109556-20\",\n            \"investorName\": \"LetterOne\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10045-81\",\n            \"investorName\": \"Morgan Stanley\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"156734-56\",\n            \"investorName\": \"NextEquity Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"163533-97\",\n            \"investorName\": \"Principal Asset Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52314-76\",\n            \"investorName\": \"Saudi Arabia's Public Investment Fund\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SWF\",\n                        \"description\": \"Sovereign Wealth Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10824-13\",\n            \"investorName\": \"Sberbank of Russia\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42443-65\",\n            \"investorName\": \"Shumway Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"40692-61\",\n            \"investorName\": \"SoftBank Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"61655-59\",\n            \"investorName\": \"Sway Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"40764-97\",\n            \"investorName\": \"The Vanguard Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42873-94\",\n            \"investorName\": \"Tiger Global Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"41518-00\",\n            \"investorName\": \"Toyota Motor\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"14140-09\",\n            \"investorName\": \"TrueBridge Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"232112-71\",\n            \"investorName\": \"USAA Corporate Development\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52493-23\",\n            \"investorName\": \"Variable Annuity Life Insurance Company\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2016-05-24\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"185750-29\",\n            \"investorName\": \"408 Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"166684-42\",\n            \"investorName\": \"ADIT Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"51490-54\",\n            \"investorName\": \"American Funds Insurance Series\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GV\",\n                        \"description\": \"Government\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"54785-44\",\n            \"investorName\": \"Bennett Coleman and Company\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42947-29\",\n            \"investorName\": \"China CITIC Bank\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"Debt\",\n                        \"description\": \"Lender/Debt Provider\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"43042-33\",\n            \"investorName\": \"China Life Insurance\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"112889-26\",\n            \"investorName\": \"Cross Culture Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"109457-56\",\n            \"investorName\": \"Eastlink Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53483-86\",\n            \"investorName\": \"Emil Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"108358-57\",\n            \"investorName\": \"FJ Labs\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"149806-90\",\n            \"investorName\": \"Frees Fund\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"166872-07\",\n            \"investorName\": \"FS Investors\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"57938-77\",\n            \"investorName\": \"Grupo Arcano\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"101626-39\",\n            \"investorName\": \"HDS Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52363-99\",\n            \"investorName\": \"Hillhouse Capital Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11211-40\",\n            \"investorName\": \"IVP\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"160013-71\",\n            \"investorName\": \"Level.VC\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11026-45\",\n            \"investorName\": \"Microsoft\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"12415-42\",\n            \"investorName\": \"Ping An Insurance (Group) Company of China\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"65826-82\",\n            \"investorName\": \"Prudence Holdings\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10742-05\",\n            \"investorName\": \"Putnam Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"60622-12\",\n            \"investorName\": \"SignalFire\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"118457-65\",\n            \"investorName\": \"Steven Xi\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"99791-92\",\n            \"investorName\": \"Taiping Life Insurance Company\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LP\",\n                        \"description\": \"Limited Partner\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OT\",\n                        \"description\": \"Other\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"13388-32\",\n            \"investorName\": \"Tata Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"Debt\",\n                        \"description\": \"Lender/Debt Provider\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56260-72\",\n            \"investorName\": \"TEV Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"153701-56\",\n            \"investorName\": \"USM Holding\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"HC\",\n                        \"description\": \"Holding Company\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-07-31\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56092-96\",\n            \"investorName\": \"ACE & Company\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42054-13\",\n            \"investorName\": \"Baidu\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10120-60\",\n            \"investorName\": \"General Atlantic\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"58369-96\",\n            \"investorName\": \"Glade Brook Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105894-55\",\n            \"investorName\": \"Hadi Partovi\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"43140-61\",\n            \"investorName\": \"Lauder Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11258-83\",\n            \"investorName\": \"Norwest Venture Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"170092-27\",\n            \"investorName\": \"Reimagined Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56617-66\",\n            \"investorName\": \"Square Peg Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"55802-80\",\n            \"investorName\": \"Times Internet\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VCBK\",\n                        \"description\": \"VC-Backed Company\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"226254-52\",\n            \"investorName\": \"Wynsun Capital Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2015-02-18\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"54070-03\",\n            \"investorName\": \"BlackRock Private Equity Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MZ\",\n                        \"description\": \"Mezzanine\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"51048-46\",\n            \"investorName\": \"Capital Factory\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11217-34\",\n            \"investorName\": \"Industry Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11228-50\",\n            \"investorName\": \"Kleiner Perkins\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10121-86\",\n            \"investorName\": \"Summit Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"222269-59\",\n            \"investorName\": \"Ventura Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-06-06\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"42770-53\",\n            \"investorName\": \"Altimeter Capital Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"111257-20\",\n            \"investorName\": \"Cota Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"62226-64\",\n            \"investorName\": \"Discovery Capital Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"13240-18\",\n            \"investorName\": \"Fidelity Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CO\",\n                        \"description\": \"Corporation\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"55970-02\",\n            \"investorName\": \"ICONIQ Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"54620-20\",\n            \"investorName\": \"Lone Pine Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"109442-35\",\n            \"investorName\": \"Man Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11251-81\",\n            \"investorName\": \"New Enterprise Associates\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": \"2018-12-03\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"25344-19\",\n            \"investorName\": \"Qatar Investment Authority\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SWF\",\n                        \"description\": \"Sovereign Wealth Fund\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"54819-55\",\n            \"investorName\": \"Swordfish Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10072-54\",\n            \"investorName\": \"T. Rowe Price\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MF\",\n                        \"description\": \"Mutual Fund\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"53004-43\",\n            \"investorName\": \"Valiant Capital Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2014-04-12\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"56096-29\",\n            \"investorName\": \"ACME Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2013-08-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"99470-98\",\n            \"investorName\": \"Fabrice Grinda\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2013-08-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"49063-60\",\n            \"investorName\": \"GV\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"CV\",\n                        \"description\": \"Corporate Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2013-08-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105847-12\",\n            \"investorName\": \"Kevin Hartz\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2013-08-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10051-21\",\n            \"investorName\": \"TPG\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RE\",\n                        \"description\": \"Real Estate\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"INFR\",\n                        \"description\": \"Infrastructure\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FOF\",\n                        \"description\": \"Fund of Funds\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2013-08-23\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"111154-96\",\n            \"investorName\": \"Babak Yazdani\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"40830-76\",\n            \"investorName\": \"Bezos Expeditions\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"120547-90\",\n            \"investorName\": \"Dror Berman\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"119842-84\",\n            \"investorName\": \"Eric Paley\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"61040-17\",\n            \"investorName\": \"Goldman Sachs Investment Partners\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"HD\",\n                        \"description\": \"Hedge Fund\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AMAN\",\n                        \"description\": \"Asset Manager\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11242-54\",\n            \"investorName\": \"Menlo Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OT\",\n                        \"description\": \"Other\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106029-28\",\n            \"investorName\": \"Nihal Mehta\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"167818-33\",\n            \"investorName\": \"Olive Tree Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FO\",\n                        \"description\": \"Family Office\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"SEC\",\n                        \"description\": \"Secondary Buyer\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105942-88\",\n            \"investorName\": \"Robert Brannigan\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106210-45\",\n            \"investorName\": \"Shawn Carter\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106008-13\",\n            \"investorName\": \"Shervin Pishevar\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"109500-58\",\n            \"investorName\": \"Signatures Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10043-83\",\n            \"investorName\": \"The Goldman Sachs Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"10243-63\",\n            \"investorName\": \"The Yucaipa Companies\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"PEBO\",\n                        \"description\": \"PE/Buyout\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52815-70\",\n            \"investorName\": \"Tuesday Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"OT\",\n                        \"description\": \"Other\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106639-30\",\n            \"investorName\": \"Zachary Bogue\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2012-02-09\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11133-01\",\n            \"investorName\": \"Benchmark (San Francisco)\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-02-14\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"51768-10\",\n            \"investorName\": \"Innovation Endeavors\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-02-14\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105853-51\",\n            \"investorName\": \"Kees Koolen\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-02-14\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"57998-80\",\n            \"investorName\": \"Lead Edge Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-02-14\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"58362-22\",\n            \"investorName\": \"Structure Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-02-14\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"57374-65\",\n            \"investorName\": \"RocketSpace\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2011-01-01\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"156492-91\",\n            \"investorName\": \"Adam Leber\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52604-38\",\n            \"investorName\": \"A-Grade Investments\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AN\",\n                        \"description\": \"Angel Group\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105883-84\",\n            \"investorName\": \"Alfred Lin\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106033-87\",\n            \"investorName\": \"Ashton Kutcher\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"226731-61\",\n            \"investorName\": \"Babak Nivi\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106605-01\",\n            \"investorName\": \"Bill Trenchard\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106562-17\",\n            \"investorName\": \"Brian Chesky\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106364-26\",\n            \"investorName\": \"Bryan Johnson\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106060-60\",\n            \"investorName\": \"Cyan Banister\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106145-83\",\n            \"investorName\": \"David Cohen\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105939-37\",\n            \"investorName\": \"David Sacks\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106470-64\",\n            \"investorName\": \"Diego Berdakin\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"11189-44\",\n            \"investorName\": \"First Round Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"40829-14\",\n            \"investorName\": \"Founder Collective\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106060-33\",\n            \"investorName\": \"Gary Vaynerchuk\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105943-87\",\n            \"investorName\": \"James Pallotta\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105847-84\",\n            \"investorName\": \"Jason Calacanis\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106275-25\",\n            \"investorName\": \"Jason Port\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106212-52\",\n            \"investorName\": \"Jeffrey Bezos\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105983-38\",\n            \"investorName\": \"Jeremy Stoppelman\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106175-71\",\n            \"investorName\": \"Joshua Spear\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"51639-67\",\n            \"investorName\": \"Kapor Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"120416-23\",\n            \"investorName\": \"Khaled Helioui\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"223507-63\",\n            \"investorName\": \"Kindred Ventures\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"57631-06\",\n            \"investorName\": \"Launch Fund\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OT\",\n                        \"description\": \"Other\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"41895-55\",\n            \"investorName\": \"Lowercase Capital\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"119671-30\",\n            \"investorName\": \"Mark Hager\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106036-75\",\n            \"investorName\": \"Matthew Ocko\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"112771-54\",\n            \"investorName\": \"Mike Walsh\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106128-19\",\n            \"investorName\": \"Naval Ravikant\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"52916-50\",\n            \"investorName\": \"Raptor Group\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"463292-56\",\n            \"investorName\": \"Ricardo Rodriguez\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": \"2019-05-10\",\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"105884-65\",\n            \"investorName\": \"Scott Banister\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106022-53\",\n            \"investorName\": \"Scott Belsky\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106507-00\",\n            \"investorName\": \"Shawn Fanning\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"50933-44\",\n            \"investorName\": \"Techstars\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"VC\",\n                        \"description\": \"Venture Capital\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"II\",\n                        \"description\": \"Impact Investing\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ACINC\",\n                        \"description\": \"Accelerator/Incubator\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"106146-46\",\n            \"investorName\": \"Troy Carter\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ANI\",\n                        \"description\": \"Angel (individual)\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": \"2010-09-22\",\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        },\n        {\n            \"companyId\": \"51136-75\",\n            \"investorId\": \"267507-55\",\n            \"investorName\": \"Pulsar Capital Management\",\n            \"investorTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"Debt\",\n                        \"description\": \"Lender/Debt Provider\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"GWTHEX\",\n                        \"description\": \"Growth/Expansion\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"investorSince\": null,\n            \"investorExit\": null,\n            \"investorStatus\": {\n                \"code\": \"WO\",\n                \"description\": \"Former Investor\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3c0dc889-9bc4-4bae-b648-a051c5f4b1f6"},{"name":"Company General Service Providers","id":"2e12b2dc-d355-4038-b34c-5a893843b162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/51136-75/general-service-providers","description":"<blockquote>\n<p><code>GET /companies{pbid}/general-service-providers</code></p>\n</blockquote>\n<p>Retrieves current and former general service providers of the specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","general-service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"edeeb6c0-ae0f-4902-b502-509a59f0417e","name":"Company General Service Providers 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/companies/51136-75/general-service-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:15:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"currentGeneralServices\": [\n        {\n            \"serviceProviderId\": \"226649-71\",\n            \"serviceProviderName\": \"Aksiom\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"223987-51\",\n            \"serviceProviderName\": \"Cadre Talent\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"121356-64\",\n            \"serviceProviderName\": \"Clarity Consultants\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"232027-39\",\n            \"serviceProviderName\": \"Cleverly\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PR\",\n                        \"description\": \"PR Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10067-86\",\n            \"serviceProviderName\": \"Cooley\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"162650-35\",\n            \"serviceProviderName\": \"Daversa Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"63751-06\",\n            \"serviceProviderName\": \"DeWinter Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10072-27\",\n            \"serviceProviderName\": \"Fenwick & West\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"265974-76\",\n            \"serviceProviderName\": \"Grant Park Global\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PR\",\n                        \"description\": \"PR Firm\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OCON\",\n                        \"description\": \"Other Consultant Type\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADCOM\",\n                \"description\": \"Advisor: Communications\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"92124-82\",\n            \"serviceProviderName\": \"Mercury Public Affairs\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"PR\",\n                        \"description\": \"PR Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADCOM\",\n                \"description\": \"Advisor: Communications\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"66000-25\",\n            \"serviceProviderName\": \"Pedersen & Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"160474-51\",\n            \"serviceProviderName\": \"RBB Business Advisors\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"ACON\",\n                \"description\": \"Accounting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"221633-92\",\n            \"serviceProviderName\": \"Rich Talent Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"53395-57\",\n            \"serviceProviderName\": \"Riviera Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"170131-51\",\n            \"serviceProviderName\": \"RSA Consulting Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"121035-61\",\n            \"serviceProviderName\": \"Tusk Venture Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"OCON\",\n                        \"description\": \"Other Consultant Type\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        }\n    ],\n    \"formerGeneralServices\": [\n        {\n            \"serviceProviderId\": \"231521-14\",\n            \"serviceProviderName\": \"Network Control\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"51538-87\",\n            \"serviceProviderName\": \"Silicon Legal Strategy\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2e12b2dc-d355-4038-b34c-5a893843b162"},{"name":"Company Deal Service Providers","id":"52f3493f-4b49-4559-bb9c-08029fecd534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/10618-03/deal-service-providers","description":"<blockquote>\n<p><code>GET /companies{pbid}/deal-service-providers</code></p>\n</blockquote>\n<p>Retrieves service providers that serviced deals of the specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","10618-03","deal-service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"543d44b3-5a03-4afa-9a7f-afecac8bb834","name":"Company Deal Service Providers","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/{{companyid}}/deal-service-providers\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 23 Oct 2020 14:54:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"serviceProviderId\": \"60975-91\",\n        \"serviceProviderName\": \"Academy Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"OSP\",\n                    \"description\": \"Other Service Provider Type\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10382-32\",\n        \"serviceProviderName\": \"Allen & Company\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"IN\",\n                    \"description\": \"Insurance Firm\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"OSP\",\n                    \"description\": \"Other Service Provider Type\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10091-08\",\n        \"serviceProviderName\": \"Bank of America\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10037-35\",\n        \"serviceProviderName\": \"Bank of America Merrill Lynch\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FPA\",\n                    \"description\": \"Placement Agent (Fundraising)\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"264862-90\",\n        \"serviceProviderName\": \"Barclays Bank UK\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"57791-98\",\n        \"serviceProviderName\": \"BTIG\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"OSP\",\n                    \"description\": \"Other Service Provider Type\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10091-53\",\n        \"serviceProviderName\": \"Canaccord Genuity\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PA\",\n                    \"description\": \"Placement Agent (Financing)\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"VALF\",\n                    \"description\": \"Valuation Firm\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"25255-90\",\n        \"serviceProviderName\": \"CastleOak Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10024-75\",\n        \"serviceProviderName\": \"Citigroup\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10068-31\",\n        \"serviceProviderName\": \"Covington & Burling\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"11666-35\",\n        \"serviceProviderName\": \"Cowen and Company\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"BI\",\n                    \"description\": \"Business Intermediary\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10034-92\",\n        \"serviceProviderName\": \"Davis Polk\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10026-91\",\n        \"serviceProviderName\": \"Deutsche Bank\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"ADM\",\n                    \"description\": \"Fund Administrator\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10045-72\",\n        \"serviceProviderName\": \"Evercore Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"229233-34\",\n        \"serviceProviderName\": \"HSBC Securities (USA)\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10337-14\",\n        \"serviceProviderName\": \"JMP Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"12379-15\",\n        \"serviceProviderName\": \"Loop Capital Markets\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FPA\",\n                    \"description\": \"Placement Agent (Fundraising)\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"VALF\",\n                    \"description\": \"Valuation Firm\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"42290-02\",\n        \"serviceProviderName\": \"Macquarie Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"FPA\",\n                    \"description\": \"Placement Agent (Fundraising)\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"58199-32\",\n        \"serviceProviderName\": \"Mischler Financial Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"42218-02\",\n        \"serviceProviderName\": \"Mizuho Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10045-81\",\n        \"serviceProviderName\": \"Morgan Stanley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"OCON\",\n                    \"description\": \"Other Consultant Type\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10864-45\",\n        \"serviceProviderName\": \"Needham & Company\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"BI\",\n                    \"description\": \"Business Intermediary\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"12493-27\",\n        \"serviceProviderName\": \"Oppenheimer & Company\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10014-76\",\n        \"serviceProviderName\": \"PwC\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"AC\",\n                    \"description\": \"Accounting/Auditor\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"AUD\",\n            \"description\": \"Auditor\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10117-09\",\n        \"serviceProviderName\": \"Raymond James Financial\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10606-60\",\n        \"serviceProviderName\": \"RBC Capital Markets\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"61541-83\",\n        \"serviceProviderName\": \"Sard Verbinnen\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"PR\",\n                    \"description\": \"PR Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADCOM\",\n            \"description\": \"Communications\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"327220-93\",\n        \"serviceProviderName\": \"Siebert Williams Shank & Co.\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"57945-07\",\n        \"serviceProviderName\": \"SMBC Nikko Securities America\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10173-07\",\n        \"serviceProviderName\": \"SunTrust Bank\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"CB\",\n                    \"description\": \"Commercial Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10043-83\",\n        \"serviceProviderName\": \"The Goldman Sachs Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"11903-32\",\n        \"serviceProviderName\": \"The Williams Capital Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"109983-79\",\n        \"serviceProviderName\": \"TPG Capital BD\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"FPA\",\n                    \"description\": \"Placement Agent (Fundraising)\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10028-35\",\n        \"serviceProviderName\": \"William Blair & Company\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"114489-37T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"92819-08T\"\n    },\n    {\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"92819-08T\"\n    },\n    {\n        \"serviceProviderId\": \"10096-93\",\n        \"serviceProviderName\": \"Morrison & Foerster\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"92819-08T\"\n    },\n    {\n        \"serviceProviderId\": \"10043-83\",\n        \"serviceProviderName\": \"The Goldman Sachs Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"92819-08T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"118956-79T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"112999-96T\"\n    },\n    {\n        \"serviceProviderId\": \"10045-81\",\n        \"serviceProviderName\": \"Morgan Stanley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"OCON\",\n                    \"description\": \"Other Consultant Type\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"UND\",\n            \"description\": \"Underwriter\"\n        },\n        \"dealIdServiceProvided\": \"112999-96T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"110937-43T\"\n    },\n    {\n        \"serviceProviderId\": \"10067-77\",\n        \"serviceProviderName\": \"Cleary Gottlieb\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"106426-81T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"106426-81T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"102608-20T\"\n    },\n    {\n        \"serviceProviderId\": \"10045-81\",\n        \"serviceProviderName\": \"Morgan Stanley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"OCON\",\n                    \"description\": \"Other Consultant Type\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"PB\",\n                    \"description\": \"Prime Broker\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"102608-20T\"\n    },\n    {\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"90838-27T\"\n    },\n    {\n        \"serviceProviderId\": \"10096-93\",\n        \"serviceProviderName\": \"Morrison & Foerster\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"90838-27T\"\n    },\n    {\n        \"serviceProviderId\": \"10015-66\",\n        \"serviceProviderName\": \"Simpson Thacher & Bartlett\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"90838-27T\"\n    },\n    {\n        \"serviceProviderId\": \"10043-83\",\n        \"serviceProviderName\": \"The Goldman Sachs Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"90838-27T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"86617-63T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"76105-72T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"100774-27T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"73631-89T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"71622-01T\"\n    },\n    {\n        \"serviceProviderId\": \"10047-34\",\n        \"serviceProviderName\": \"DLA Piper\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10018-18\",\n        \"serviceProviderName\": \"J.P. Morgan\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10075-87\",\n        \"serviceProviderName\": \"O'Melveny & Myers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10045-63\",\n        \"serviceProviderName\": \"Skadden, Arps, Slate, Meagher & Flom\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59937-31T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"62748-19\",\n        \"serviceProviderName\": \"RainMaker Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"MB\",\n                    \"description\": \"Merchant Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"10029-97\",\n        \"serviceProviderName\": \"Shearman & Sterling\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"10103-32\",\n        \"serviceProviderName\": \"Sidley Austin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"56018-17\",\n        \"serviceProviderName\": \"Zhong Lun Law Firm\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"56018-17\",\n        \"serviceProviderName\": \"Zhong Lun Law Firm\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"54620-02T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"49940-38T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"40386-97T\"\n    },\n    {\n        \"serviceProviderId\": \"62748-19\",\n        \"serviceProviderName\": \"RainMaker Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"MB\",\n                    \"description\": \"Merchant Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"General\"\n        },\n        \"dealIdServiceProvided\": \"40386-97T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"44714-62T\"\n    },\n    {\n        \"serviceProviderId\": \"10043-83\",\n        \"serviceProviderName\": \"The Goldman Sachs Group\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LEAD\",\n            \"description\": \"Lead Manager or Arranger\"\n        },\n        \"dealIdServiceProvided\": \"44714-62T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"39232-45T\"\n    },\n    {\n        \"serviceProviderId\": \"10029-97\",\n        \"serviceProviderName\": \"Shearman & Sterling\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"39232-45T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"34391-35T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"26854-12T\"\n    },\n    {\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"19876-42T\"\n    },\n    {\n        \"serviceProviderId\": \"51538-87\",\n        \"serviceProviderName\": \"Silicon Legal Strategy\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"MC\",\n                    \"description\": \"Management Consultants\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"18058-24T\"\n    },\n    {\n        \"serviceProviderId\": \"51538-87\",\n        \"serviceProviderName\": \"Silicon Legal Strategy\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"MC\",\n                    \"description\": \"Management Consultants\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"56494-45T\"\n    },\n    {\n        \"serviceProviderId\": \"51538-87\",\n        \"serviceProviderName\": \"Silicon Legal Strategy\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"MC\",\n                    \"description\": \"Management Consultants\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"18019-54T\"\n    }\n]"}],"_postman_id":"52f3493f-4b49-4559-bb9c-08029fecd534"},{"name":"Company Most Recent Financing","id":"2a5292d1-370d-4f74-ac65-86129a762918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/most-recent-financing","description":"<blockquote>\n<p><code>GET /companies{pbid}/most-recent-finanancing</code></p>\n</blockquote>\n<p>Retrieves key data for the most recent financing deal of the specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","most-recent-financing"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"2afe17ac-1150-452e-b3ca-8bf299c13428","name":"Company Most Recent Financing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/most-recent-financing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Feb 2022 01:04:10 GMT"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"739"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"lastFinancingDealId\": \"182493-46T\",\n    \"lastFinancingDate\": \"2020-05-13\",\n    \"lastFinancingSize\": {\n        \"amount\": 927978,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 927978,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"lastFinancingSizeStatus\": null,\n    \"lastFinancingValuation\": null,\n    \"lastFinancingValuationStatus\": null,\n    \"lastFinancingDealType\": {\n        \"code\": \"DebtPPP\",\n        \"description\": \"Debt - PPP\"\n    },\n    \"lastFinancingDealType2\": null,\n    \"lastFinancingDealType3\": null,\n    \"lastFinancingDealClass\": {\n        \"code\": \"D\",\n        \"description\": \"Debt\"\n    },\n    \"lastKnownValuation\": {\n        \"amount\": 75713488425,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 75713488425,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"lastKnownValuationDate\": \"2019-05-10\",\n    \"lastKnownValuationDealType\": {\n        \"code\": \"IPO\",\n        \"description\": \"IPO\"\n    }\n}"}],"_postman_id":"2a5292d1-370d-4f74-ac65-86129a762918"},{"name":"Company Most Recent Debt Financing","id":"228e262a-fbe0-4a9a-bb6d-c61af8e5f185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/companies/51136-75/most-recent-debt-financing","description":"<blockquote>\n<p><code>/companies/{pbId}/most-recent-debt-financing</code></p>\n</blockquote>\n<p>Retrieves debt and lender data within the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","most-recent-debt-financing"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"31c06d65-546a-4df6-8a06-a893a8f0fcd9","name":"Company Most Recent Debt Financing 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/most-recent-debt-financing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:47:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"lastDebtFinancingDealId\": \"102608-20T\",\n    \"lastDebtFinancingDate\": \"2018-03-22\",\n    \"lastDebtFinancing\": [\n        {\n            \"lastDebtFinancingType\": {\n                \"code\": \"LOAN\",\n                \"description\": \"Loan\"\n            },\n            \"lastDebtFinancingAmount\": {\n                \"amount\": 1500000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 1500000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"seniority\": null,\n            \"security\": null,\n            \"subordination\": null,\n            \"term\": null,\n            \"additionalDebtCharacteristics\": {\n                \"unitranche\": false,\n                \"syndicated\": false,\n                \"mezzanine\": false,\n                \"covLite\": false,\n                \"warrants\": false,\n                \"convertible\": false,\n                \"rate\": null\n            },\n            \"lenders\": []\n        }\n    ]\n}"}],"_postman_id":"228e262a-fbe0-4a9a-bb6d-c61af8e5f185"},{"name":"Company Deals","id":"08cc2929-3231-4ea9-9200-9db6a40a7f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/companies/10618-03/deals","description":"<blockquote>\n<p><code>GET /companies/{pbid}/deals</code> </p>\n</blockquote>\n<p>Retrieves all deals of the specific company.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","10618-03","deals"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"9093bac3-4bf7-4179-8afd-a457204b48e7","name":"Company Deals 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/{{companyid}}/deals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:49:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"18019-54T\",\n        \"dealDate\": \"2010-09-22\",\n        \"dealType1\": {\n            \"code\": \"Seed\",\n            \"description\": \"Seed Round\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 1\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"56494-45T\",\n        \"dealDate\": \"2011-01-01\",\n        \"dealType1\": {\n            \"code\": \"SeedA\",\n            \"description\": \"Accelerator/Incubator\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 2\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"18058-24T\",\n        \"dealDate\": \"2011-02-14\",\n        \"dealType1\": {\n            \"code\": \"EVC\",\n            \"description\": \"Early Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"A\",\n            \"description\": \"Series A\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 3\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"19876-42T\",\n        \"dealDate\": \"2012-02-09\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"B\",\n            \"description\": \"Series B\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 4\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"26854-12T\",\n        \"dealDate\": \"2013-08-23\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"D\",\n            \"description\": \"Series D\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 5\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"34391-35T\",\n        \"dealDate\": \"2014-06-06\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"D\",\n            \"description\": \"Series D\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 6\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"39232-45T\",\n        \"dealDate\": \"2014-04-12\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"E\",\n            \"description\": \"Series E\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 7\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"44714-62T\",\n        \"dealDate\": \"2015-01-21\",\n        \"dealType1\": {\n            \"code\": \"Debt\",\n            \"description\": \"Debt - General\"\n        },\n        \"dealType2\": {\n            \"code\": \"CBND\",\n            \"description\": \"Bonds (Convertible)\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 8\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"40386-97T\",\n        \"dealDate\": \"2015-02-18\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"E\",\n            \"description\": \"Series E\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 9\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"49940-38T\",\n        \"dealDate\": \"2015-06-19\",\n        \"dealType1\": {\n            \"code\": \"Debt\",\n            \"description\": \"Debt - General\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 10\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"54620-02T\",\n        \"dealDate\": \"2015-07-31\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"F\",\n            \"description\": \"Series F\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 11\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"59937-31T\",\n        \"dealDate\": \"2016-05-24\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"G\",\n            \"description\": \"Series G\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 12\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"71622-01T\",\n        \"dealDate\": \"2016-07-07\",\n        \"dealType1\": {\n            \"code\": \"Debt\",\n            \"description\": \"Debt - General\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 13\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"73631-89T\",\n        \"dealDate\": \"2016-08-01\",\n        \"dealType1\": {\n            \"code\": \"Corp\",\n            \"description\": \"Corporate\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 14\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"100774-27T\",\n        \"dealDate\": \"2016-09-16\",\n        \"dealType1\": {\n            \"code\": \"SECT\",\n            \"description\": \"Secondary Transaction - Private\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 15\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"76105-72T\",\n        \"dealDate\": \"2016-09-22\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 16\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"86617-63T\",\n        \"dealDate\": \"2017-04-19\",\n        \"dealType1\": {\n            \"code\": \"Corp\",\n            \"description\": \"Corporate\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 17\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"90838-27T\",\n        \"dealDate\": \"2018-01-18\",\n        \"dealType1\": {\n            \"code\": \"SECT\",\n            \"description\": \"Secondary Transaction - Private\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 18\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"102608-20T\",\n        \"dealDate\": \"2018-03-22\",\n        \"dealType1\": {\n            \"code\": \"Debt\",\n            \"description\": \"Debt - General\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 19\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"106426-81T\",\n        \"dealDate\": \"2018-05-23\",\n        \"dealType1\": {\n            \"code\": \"SECT\",\n            \"description\": \"Secondary Transaction - Private\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 20\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"110937-43T\",\n        \"dealDate\": \"2018-09-03\",\n        \"dealType1\": {\n            \"code\": \"Corp\",\n            \"description\": \"Corporate\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 21\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"112999-96T\",\n        \"dealDate\": \"2018-10-18\",\n        \"dealType1\": {\n            \"code\": \"Debt\",\n            \"description\": \"Debt - General\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 22\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"118956-79T\",\n        \"dealDate\": \"2018-12-03\",\n        \"dealType1\": {\n            \"code\": \"SECT\",\n            \"description\": \"Secondary Transaction - Private\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 23\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"92819-08T\",\n        \"dealDate\": \"2018-12-28\",\n        \"dealType1\": {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        \"dealType2\": {\n            \"code\": \"G\",\n            \"description\": \"Series G\"\n        },\n        \"dealType3\": null,\n        \"dealNumber\": 24\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"172184-05T\",\n        \"dealDate\": \"2019-03-24\",\n        \"dealType1\": {\n            \"code\": \"SECT\",\n            \"description\": \"Secondary Transaction - Private\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 25\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"114489-37T\",\n        \"dealDate\": \"2019-05-10\",\n        \"dealType1\": {\n            \"code\": \"IPO\",\n            \"description\": \"IPO\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 26\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"dealId\": \"118474-12T\",\n        \"dealDate\": \"2019-05-10\",\n        \"dealType1\": {\n            \"code\": \"PIPE\",\n            \"description\": \"PIPE\"\n        },\n        \"dealType2\": null,\n        \"dealType3\": null,\n        \"dealNumber\": 27\n    }\n]"}],"_postman_id":"08cc2929-3231-4ea9-9200-9db6a40a7f62"},{"name":"Private Company Financials","id":"626fbca8-50dc-41cc-b87b-19b3d40c3b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{APIKey}}","type":"text"}],"url":"https://api.pitchbook.com/companies/482061-07/financials","description":"<blockquote>\n<p><code>GET /companies/{pbid}/financials</code> </p>\n</blockquote>\n<p>Retrieves private company financial data for all available fiscal years or quarters. Annual data is returned by default. Endpoint is only available for private companies.EndFragment</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","482061-07","financials"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"description":{"content":"<p>Type of period in which data will be presented. See lookup codes for available options.</p>\n","type":"text/plain"},"key":"periodType","value":null},{"disabled":true,"description":{"content":"<p>Search for financial data relating to the fiscal period after a certain date using the &gt; operator, begore a certain date using the &lt; operator, and between two days using the ^ operator. Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"sinceDate","value":null}],"variable":[]}},"response":[{"id":"6d94f24e-4274-45be-8df9-537f874a2cd8","name":"Private Company Financials","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{APIKey}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/companies/482061-07/financials","protocol":"https","host":["api","pitchbook","com"],"path":["companies","482061-07","financials"],"query":[{"key":"periodType","value":null,"description":"Type of period in which data will be presented. See lookup codes for available options.","disabled":true},{"key":"sinceDate","value":null,"description":"Search for financial data relating to the fiscal period after a certain date using the > operator, begore a certain date using the < operator, and between two days using the ^ operator. Format: YYYY-MM-DD\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Feb 2026 19:13:09 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"0"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9c843e6fdea4b876-PDX"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"482061-07\",\n    \"items\": [\n        {\n            \"period\": \"2026\",\n            \"endDate\": \"2026-12-31\",\n            \"enterpriseValue\": {\n                \"amount\": 22557156.16,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 205314100,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"revenue\": {\n                \"amount\": 539790.39,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 4913145,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"netIncome\": {\n                \"amount\": -4642197.39,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -42253047,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -4642197.39,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -42253047,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": null,\n            \"totalDebt\": null\n        },\n        {\n            \"period\": \"2025\",\n            \"endDate\": \"2025-12-31\",\n            \"enterpriseValue\": {\n                \"amount\": 22733590.73,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 211644160,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"revenue\": {\n                \"amount\": 527741.6,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 4913145,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"netIncome\": {\n                \"amount\": -4253597.3,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -39599948.7,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -4253597.3,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -39599948.7,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": null,\n            \"totalDebt\": null\n        },\n        {\n            \"period\": \"2024\",\n            \"endDate\": \"2024-12-31\",\n            \"enterpriseValue\": null,\n            \"revenue\": {\n                \"amount\": 3877135.55,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 42661000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"netIncome\": {\n                \"amount\": -3542324.66,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -38977000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -3543142.6,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -38986000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": {\n                \"amount\": 6073309.59,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 66826000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalDebt\": {\n                \"amount\": 29355.03,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 323000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            }\n        },\n        {\n            \"period\": \"2023\",\n            \"endDate\": \"2023-12-31\",\n            \"enterpriseValue\": {\n                \"amount\": 16373762.8,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 167805552.87,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"revenue\": {\n                \"amount\": 1696062.73,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 17382000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"netIncome\": {\n                \"amount\": -2196529.07,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -22511000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -2147546.01,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -22009000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": {\n                \"amount\": 6809132.77,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 69783000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalDebt\": {\n                \"amount\": 43713.96,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 448000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            }\n        },\n        {\n            \"period\": \"2022\",\n            \"endDate\": \"2022-12-31\",\n            \"enterpriseValue\": null,\n            \"revenue\": null,\n            \"netIncome\": {\n                \"amount\": -1652578.92,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -17194135.61,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -1652578.92,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -17194135.61,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": null,\n            \"totalDebt\": null\n        },\n        {\n            \"period\": \"2021\",\n            \"endDate\": \"2021-12-31\",\n            \"enterpriseValue\": null,\n            \"revenue\": {\n                \"amount\": 5816.54,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 53000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"netIncome\": {\n                \"amount\": -437228.04,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -3984000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -434923.37,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -3963000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": {\n                \"amount\": 974324.92,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 8878000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalDebt\": {\n                \"amount\": 54873,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 500000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            }\n        },\n        {\n            \"period\": \"2020\",\n            \"endDate\": \"2020-12-31\",\n            \"enterpriseValue\": null,\n            \"revenue\": null,\n            \"netIncome\": {\n                \"amount\": -16619.21,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -139000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"ebitda\": {\n                \"amount\": -16021.4,\n                \"currency\": \"USD\",\n                \"nativeAmount\": -134000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalAssets\": {\n                \"amount\": 36227.49,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 303000,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            },\n            \"totalDebt\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 0,\n                \"nativeCurrency\": \"SEK\",\n                \"estimated\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"626fbca8-50dc-41cc-b87b-19b3d40c3b13"},{"name":"Most Recent Private Company Financials","id":"c1276bb1-9a46-4dc4-9818-f01bd083754f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/companies/64648-00/most-recent-financials","description":"<blockquote>\n<p><code>GET /companies/{pbId}/most-recent-financials</code></p>\n</blockquote>\n<p>Retrieves financial data for the most recent available fiscal year of the specific company. Endpoint is only available for private companies.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","64648-00","most-recent-financials"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d28f1402-7fe9-493c-aa95-31b0406cf266","name":"Most Recent Private Company Financials 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/64648-00/most-recent-financials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:45:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"64648-00\",\n    \"period\": 2021,\n    \"endDate\": \"2021-12-31\",\n    \"enterpriseValue\": null,\n    \"revenue\": {\n        \"amount\": 200000000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 200000000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"netIncome\": null,\n    \"ebitda\": null,\n    \"totalAssets\": null,\n    \"totalDebt\": null\n}"}],"_postman_id":"c1276bb1-9a46-4dc4-9818-f01bd083754f"},{"name":"Company VC Exit Predictions","id":"0e563420-02f8-48a5-9bd0-10d4399b5600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/111382-48/vc-exit-predictions","description":"<blockquote>\n<p><code>GET /companies/{pbId}/vc-exit-predictions</code></p>\n</blockquote>\n<p>For a given pbId, returns exit predictions based on PitchBook machine learning. Company needs to have at least 2 rounds of funding in the past six years to qualify for this dataset. For detailed methodology explanation, please reference this <a href=\"https://files.pitchbook.com/pdf/VC%20Exit%20Predictor%20Technical%20Documentation.pdf\">document</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","111382-48","vc-exit-predictions"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"662fb16b-456d-4ca9-8d17-6d9d49a5ac78","name":"Company VC Exit Predictions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/111382-48/vc-exit-predictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Aug 2023 16:58:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"111382-48\",\n    \"predictionDate\": \"2023-08-07\",\n    \"opportunityScore\": 50,\n    \"successClass\": \"Success\",\n    \"successProbability\": 95,\n    \"noexitProbability\": 5,\n    \"exitClass\": \"M&A\",\n    \"ipoProbability\": 20,\n    \"mergeracquisitionProbability\": 75,\n    \"vcDealNumber\": 7\n}"}],"_postman_id":"0e563420-02f8-48a5-9bd0-10d4399b5600"},{"name":"Company Social Analytics","id":"39082b0c-6854-4341-b3f6-22ee02231e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/social-analytics","description":"<blockquote>\n<p><code>GET /companies/{pbId}/social-analytics</code></p>\n</blockquote>\n<p>Retrieves social media and web signals data points of the specific company.</p>\n<h5 id=\"company-social-analytics-parameters\">Company Social Analytics Parameters</h5>\n<hr />\n<p><strong>compare</strong> : Compare social media and web signals data against companies within similar companies (SIMILAR_COMPANIES), industry (INDUSTRY), verticals (VERTICALS), or all companies (ALL_COMPANIES).</p>\n<hr />\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","social-analytics"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"589c6d38-67d8-4e78-94e9-c63a764ced67","name":"Company Social Analytics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/social-analytics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 11 Jun 2021 19:21:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"growthRate\": 0.07,\n    \"growthRatePercentile\": 90,\n    \"growthRateChange\": 0,\n    \"growthRatePercentChange\": -2.22,\n    \"webGrowthRate\": 0.47,\n    \"webGrowthRatePercentile\": 94,\n    \"socialGrowthRate\": -0.02,\n    \"socialGrowthRatePercentile\": 38,\n    \"sizeMultiple\": 17485.47,\n    \"sizeMultiplePercentile\": 100,\n    \"sizeMultipleChange\": 15.84,\n    \"sizeMultiplePercentChange\": 0.09,\n    \"webSizeMultiple\": 5433.2,\n    \"webSizeMultiplePercentile\": 100,\n    \"socialSizeMultiple\": 3319.41,\n    \"socialSizeMultiplePercentile\": 100,\n    \"twitterFollowers\": 1052346,\n    \"twitterFollowersChange\": -216,\n    \"twitterFollowersPercentChange\": -0.02\n}"}],"_postman_id":"39082b0c-6854-4341-b3f6-22ee02231e74"},{"name":"Company Similar Companies","id":"945b1509-5c16-4947-8170-bc60982ac92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/similar-companies","description":"<blockquote>\n<p>`GET /companies/{pbId}/similar-companies</p>\n</blockquote>\n<p>Retrieves top 10 similar companies/competitors.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","similar-companies"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"6eb0e480-414b-4d53-947f-285364983375","name":"Company Similar Companies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/companies/51136-75/similar-companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 14 Jul 2021 22:27:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"50894-65\",\n        \"similarCompanyName\": \"Lyft\",\n        \"similarityScore\": 0.9973713,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"58167-28\",\n        \"similarCompanyName\": \"DoorDash\",\n        \"similarityScore\": 0.9947426,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"64334-26\",\n        \"similarCompanyName\": \"Deliveroo\",\n        \"similarityScore\": 0.9921138,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"60765-58\",\n        \"similarCompanyName\": \"Blacklane\",\n        \"similarityScore\": 0.98948514,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"118715-14\",\n        \"similarCompanyName\": \"Didi Global\",\n        \"similarityScore\": 0.98685646,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"54595-54\",\n        \"similarCompanyName\": \"Gett\",\n        \"similarityScore\": 0.9842277,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"55246-60\",\n        \"similarCompanyName\": \"Cabify\",\n        \"similarityScore\": 0.98159903,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"233492-14\",\n        \"similarCompanyName\": \"mobilityX (Automotive)\",\n        \"similarityScore\": 0.9789703,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"54933-49\",\n        \"similarCompanyName\": \"Oriental Carring\",\n        \"similarityScore\": 0.9763416,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"51136-75\",\n        \"similarCompanyId\": \"60321-25\",\n        \"similarCompanyName\": \"LeCab (acquired)\",\n        \"similarityScore\": 0.97371286,\n        \"competitor\": true\n    }\n]"},{"id":"7470bfbe-7a29-4ea7-8504-41f1f55e8477","name":"Company Similar Companies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}"}],"url":"https://api.pitchbook.com/companies/537093-55/similar-companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jun 2024 20:06:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"892c76a07e86a336-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"343168-12\",\n        \"similarCompanyName\": \"Rosebud AI\",\n        \"similarityScore\": 0.99861825,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"12314-98\",\n        \"similarCompanyName\": \"RealNetworks\",\n        \"similarityScore\": 0.9972365,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"114364-72\",\n        \"similarCompanyName\": \"Biteable\",\n        \"similarityScore\": 0.9958548,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"279634-42\",\n        \"similarCompanyName\": \"Playground (Multimedia and Design Software)\",\n        \"similarityScore\": 0.99447304,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"54312-22\",\n        \"similarCompanyName\": \"WeVideo\",\n        \"similarityScore\": 0.9930913,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"522666-82\",\n        \"similarCompanyName\": \"Kaiber\",\n        \"similarityScore\": 0.99170953,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"267090-49\",\n        \"similarCompanyName\": \"Synthesia\",\n        \"similarityScore\": 0.99032784,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"180292-15\",\n        \"similarCompanyName\": \"FaceApp\",\n        \"similarityScore\": 0.9889461,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"268803-28\",\n        \"similarCompanyName\": \"Runway\",\n        \"similarityScore\": 0.9875643,\n        \"competitor\": true\n    },\n    {\n        \"companyId\": \"537093-55\",\n        \"similarCompanyId\": \"113255-92\",\n        \"similarCompanyName\": \"Alugha\",\n        \"similarityScore\": 0.9861826,\n        \"competitor\": true\n    }\n]"}],"_postman_id":"945b1509-5c16-4947-8170-bc60982ac92a"},{"name":"Company Profile Updates","id":"e23dab43-1485-498f-93cf-15ae8871efb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/51136-75/updates?trailingRange=10","description":"<blockquote>\n<p><code>GET /companies/{pbid}/updates</code></p>\n</blockquote>\n<p>Retrieves changes for the specific company for up to the last 90 days.</p>\n<h5 id=\"company-update-parameters\">Company Update Parameters</h5>\n<p><strong>pbId</strong> : String. Company pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["companies","51136-75","updates"],"host":["api","pitchbook","com"],"query":[{"key":"trailingRange","value":"10"}],"variable":[]}},"response":[{"id":"43829380-c230-44a2-a10e-a3cc788dbdde","name":"Company Profile Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/companies/{{companyid}}/updates?trailingRange=10","protocol":"https","host":["api","pitchbook","com"],"path":["companies","{{companyid}}","updates"],"query":[{"key":"trailingRange","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 26 Oct 2020 10:02:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Company Active Investors\": \"No\",\n        \"Company Most Recent Financing\": \"No\",\n        \"Company Bio\": \"No\",\n        \"Company Industry\": \"No\",\n        \"Company Deals\": \"No\",\n        \"Company General Service Providers\": \"No\",\n        \"Company Deal Service Providers\": \"No\",\n        \"Company All Investors\": \"No\"\n    }\n}"}],"_postman_id":"e23dab43-1485-498f-93cf-15ae8871efb8"}],"id":"66ab7c03-1816-4c86-9fc6-04377eaf7fe3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a9111fb6-cc8d-4955-8a67-d5cd45accaa1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6697fd08-1362-458e-ad2d-5ce8578054f1"}}],"_postman_id":"66ab7c03-1816-4c86-9fc6-04377eaf7fe3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Patents","item":[{"name":"Patent Search","id":"bcc30ddb-6baf-4cdf-baab-378acd8e33cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p><code>GET /companies/{pbid}/patents/search</code></p>\n<p>Retrieves patents matching the specified criteria.</p>\n<h5 id=\"patent-search-parameters\">Patent Search Parameters</h5>\n<hr />\n<p><strong>pbId</strong> : Pass in a single Company ID to return patent data for that company.</p>\n<hr />\n<p><strong>status</strong> : Search for patents by their status. Values include \"Active\", \"Pending\", and \"Inactive\". Use a comma to separate multiple values.</p>\n<hr />\n<p><strong>publicationDate</strong> : Search for patents published in relation to their publication date (Format: YYYY-MM-DD):</p>\n<p>&gt; operator: returns patents publised after a certain date</p>\n<p>&lt; operator: returns patents published before a certain date</p>\n<p>^ operator: returns patents published between two dates</p>\n<hr />\n<p><strong>firstFilingDate</strong> : Search for patents published in relation to a first filing date (Format: YYYY-MM-DD):</p>\n<p>&gt; operator: returns patents publised after a certain date</p>\n<p>&lt; operator: returns patents published before a certain date</p>\n<p>^ operator: returns patents published between two dates.</p>\n<hr />\n<p><strong>filingAuthorityLocation</strong> : Patents can be found by their filing authority location. Use a comma to separate multiple values.</p>\n<hr />\n<p><strong>cpcSectionCode</strong> : Patents can be found by their CPC Section code. Use a comma to separate multiple values.</p>\n<hr />\n<p><strong>cpcClassCode</strong> : Patents can be found by their CPC Class code. Use a comma to separate multiple values.</p>\n<hr />\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page. If nothing is specified, default value is 1.</p>\n<hr />\n<p><strong>perPage</strong> : How many returned results show on page. Between 1 and 250. Default value is 25.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"8d0da0a0-de6d-4480-b6bd-e903d2120307","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/companies/51136-75/patents/search?status=Active&publicationDate=>2022-01-01","protocol":"https","host":["api","pitchbook","com"],"path":["companies","51136-75","patents","search"],"query":[{"key":"status","value":"Active"},{"key":"publicationDate","value":">2022-01-01"},{"key":"firstFilingDate","value":">2015-01-01","disabled":true},{"key":"filingAuthorityLocation","value":"US","disabled":true},{"key":"cpcClassCode","value":"A01","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"perPage","value":"25","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jun 2024 18:46:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"895d7105e866a37e-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"companyId\": \"51136-75\",\n    \"stats\": {\n        \"total\": 425,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 17\n    },\n    \"items\": [\n        {\n            \"patentId\": \"EP-3167426-B1\",\n            \"patentTitle\": \"System and methods for facilitating real-time carpooling\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-12\",\n            \"firstFilingDate\": \"2014-05-06\",\n            \"expirationDate\": \"2035-05-06\",\n            \"filingAuthorityLocation\": \"EP\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G08\",\n                \"description\": \"Signalling\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G08G\",\n                \"description\": \"Traffic control systems (guiding railway traffic, ensuring the safety of railway traffic b61l; arrangement of road signs or traffic signals e01f9/00; radar or analogous systems, sonar systems, lidar systems specially adapted for traffic control g01s13/91, g01s15/88, g01s17/88;radar or analogous systems, sonar systems, lidar systems specially adapted for anti-collision purposes g01s13/93, g01s15/93, g01s17/93)\"\n            }\n        },\n        {\n            \"patentId\": \"US-12008610-B2\",\n            \"patentTitle\": \"Implementing and optimizing safety interventions\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-11\",\n            \"firstFilingDate\": \"2023-06-29\",\n            \"expirationDate\": \"2036-11-30\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-12008492-B2\",\n            \"patentTitle\": \"On-demand transport services\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-11\",\n            \"firstFilingDate\": \"2023-06-05\",\n            \"expirationDate\": \"2040-02-14\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-12010192-B2\",\n            \"patentTitle\": \"Adjusting attributes for an on-demand service system based on real-time information\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-11\",\n            \"firstFilingDate\": \"2014-03-31\",\n            \"expirationDate\": \"2035-03-27\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"H\",\n                \"description\": \"Electricity\"\n            },\n            \"cpcClass\": {\n                \"code\": \"H04\",\n                \"description\": \"Electric communication technique\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"H04L\",\n                \"description\": \"Transmission of digital information, e.g. telegraphic communication (arrangements common to telegraphic and telephonic communication h04m)\"\n            }\n        },\n        {\n            \"patentId\": \"US-12009870-B2\",\n            \"patentTitle\": \"Method and system for ultrasonic proximity service\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-11\",\n            \"firstFilingDate\": \"2023-04-21\",\n            \"expirationDate\": \"2037-01-06\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"H\",\n                \"description\": \"Electricity\"\n            },\n            \"cpcClass\": {\n                \"code\": \"H04\",\n                \"description\": \"Electric communication technique\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"H04B\",\n                \"description\": \"Transmission\"\n            }\n        },\n        {\n            \"patentId\": \"US-12003527-B2\",\n            \"patentTitle\": \"Automatically detecting vulnerability regressions\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-04\",\n            \"firstFilingDate\": \"2020-05-05\",\n            \"expirationDate\": \"2040-05-05\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"H\",\n                \"description\": \"Electricity\"\n            },\n            \"cpcClass\": {\n                \"code\": \"H04\",\n                \"description\": \"Electric communication technique\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"H04L\",\n                \"description\": \"Transmission of digital information, e.g. telegraphic communication (arrangements common to telegraphic and telephonic communication h04m)\"\n            }\n        },\n        {\n            \"patentId\": \"US-12001975-B2\",\n            \"patentTitle\": \"Systems and methods for transporting multiple end users\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-06-04\",\n            \"firstFilingDate\": \"2014-05-06\",\n            \"expirationDate\": \"2034-06-27\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-11995602-B2\",\n            \"patentTitle\": \"Freight network system using modularized trailers\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-28\",\n            \"firstFilingDate\": \"2017-09-22\",\n            \"expirationDate\": \"2037-09-29\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-11994401-B2\",\n            \"patentTitle\": \"Indoor/outdoor transition points based on satellite signal strength\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-28\",\n            \"firstFilingDate\": \"2018-07-18\",\n            \"expirationDate\": \"2039-07-16\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G01\",\n                \"description\": \"Measuring; testing\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G01C\",\n                \"description\": \"Measuring distances, levels or bearings; surveying; navigation; gyroscopic instruments; photogrammetry or videogrammetry (measuring liquid level g01f; radio navigation, determining distance or velocity by use of propagation effects, e.g. doppler effects, propagation time, of radio waves, analogous arrangements using other waves g01s)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11988515-B2\",\n            \"patentTitle\": \"Penalizing difficult immediate maneuvers in routing cost functions\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-21\",\n            \"firstFilingDate\": \"2021-09-28\",\n            \"expirationDate\": \"2042-10-05\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G01\",\n                \"description\": \"Measuring; testing\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G01C\",\n                \"description\": \"Measuring distances, levels or bearings; surveying; navigation; gyroscopic instruments; photogrammetry or videogrammetry (measuring liquid level g01f; radio navigation, determining distance or velocity by use of propagation effects, e.g. doppler effects, propagation time, of radio waves, analogous arrangements using other waves g01s)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11991184-B2\",\n            \"patentTitle\": \"Dynamically adjusting access policies\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-21\",\n            \"firstFilingDate\": \"2018-12-19\",\n            \"expirationDate\": \"2038-12-19\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"H\",\n                \"description\": \"Electricity\"\n            },\n            \"cpcClass\": {\n                \"code\": \"H04\",\n                \"description\": \"Electric communication technique\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"H04L\",\n                \"description\": \"Transmission of digital information, e.g. telegraphic communication (arrangements common to telegraphic and telephonic communication h04m)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11989847-B2\",\n            \"patentTitle\": \"Photorealistic image simulation with geometry-aware composition\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-21\",\n            \"firstFilingDate\": \"2020-06-05\",\n            \"expirationDate\": \"2041-01-15\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06T\",\n                \"description\": \"Image data processing or generation, in general\"\n            }\n        },\n        {\n            \"patentId\": \"US-11989192-B2\",\n            \"patentTitle\": \"Federated search system\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-21\",\n            \"firstFilingDate\": \"2022-04-13\",\n            \"expirationDate\": \"2042-05-22\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06F\",\n                \"description\": \"Electric digital data processing (computer systems based on specific computational models g06n)\"\n            }\n        },\n        {\n            \"patentId\": \"EP-3682328-B1\",\n            \"patentTitle\": \"Alternative service pathway for service application\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-15\",\n            \"firstFilingDate\": \"2017-09-13\",\n            \"expirationDate\": \"2038-09-13\",\n            \"filingAuthorityLocation\": \"EP\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06F\",\n                \"description\": \"Electric digital data processing (computer systems based on specific computational models g06n)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11983741-B2\",\n            \"patentTitle\": \"Cartop advertisement vehicle-based routing and matching\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-14\",\n            \"firstFilingDate\": \"2022-03-23\",\n            \"expirationDate\": \"2042-03-23\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-11977393-B2\",\n            \"patentTitle\": \"Navigational constraints for autonomous vehicles\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-07\",\n            \"firstFilingDate\": \"2017-05-09\",\n            \"expirationDate\": \"2038-01-15\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G05\",\n                \"description\": \"Controlling; regulating\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G05D\",\n                \"description\": \"Systems for controlling or regulating non-electric variables\"\n            }\n        },\n        {\n            \"patentId\": \"US-11976934-B2\",\n            \"patentTitle\": \"Automatic selection of map detail levels\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-05-07\",\n            \"firstFilingDate\": \"2017-12-31\",\n            \"expirationDate\": \"2039-04-19\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G01\",\n                \"description\": \"Measuring; testing\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G01C\",\n                \"description\": \"Measuring distances, levels or bearings; surveying; navigation; gyroscopic instruments; photogrammetry or videogrammetry (measuring liquid level g01f; radio navigation, determining distance or velocity by use of propagation effects, e.g. doppler effects, propagation time, of radio waves, analogous arrangements using other waves g01s)\"\n            }\n        },\n        {\n            \"patentId\": \"EP-3727985-B1\",\n            \"patentTitle\": \"State-based autonomous-vehicle operations\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-24\",\n            \"firstFilingDate\": \"2018-02-14\",\n            \"expirationDate\": \"2039-02-13\",\n            \"filingAuthorityLocation\": \"EP\",\n            \"cpcSection\": {\n                \"code\": \"B\",\n                \"description\": \"Performing operations; transporting\"\n            },\n            \"cpcClass\": {\n                \"code\": \"B60\",\n                \"description\": \"Vehicles in general\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"B60W\",\n                \"description\": \"Conjoint control of vehicle sub-units of different type or different function; control systems specially adapted for hybrid vehicles; road vehicle drive control systems for purposes not related to the control of a particular sub-unit\"\n            }\n        },\n        {\n            \"patentId\": \"CA-3001607-C\",\n            \"patentTitle\": \"System for providing a city planning tool\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-23\",\n            \"firstFilingDate\": \"2015-10-16\",\n            \"expirationDate\": \"2036-10-14\",\n            \"filingAuthorityLocation\": \"CA\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G08\",\n                \"description\": \"Signalling\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G08G\",\n                \"description\": \"Traffic control systems (guiding railway traffic, ensuring the safety of railway traffic b61l; arrangement of road signs or traffic signals e01f9/00; radar or analogous systems, sonar systems, lidar systems specially adapted for traffic control g01s13/91, g01s15/88, g01s17/88;radar or analogous systems, sonar systems, lidar systems specially adapted for anti-collision purposes g01s13/93, g01s15/93, g01s17/93)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11965746-B2\",\n            \"patentTitle\": \"Coordinating travel on a public transit system and a travel coordination system\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-23\",\n            \"firstFilingDate\": \"2017-04-03\",\n            \"expirationDate\": \"2038-09-02\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G01\",\n                \"description\": \"Measuring; testing\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G01C\",\n                \"description\": \"Measuring distances, levels or bearings; surveying; navigation; gyroscopic instruments; photogrammetry or videogrammetry (measuring liquid level g01f; radio navigation, determining distance or velocity by use of propagation effects, e.g. doppler effects, propagation time, of radio waves, analogous arrangements using other waves g01s)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11966425-B2\",\n            \"patentTitle\": \"Visual search system for finding trip destination\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-23\",\n            \"firstFilingDate\": \"2018-06-27\",\n            \"expirationDate\": \"2038-06-27\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06F\",\n                \"description\": \"Electric digital data processing (computer systems based on specific computational models g06n)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11961020-B2\",\n            \"patentTitle\": \"Permitting or denying access to light electric vehicles based on detected or anticipated environmental conditions\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-16\",\n            \"firstFilingDate\": \"2019-08-01\",\n            \"expirationDate\": \"2040-07-31\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06Q\",\n                \"description\": \"Information and communication technology [ict] specially adapted for administrative, commercial, financial, managerial or supervisory purposes; systems or methods specially adapted for administrative, commercial, financial, managerial or supervisory purposes, not otherwise provided for\"\n            }\n        },\n        {\n            \"patentId\": \"US-11960557-B2\",\n            \"patentTitle\": \"Inferential user matching system\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-16\",\n            \"firstFilingDate\": \"2006-08-28\",\n            \"expirationDate\": \"2027-08-26\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G06\",\n                \"description\": \"Computing; calculating or counting\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G06F\",\n                \"description\": \"Electric digital data processing (computer systems based on specific computational models g06n)\"\n            }\n        },\n        {\n            \"patentId\": \"US-11960301-B2\",\n            \"patentTitle\": \"Systems and methods for remote inspection of a vehicle\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-16\",\n            \"firstFilingDate\": \"2018-01-23\",\n            \"expirationDate\": \"2038-03-23\",\n            \"filingAuthorityLocation\": \"US\",\n            \"cpcSection\": {\n                \"code\": \"G\",\n                \"description\": \"Physics\"\n            },\n            \"cpcClass\": {\n                \"code\": \"G05\",\n                \"description\": \"Controlling; regulating\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"G05D\",\n                \"description\": \"Systems for controlling or regulating non-electric variables\"\n            }\n        },\n        {\n            \"patentId\": \"CA-2989819-C\",\n            \"patentTitle\": \"Trip anomaly detection system\",\n            \"status\": \"Active\",\n            \"publicationDate\": \"2024-04-09\",\n            \"firstFilingDate\": \"2015-06-17\",\n            \"expirationDate\": \"2036-06-14\",\n            \"filingAuthorityLocation\": \"CA\",\n            \"cpcSection\": {\n                \"code\": \"H\",\n                \"description\": \"Electricity\"\n            },\n            \"cpcClass\": {\n                \"code\": \"H04\",\n                \"description\": \"Electric communication technique\"\n            },\n            \"cpcSubclass\": {\n                \"code\": \"H04W\",\n                \"description\": \"Wireless communication networks (broadcast communication h04h; communication systems using wireless links for non-selective communication, e.g. wireless extensions h04m1/72)\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bcc30ddb-6baf-4cdf-baab-378acd8e33cb"},{"name":"Patent Detailed","id":"efd694f8-3323-46bf-ad7c-3e12304b80f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<blockquote>\n<p><code>GET /companies/patents/{patentId}/detailed</code> </p>\n</blockquote>\n<p>Retrieves extended description of the specific patent.</p>\n<h5 id=\"patent-detailed-parameters\">Patent Detailed Parameters</h5>\n<hr />\n<p><strong>patentID</strong> : Pass in a single Patent ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"83cc4c92-cc5f-46f9-933f-7a1f407221b0","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/companies/patents/US-20200336512-A1/detailed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jun 2024 19:01:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"895d8687aa017610-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"patentId\": \"US-20200336512-A1\",\n    \"patentTitle\": \"System and method for organizing a plurality of local meeting groups\",\n    \"status\": \"Active\",\n    \"publicationDate\": \"2020-10-22\",\n    \"firstFilingDate\": \"2015-05-18\",\n    \"expirationDate\": null,\n    \"filingAuthorityLocation\": \"US\",\n    \"cpcSection\": {\n        \"code\": \"H\",\n        \"description\": \"Electricity\"\n    },\n    \"cpcClass\": {\n        \"code\": \"H04\",\n        \"description\": \"Electric communication technique\"\n    },\n    \"cpcSubclass\": {\n        \"code\": \"H04W\",\n        \"description\": \"Wireless communication networks (broadcast communication h04h; communication systems using wireless links for non-selective communication, e.g. wireless extensions h04m1/72)\"\n    },\n    \"currentAssigneeNames\": [\n        \"Meetup LLC\"\n    ],\n    \"originalAssigneeNames\": [],\n    \"mostRecentLegalStatus\": \"Assignment\",\n    \"mostRecentLegalStatusDate\": \"2024-01-24\",\n    \"applicationDate\": \"2020-03-30\",\n    \"grantDate\": \"2020-10-22\",\n    \"familyId\": \"57325854\",\n    \"inventors\": [\n        \"Beniflah Odile\",\n        \"Levine Jake\",\n        \"Pashman David\",\n        \"Stamas Nick\"\n    ],\n    \"documentForwardCitations\": 0,\n    \"documentBackwardCitations\": 0,\n    \"countOfClaims\": 20,\n    \"countOfIndependentClaims\": 3,\n    \"patentDownloadUrl\": \"https://api.pitchbook.com/companies/patents/US-20200336512-A1/download\"\n}"}],"_postman_id":"efd694f8-3323-46bf-ad7c-3e12304b80f1"},{"name":"Patent File Download","id":"cf03a782-554f-4761-9c6f-8008a309498c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<blockquote>\n<p><code>GET /companies/patents/{patentId}/download</code> </p>\n</blockquote>\n<p>Retrieves exact file of a specific patent.</p>\n<h5 id=\"patent-file-download-parameters\">Patent File Download Parameters</h5>\n<hr />\n<p><strong>patentID</strong> : Pass in a single Patent ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"cf03a782-554f-4761-9c6f-8008a309498c"}],"id":"c6da56cb-d6d6-446c-870c-e7d57853ab56","description":"<p>Patents Endpoints are available as an optional add-on package. Please contact your PitchBook representative for more information.</p>\n","_postman_id":"c6da56cb-d6d6-446c-870c-e7d57853ab56","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Deals","item":[{"name":"Deal Search","event":[{"listen":"test","script":{"id":"6f55f63a-3a09-4dbd-a274-debc039db13d","exec":["// Parse the JSON response\r","var responseData = pm.response.json();\r","\r","// Check if items array exists and is not empty\r","if (responseData && responseData.items && responseData.items.length > 0) {\r","    // Extract the companyId from the first item\r","    var dealId = responseData.items[0].dealId;\r","\r","    // Set the companyId to the pbidsearch variable globally\r","    pm.globals.set(\"dealsearch\", dealId);\r","} else {\r","    console.log(\"No items found in the response or items array is empty.\");\r","}"],"type":"text/javascript","packages":{}}}],"id":"c95284e5-4ff4-44d1-8b80-2d8477efb0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/search?investorNames=11467-45&dealType=evc","description":"<p><code>GET /deals/search</code></p>\n<p>Retrives companies matching the specified criteria.</p>\n<h5 id=\"deal-search-parameters\">Deal Search Parameters</h5>\n<p><strong>companyNames</strong> : Pass a list of company names, ids, websites or tickers to find all deals. Will return results for companies with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>ownershipStatus</strong> : Search for deals by ownership status codes of the companies involved.</p>\n<hr />\n<p><strong>backingStatus</strong> : Search for deals by backing status codes of the companies involved.</p>\n<hr />\n<p><strong>businessStatus</strong> : Search for deals by business status codes of the companies involved.</p>\n<hr />\n<p><strong>city</strong> Search for deals by city location of the companies involved.</p>\n<hr />\n<p><strong>stateProvince</strong> Search for deals by state/provinces of the companies involved.</p>\n<hr />\n<p><strong>country</strong> : Search for deals by countries of the companies involved.</p>\n<hr />\n<p><strong>postCode</strong> : Search for deals by postcode of the companies involved, included to support searching for both US postal code and foreign.</p>\n<hr />\n<p><strong>locationType</strong> : Search for deals by additional parameter concerning the companies involved specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>dateFounded</strong> : Deals can be found by founding date of the companies involved. Search for deals of companies founded after a certain date using the &gt; operator, companies founded before a certain date using the &lt; operator and companies founded between two dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>industry</strong> : Deals can be found by industry code of the companies involved.</p>\n<hr />\n<p><strong>verticals</strong> : Deals can be found by vertical code of the companies involved.</p>\n<hr />\n<p><strong>industryAndVertical</strong> : When using both industry and vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True.</p>\n<hr />\n<p><strong>totalRaised</strong> : Find deals by the companies' total amount of money they have raised to date in millions. Use the &gt; operator to find companies that have raised more than a certain value, use the &lt; to find companies who have raised less than a certain value and the ^ operator to search within a range. Amounts in millions.</p>\n<hr />\n<p><strong>keywords</strong> : Search for deals by keywords associated with the companies involved or keywords appearing in their business description.</p>\n<hr />\n<p><strong>onlyMostRecentTransaction</strong> : Find most recent deals. To use this parameter set it as True.</p>\n<hr />\n<p><strong>dealType</strong> : Find specific deal types.</p>\n<hr />\n<p><strong>dealStatus</strong> : Distinguish between failed, upcoming, completed deals and more.</p>\n<hr />\n<p><strong>dealSize</strong> : Find deals of a certain size. Search for deals larger than an amount using the &gt; operator, deals smaller than a certain amount using the &lt; operator and deals in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>includeDealsWithoutDealSize</strong> : Include deals without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default.</p>\n<hr />\n<p><strong>excludeDealsWithoutDealSize</strong> : Exclude deals without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default.</p>\n<hr />\n<p><strong>dealDate</strong> : Find deals within a certain time frame. Search for a deal after a certain date using the &gt; operator, a deal before a certain date using the &lt; operator and a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>partialExit</strong> : Find deals with partial investor's exit within them. To use this parameter set it as True.</p>\n<hr />\n<p><strong>fullExit</strong> : Find deals with full investor's exit within them. To use this parameter set it as True.</p>\n<hr />\n<p><strong>investorNames</strong> : Search for deals by who invested in them. Pass a list of investor names, ids, websites or tickers to return all deals they participated in. Use a comma to separate values.</p>\n<hr />\n<p><strong>exitType</strong> : Find specific deal types with investor's exit within them.</p>\n<hr />\n<p><strong>exitStatus</strong> : Distinguish between failed, upcoming, completed exits and more.</p>\n<hr />\n<p><strong>exitSize</strong> : Find deals of a certain size with investor's exit within them. Search for deals with an exit larger than an amount using the &gt; operator, deals with an exit smaller than a certain amount using the &lt; operator and deals with an exit size in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>exitDate</strong> : Find deals of a certain time frame with investor's exit within them. Search for deals with an exit after a certain date using the &gt; operator, companies with an exit before a certain date using the &lt; operator and companies with an exit between two dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>preMoneyValuation</strong> : Search for deals by companies' valuation prior to a financing. Search for deals with companies' valuation prior to a financing larger than an amount using the &gt; operator, deals with companies' valuation prior to a financing smaller than a certain amount using the &lt; operator and deals with companies' valuation prior to a financing in a range using the ^ operator. Amounts in millions</p>\n<hr />\n<p><strong>postValuation</strong> : Search for deals by companies' valuation prior at or post investment. Search for deals with companies' valuation prior at or post investment larger than an amount using the &gt; operator, deals with companies' valuation prior at or post investment smaller than a certain amount using the &lt; operator and deals with companies' valuation prior at or post investment in a range using the ^ operator. Amounts in millions.</p>\n<p><strong>revenue</strong> : Find deals by the revenue of the companies involved. Search for deals with companies' revenue more than an amount using the &gt; operator, deals with companies' revenue less than an amount using the &lt; operator or deals with companies' revenue in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>currency</strong> : Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the currency in user preferences.</p>\n<hr />\n<p><strong>page</strong> :<br />Results are returned so that they can be paged through. Set this parameter to increment the page<br />perPage How many returned results show on page.</p>\n<hr />\n<p><strong>perPage</strong> : How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","search"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"key":"companyNames","value":"55287-64"},{"disabled":true,"key":"ownershipStatus","value":"PVTB"},{"disabled":true,"key":"backingStatus","value":"PEB"},{"disabled":true,"key":"businessStatus","value":"PROF"},{"disabled":true,"description":{"content":"<p>lvc,LBO_</p>\n","type":"text/plain"},"key":"includeDealsWithoutDealSize","value":"TRUE"},{"disabled":true,"key":"dealStatus","value":"COMP"},{"disabled":true,"key":"onlyMostRecentTransaction","value":"True"},{"disabled":true,"key":"stateProvince","value":"WA"},{"disabled":true,"key":"city","value":"Houston"},{"disabled":true,"key":"keywords","value":"gut health"},{"disabled":true,"description":{"content":"<p>BD = big data</p>\n","type":"text/plain"},"key":"verticals","value":"BD"},{"disabled":true,"key":"industryAndVertical","value":"True"},{"disabled":true,"key":"dateFounded","value":">2022-01-01"},{"key":"investorNames","value":"11467-45"},{"disabled":true,"key":"partialExit","value":"TRUE"},{"disabled":true,"key":"fullExit","value":"TRUE"},{"disabled":true,"key":"exitDate","value":">2021-01-01"},{"disabled":true,"description":{"content":"<p>deal type of exit e.g. IPO, MER, E_LBO</p>\n","type":"text/plain"},"key":"exitType","value":"IPO"},{"disabled":true,"key":"exitSize","value":"10^1000"},{"disabled":true,"key":"exitStatus","value":"COMP"},{"disabled":true,"key":"revenue","value":"1^1000"},{"disabled":true,"key":"postValuation","value":"10^1000"},{"disabled":true,"key":"preMoneyValuation","value":"10^1000"},{"disabled":true,"key":"perPage","value":"25"},{"disabled":true,"key":"dealSize","value":"1^25"},{"key":"dealType","value":"evc"},{"disabled":true,"key":"dealDate","value":">2024-01-01"},{"disabled":true,"key":"totalRaised","value":">1"},{"disabled":true,"key":"locationType","value":"HQ_ONLY"},{"disabled":true,"key":"industry","value":"60"},{"disabled":true,"key":"country","value":"USA,GBR,DEU,IND"}],"variable":[]}},"response":[{"id":"6a95cab6-4593-4c4b-bab0-d2227cd2033d","name":"Deal Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/deals/search?dealSize=>250&dealDate=>2020-07-13&dealDate=SeedA,EVC,ACQ,LBO_,CDIV&country=USA,CAN,IND,MEX&locationType=HQ_ONLY&=50,60","protocol":"https","host":["api","pitchbook","com"],"path":["deals","search"],"query":[{"key":"dealSize","value":">250"},{"key":"dealDate","value":">2020-07-13"},{"key":"dealDate","value":"SeedA,EVC,ACQ,LBO_,CDIV"},{"key":"country","value":"USA,CAN,IND,MEX"},{"key":"locationType","value":"HQ_ONLY"},{"key":"","value":"50,60"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 16:28:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"access-control-max-age","value":"3600"},{"key":"x-robots-tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"84a168a74df0308d-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 11225,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 449\n    },\n    \"items\": [\n        {\n            \"dealId\": \"29702-44T\",\n            \"companyId\": \"59648-68\",\n            \"companyName\": \"Bridgemarq Real Estate Services\"\n        },\n        {\n            \"dealId\": \"67972-60T\",\n            \"companyId\": \"94637-71\",\n            \"companyName\": \"Unknown Worlds Entertainment\"\n        },\n        {\n            \"dealId\": \"77466-52T\",\n            \"companyId\": \"51251-05\",\n            \"companyName\": \"Genworth Financial\"\n        },\n        {\n            \"dealId\": \"79355-44T\",\n            \"companyId\": \"41546-17\",\n            \"companyName\": \"NFP\"\n        },\n        {\n            \"dealId\": \"89533-45T\",\n            \"companyId\": \"182446-30\",\n            \"companyName\": \"Larsen & Toubro (Electrical Business)\"\n        },\n        {\n            \"dealId\": \"100657-81T\",\n            \"companyId\": \"224423-65\",\n            \"companyName\": \"Washington Parish Energy Center\"\n        },\n        {\n            \"dealId\": \"101267-11T\",\n            \"companyId\": \"10900-72\",\n            \"companyName\": \"Bhushan Power & Steel\"\n        },\n        {\n            \"dealId\": \"104463-73T\",\n            \"companyId\": \"10774-45\",\n            \"companyName\": \"Navistar (US)\"\n        },\n        {\n            \"dealId\": \"113040-19T\",\n            \"companyId\": \"10435-69\",\n            \"companyName\": \"Agiliti Health\"\n        },\n        {\n            \"dealId\": \"113078-89T\",\n            \"companyId\": \"233965-54\",\n            \"companyName\": \"Constellation (Portfolio of 30 Wine Brands)\"\n        },\n        {\n            \"dealId\": \"113382-37T\",\n            \"companyId\": \"234227-62\",\n            \"companyName\": \"Sigura\"\n        },\n        {\n            \"dealId\": \"113905-54T\",\n            \"companyId\": \"234633-52\",\n            \"companyName\": \"Infrastructure Leasing and Financial Services (874 MW Operational Wind Energy Portfolio in India)\"\n        },\n        {\n            \"dealId\": \"115767-91T\",\n            \"companyId\": \"53862-13\",\n            \"companyName\": \"FirstCry India\"\n        },\n        {\n            \"dealId\": \"116281-54T\",\n            \"companyId\": \"265317-85\",\n            \"companyName\": \"Reliance Jio Infocomm (Tower and Fibre Assets in India)\"\n        },\n        {\n            \"dealId\": \"118036-00T\",\n            \"companyId\": \"266649-58\",\n            \"companyName\": \"Joint Venture (Ford and Mahindra & Mahindra)\"\n        },\n        {\n            \"dealId\": \"118147-87T\",\n            \"companyId\": \"10542-88\",\n            \"companyName\": \"Advanced Disposal\"\n        },\n        {\n            \"dealId\": \"119449-90T\",\n            \"companyId\": \"41062-24\",\n            \"companyName\": \"El Paso Electric\"\n        },\n        {\n            \"dealId\": \"120553-66T\",\n            \"companyId\": \"10445-41\",\n            \"companyName\": \"Televisa Univision\"\n        },\n        {\n            \"dealId\": \"120625-75T\",\n            \"companyId\": \"52800-85\",\n            \"companyName\": \"Acacia Communications\"\n        },\n        {\n            \"dealId\": \"120857-59T\",\n            \"companyId\": \"12751-84\",\n            \"companyName\": \"Vungle\"\n        },\n        {\n            \"dealId\": \"120961-00T\",\n            \"companyId\": \"225708-76\",\n            \"companyName\": \"Grassroots Cannabis\"\n        },\n        {\n            \"dealId\": \"121208-77T\",\n            \"companyId\": \"40730-41\",\n            \"companyName\": \"Cheniere Energy\"\n        },\n        {\n            \"dealId\": \"121223-35T\",\n            \"companyId\": \"41185-99\",\n            \"companyName\": \"Condor Hospitality Trust\"\n        },\n        {\n            \"dealId\": \"121351-96T\",\n            \"companyId\": \"154509-13\",\n            \"companyName\": \"OCESA\"\n        },\n        {\n            \"dealId\": \"122044-33T\",\n            \"companyId\": \"278288-11\",\n            \"companyName\": \"Nuvation Bio\"\n        }\n    ]\n}"}],"_postman_id":"c95284e5-4ff4-44d1-8b80-2d8477efb0cc"},{"name":"Deal Bio","id":"31905a85-a03e-499a-bfd6-4f02675d856f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/52721-65T/bio","description":"<p>Retrieves key data points about a specific deal (financial transaction).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","52721-65T","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"93370f58-9726-4de6-9fa2-a1b740e3db25","name":"Deal Bio","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/52721-65T/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 21:09:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Set-Cookie","value":"__cf_bm=aPey785wKVuyC9LpFfek2J66w0uNWCAVt4YSycGiKrA-1713215371-1.0.1.1-156lfvA_lqHylscowkJ1X4o3jozgoDhAU.wwaGD5tm3BPIZ84tKlvyX4KinM.E8F0NpDwdc0OCn2vLg5DZnHCA; path=/; expires=Mon, 15-Apr-24 21:39:31 GMT; domain=.api.pitchbook.com; HttpOnly; Secure; SameSite=None"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874eeac949c0762a-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"52721-65T\",\n    \"dealNumber\": 1,\n    \"companyId\": \"118990-00\",\n    \"companyName\": \"Owl Labs\",\n    \"dealAnnouncedDate\": null,\n    \"dealDate\": \"2015-06-10\",\n    \"dealSize\": {\n        \"amount\": 1300001,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1300001,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"dealSizeStatus\": \"Actual\",\n    \"dealStatus\": {\n        \"code\": \"COMP\",\n        \"description\": \"Completed\"\n    },\n    \"dealType1\": {\n        \"code\": \"Seed\",\n        \"description\": \"Seed Round\"\n    },\n    \"dealType2\": null,\n    \"dealType3\": null,\n    \"dealClass\": {\n        \"code\": \"VC\",\n        \"description\": \"Venture Capital\"\n    },\n    \"valuationAvailable\": true,\n    \"capTableAvailable\": true,\n    \"trancheInfoAvailable\": false,\n    \"debtLenderInfoAvailable\": false\n}"}],"_postman_id":"31905a85-a03e-499a-bfd6-4f02675d856f"},{"name":"Deal Detailed","id":"9d4ba97e-5ef8-4384-b9e3-2d38002b3aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/deals/{{pbid}}/detailed","description":"<p><code>GET /deals/{pbid}/detailed</code></p>\n<p>Retrieves extended description of a specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","{{pbid}}","detailed"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"fa8d60bb-c2a9-48d7-9e22-7d47d58ffc63","name":"Deal Detailed 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/52721-65T/detailed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:50:00 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"52721-65T\",\n    \"dealNumber\": 1,\n    \"companyId\": \"118990-00\",\n    \"companyName\": \"Owl Labs\",\n    \"dealDate\": \"2015-06-10\",\n    \"dealSize\": {\n        \"amount\": 1300001,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1300001,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"dealSizeStatus\": \"Actual\",\n    \"dealStatus\": {\n        \"code\": \"COMP\",\n        \"description\": \"Completed\"\n    },\n    \"percentAcquired\": 12.75,\n    \"raisedToDate\": {\n        \"amount\": 1300001,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1300001,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"vcRound\": \"1st Round\",\n    \"vcRoundUpDownFlat\": null,\n    \"totalInvestedCapital\": {\n        \"amount\": 1300001,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1300001,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"investorOwnership\": 12.745105048827089,\n    \"stockSplit\": \"1:1\",\n    \"dealType1\": {\n        \"code\": \"Seed\",\n        \"description\": \"Seed Round\"\n    },\n    \"dealType2\": null,\n    \"dealType3\": null,\n    \"dealClass\": {\n        \"code\": \"VC\",\n        \"description\": \"Venture Capital\"\n    },\n    \"dealSynopsis\": \"The company raised $1.3 million of seed funding in a deal led by Playground Global and Bantam Group on June 10, 2015, putting the company's pre-money valuation at $8.9 million. Other undisclosed investors also participated in this round.\",\n    \"totalInvestedEquity\": {\n        \"amount\": 1300001,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1300001,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"debtType1\": null,\n    \"debtType2\": null,\n    \"debtType3\": null,\n    \"debtAmount1\": null,\n    \"debtAmount2\": null,\n    \"debtAmount3\": null,\n    \"debtRaisedInRound\": null,\n    \"contingentPayout\": null,\n    \"valuationAvailable\": true,\n    \"capTableAvailable\": true,\n    \"trancheInfoAvailable\": false,\n    \"debtLenderInfoAvailable\": false\n}"}],"_postman_id":"9d4ba97e-5ef8-4384-b9e3-2d38002b3aaa"},{"name":"Deal Investors/Exiters","id":"25b5e038-796e-4fee-a09b-ca80616ec329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/183384-19T/investors/exiters","description":"<p><code>GET /deals{{pbid}}/investors/exiters</code></p>\n<p>Retrieves investors, exiters and sellers within the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","183384-19T","investors","exiters"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"4b4178b4-1fd5-41e9-be84-4a2836a1821c","name":"Deal Investors/Exiters 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/deals/52721-65T/investors/exiters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 17:59:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"52721-65T\",\n    \"companyId\": \"118990-00\",\n    \"companyName\": \"Owl Labs\",\n    \"investors\": [\n        {\n            \"investorId\": \"51427-00\",\n            \"investorName\": \"Bantam Group\",\n            \"investmentStatus\": \"New Investor\",\n            \"leadSoleInvestor\": true,\n            \"leadPartnerId\": null,\n            \"leadPartnerName\": null,\n            \"investorFunds\": [],\n            \"investmentAmount\": null,\n            \"formOfPayment\": {\n                \"code\": \"C\",\n                \"description\": \"Cash\"\n            }\n        },\n        {\n            \"investorId\": \"111213-01\",\n            \"investorName\": \"Playground Global\",\n            \"investmentStatus\": \"New Investor\",\n            \"leadSoleInvestor\": true,\n            \"leadPartnerId\": \"44974-99P\",\n            \"leadPartnerName\": \"Bruce Leak\",\n            \"investorFunds\": [\n                {\n                    \"fundId\": \"15333-31F\",\n                    \"fundName\": \"Playground Ventures\"\n                }\n            ],\n            \"investmentAmount\": null,\n            \"formOfPayment\": {\n                \"code\": \"C\",\n                \"description\": \"Cash\"\n            }\n        }\n    ],\n    \"sellers\": [],\n    \"exiters\": []\n}"}],"_postman_id":"25b5e038-796e-4fee-a09b-ca80616ec329"},{"name":"Deal Service Providers","id":"76983016-c317-4ce8-8884-63d47e3fd581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/18019-54T/service-providers","description":"<p><code>GET /deals/{pbid}/service-providers</code></p>\n<p>Retrieves service providers hired within the specific deal</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","18019-54T","service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"660eade4-3cf8-4191-916c-0d8fda1729bc","name":"Deal Service Providers 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/deals/18019-54T/service-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:04:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dealId\": \"18019-54T\",\n        \"companyId\": \"51136-75\",\n        \"companyName\": \"Uber\",\n        \"serviceProviderId\": \"51538-87\",\n        \"serviceProviderName\": \"Silicon Legal Strategy\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"MC\",\n                    \"description\": \"Management Consultants\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"serviceProvidedToId\": \"51136-75\",\n        \"serviceProvidedToName\": \"Uber\",\n        \"leadPartnerId\": null,\n        \"leadPartnerName\": null\n    }\n]"}],"_postman_id":"76983016-c317-4ce8-8884-63d47e3fd581"},{"name":"Deal Valuation","id":"842fef6a-ec4e-45c8-a558-551ec3ef97f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/52721-65T/valuation","description":"<p><code>GET /deals{pbid}/valuation</code></p>\n<p>Retrieves the company's valuation prior and after the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","52721-65T","valuation"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"26803bdd-79b7-4dbe-8363-7a5a75abee12","name":"Deal Valuation","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/52721-65T/valuation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 17 Jul 2020 12:48:14 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"52721-65T\",\n    \"dealNumber\": 1,\n    \"companyId\": \"118990-00\",\n    \"companyName\": \"Owl Labs\",\n    \"preValuation\": {\n        \"amount\": 8900000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 8900000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"postValuation\": {\n        \"amount\": 10200000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 10200000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"postValuationStatus\": \"Actual\"\n}"}],"_postman_id":"842fef6a-ec4e-45c8-a558-551ec3ef97f1"},{"name":"Deal Stock Info","id":"a84548eb-e301-4637-a9ae-3e302ead8613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/52721-65T/stock-info","description":"<p><code>GET /deals/{pbid}/stock-info</code></p>\n<p>Retrieves key data about stock within the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","52721-65T","stock-info"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"27370b89-7eb1-42bb-a7df-d1f7d8b415a6","name":"Deal Stock Info","originalRequest":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/deals/{{pbid}}/stock-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 16 Jul 2020 15:18:26 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"52721-65T\",\n    \"dealNumber\": 1,\n    \"companyId\": \"118990-00\",\n    \"companyName\": \"Owl Labs\",\n    \"series\": \"Seed\",\n    \"pricePerShare\": {\n        \"amount\": 1.38,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1.38,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"stockType\": null,\n    \"numberOfSharesAcquired\": 944768,\n    \"sharesSought\": 1025509,\n    \"conversionRatio\": \"1\",\n    \"liquidationPreferences\": \"Senior\",\n    \"liquidationParticipating\": \"Non-participating\",\n    \"dividendRights\": \"Yes\",\n    \"cumulativeness\": \"Non-Cumulative\",\n    \"antiDilutionProvisions\": \"Weighted Average\",\n    \"redemptionRights\": null,\n    \"boardVotingRights\": \"Yes\",\n    \"generalVotingRights\": \"Yes\"\n}"}],"_postman_id":"a84548eb-e301-4637-a9ae-3e302ead8613"},{"name":"Deal Cap Table History","id":"c1edf936-7da8-4700-aac8-9b0bb163d99e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/74351-35T/cap-table-history","description":"<p><code>GET /deals/{pbId}/cap-table-history</code></p>\n<p>Retrieves stock prices values within the specific deal and prior to it</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","74351-35T","cap-table-history"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"2581a5c2-874e-4f0e-8c31-bd2a8f35406b","name":"Deal Cap Table History","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/52721-65T/cap-table-history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jul 2020 10:09:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dealId\": \"52721-65T\",\n        \"dealNumber\": 1,\n        \"companyId\": \"118990-00\",\n        \"companyName\": \"Owl Labs\",\n        \"stockSeries\": \"Seed\",\n        \"numberOfSharesAuthorized\": 1025509,\n        \"parValue\": {\n            \"amount\": 0.0001,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 0.0001,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"dividendRate\": 6,\n        \"dividendAmount\": null,\n        \"originalIssuePrice\": {\n            \"amount\": 1.38,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1.38,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"liquidationPrice\": {\n            \"amount\": 1.38,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1.38,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"liquidationPreferenceMultiple\": 1,\n        \"conversionPrice\": {\n            \"amount\": 1.38,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1.38,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"percentOwned\": 12.75\n    }\n]"}],"_postman_id":"c1edf936-7da8-4700-aac8-9b0bb163d99e"},{"name":"Deal Tranche Information","id":"90a36e70-58ac-48b1-b9a2-c828e315fe03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/59937-31t/tranche-info","description":"<p><code>GET /deals/{pbid}/tranche-info</code></p>\n<p>Retrieves tranche data within the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","59937-31t","tranche-info"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d235ba07-17fc-45e6-9d50-b76f5eb038d9","name":"Deal Tranche Information","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/59937-31t/tranche-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 12 Oct 2020 07:56:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"59937-31T\",\n    \"dealNumber\": 12,\n    \"company\": {\n        \"id\": \"51136-75\",\n        \"name\": \"Uber\"\n    },\n    \"tranches\": [\n        {\n            \"trancheSize\": {\n                \"amount\": 2000000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 2000000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"trancheSizeStatus\": \"Actual\",\n            \"trancheDate\": \"2016-02-09\",\n            \"financingType\": {\n                \"code\": \"LVC\",\n                \"description\": \"Later Stage VC\"\n            },\n            \"stockType\": {\n                \"code\": \"PPREF\",\n                \"description\": \"Participating Preferred\"\n            },\n            \"stockSeriesType\": \"G\",\n            \"conversionStatus\": null,\n            \"conversionDate\": null,\n            \"investor\": null,\n            \"investor2\": {\n                \"id\": \"42873-94\",\n                \"name\": \"Tiger Global Management\"\n            },\n            \"investor3\": {\n                \"id\": \"109556-20\",\n                \"name\": \"LetterOne\"\n            }\n        },\n        {\n            \"trancheSize\": null,\n            \"trancheSizeStatus\": \"Actual\",\n            \"trancheDate\": \"2016-05-24\",\n            \"financingType\": {\n                \"code\": \"Corp\",\n                \"description\": \"Corporate\"\n            },\n            \"stockType\": {\n                \"code\": \"PPREF\",\n                \"description\": \"Participating Preferred\"\n            },\n            \"stockSeriesType\": \"G\",\n            \"conversionStatus\": null,\n            \"conversionDate\": null,\n            \"investor\": {\n                \"id\": \"41518-00\",\n                \"name\": \"Toyota Motor\"\n            },\n            \"investor2\": null,\n            \"investor3\": null\n        },\n        {\n            \"trancheSize\": {\n                \"amount\": 3500000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 3500000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"trancheSizeStatus\": \"Actual\",\n            \"trancheDate\": \"2016-06-01\",\n            \"financingType\": {\n                \"code\": \"LVC\",\n                \"description\": \"Later Stage VC\"\n            },\n            \"stockType\": null,\n            \"stockSeriesType\": \"G\",\n            \"conversionStatus\": null,\n            \"conversionDate\": null,\n            \"investor\": {\n                \"id\": \"52314-76\",\n                \"name\": \"Saudi Arabia's Public Investment Fund\"\n            },\n            \"investor2\": null,\n            \"investor3\": null\n        }\n    ]\n}"}],"_postman_id":"90a36e70-58ac-48b1-b9a2-c828e315fe03"},{"name":"Deal Debt/Lenders","id":"b9e4b5a7-5b85-48f6-9d39-995b125f58ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/103770-37T/debt-lenders","description":"<blockquote>\n<p><code>/deals/{pbId}/debt-lenders</code></p>\n</blockquote>\n<p>Retrieves debt and lender data within the specific deal.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","103770-37T","debt-lenders"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"f55220a5-9ddc-449f-8186-2fc7066a5c9e","name":"Deal Debt/Lenders","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/103770-37T/debt-lenders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 09 Apr 2021 09:26:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"103770-37T\",\n    \"dealNumber\": 1,\n    \"company\": {\n        \"id\": \"227270-89\",\n        \"name\": \"& Talent\"\n    },\n    \"debts\": [\n        {\n            \"debtSize\": null,\n            \"paymentInKind\": null,\n            \"debtType\": {\n                \"code\": \"OTHER\",\n                \"description\": \"Other\"\n            },\n            \"seniority\": null,\n            \"security\": null,\n            \"subordination\": null,\n            \"term\": null,\n            \"additionalDebtCharacteristics\": {\n                \"unitranche\": false,\n                \"syndicated\": false,\n                \"mezzanine\": false,\n                \"covLite\": false,\n                \"warrants\": false,\n                \"convertible\": false,\n                \"rate\": null\n            },\n            \"maturityDate\": null,\n            \"spreadInterestRate\": null,\n            \"lenders\": [\n                {\n                    \"lenderId\": \"53450-56\",\n                    \"lenderName\": \"Noordelijke Ontwikkelings Maatschappij\",\n                    \"firmType\": \"SERVICE_PROVIDER\",\n                    \"serviceProviderType\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"lenderSize\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b9e4b5a7-5b85-48f6-9d39-995b125f58ff"},{"name":"Deal Multiples","id":"b4fe7ddd-6d5f-4f11-ac67-6369f30c8335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/61191-01T/multiples","description":"<p><code>GET /deals/{pbid}/detailed</code></p>\n<p>Retrieves key financial multiple values of the specific deal</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","61191-01T","multiples"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"3b3d2979-07a0-4b96-9224-7580f4e0c945","name":"Deal Multiples","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/deals/61191-01T/multiples"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jul 2020 14:51:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"dealId\": \"61191-01T\",\n    \"dealNumber\": 2,\n    \"companyId\": \"96310-18\",\n    \"companyName\": \"LCH\",\n    \"dealSizeToCashFlow\": 0.09,\n    \"dealSizeToEBIT\": 1.83,\n    \"dealSizeToEBITDA\": 1.8,\n    \"dealSizeToNetIncome\": null,\n    \"dealSizeToRevenue\": 1,\n    \"debtRaisedInRoundToEBITDA\": null,\n    \"debtRaisedInRoundToEquity\": null,\n    \"impliedEvToCashFlow\": 0.09,\n    \"impliedEvToEBIT\": 1.83,\n    \"impliedEvToEBITDA\": 1.8,\n    \"impliedEvToNetIncome\": null,\n    \"impliedEvToRevenue\": 1,\n    \"valuationToCashFlow\": 0.09,\n    \"valuationToEBIT\": 1.83,\n    \"valuationToEBITDA\": 1.8,\n    \"valuationToNetIncome\": null,\n    \"valuationToRevenue\": 1\n}"}],"_postman_id":"b4fe7ddd-6d5f-4f11-ac67-6369f30c8335"},{"name":"Deal Updates","id":"e29839e4-b832-470c-840a-b185b6ceb6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/deals/52721-65T/updates?sinceDate=>2024-03-01","description":"<p><code>GET /deals/{pbid}/updates </code></p>\n<p>Retrieves changes for the specific deal for up to the last 90 days.</p>\n<h5 id=\"deal-update-parameters\">Deal Update Parameters</h5>\n<p><strong>pbId</strong> : String. Deal pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["deals","52721-65T","updates"],"host":["api-v2","pitchbook","com"],"query":[{"key":"sinceDate","value":">2024-03-01"}],"variable":[]}},"response":[{"id":"5abb81c5-8c56-4220-9510-eb97a6080775","name":"Deal Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/deals/52721-65T/updates?sinceDate=>2024-03-01","protocol":"https","host":["api","pitchbook","com"],"path":["deals","52721-65T","updates"],"query":[{"key":"sinceDate","value":">2024-03-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Apr 2024 21:16:00 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"874ef444ac0a762a-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Deal Tranche Information\": \"No\",\n        \"Deal Detailed\": \"No\",\n        \"Deal Cap Table History\": \"No\",\n        \"Deal Valuation\": \"No\",\n        \"Deal Service Providers\": \"No\",\n        \"Deal Bio\": \"No\",\n        \"Deal Stock Info\": \"No\",\n        \"Deal Debt/Lenders\": \"No\",\n        \"Deal Multiples\": \"No\",\n        \"Deal Investors/Exiters\": \"No\"\n    }\n}"}],"_postman_id":"e29839e4-b832-470c-840a-b185b6ceb6a5"}],"id":"896511de-5a92-48f7-b482-d42b0b72d0ea","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"65f81339-e955-46ae-a12a-ad8b13305e66"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"12c55712-04df-4ef3-bbaa-1c49ea9a2933"}}],"_postman_id":"896511de-5a92-48f7-b482-d42b0b72d0ea","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Investors","item":[{"name":"Investor Search","id":"a319fddf-7337-4025-9c12-4ff69ba63f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/investors/search?investorType=LP_BI,LP_E&country=USA&locationType=HQ_Only&dealDate=>2021-01-01","description":"<p><code>GET /investors/search</code></p>\n<p>Retrieves investors matching the specified criteria</p>\n<h5 id=\"investor-search-parameters\">Investor Search Parameters</h5>\n<p><strong>investorNames</strong> : Pass a list of investor names, ids, websites or tickers. Will return results for all investors with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>investorType</strong> :  Investors can be found by their investor type code.</p>\n<hr />\n<p><strong>aum</strong> :   Search for investors by their amount of assets under management. Search for investors with AUM over a certain amount using the &gt; operator, investors with AUM under a certain amount with the &lt; operator or investors within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>dryPowder</strong> : Find investors that have a certain amount of dry powder. Search for investors with dry powder more than an amount using the &gt; operator, investors with dry powder less  than an amount using the &lt; operator or investors with dry powder within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>city</strong> :  Search for investors by their city location.</p>\n<hr />\n<p><strong>stateProvince</strong> : Search for investors by their state/provinces.</p>\n<hr />\n<p><strong>country</strong> :   Search for investors by their countries.</p>\n<hr />\n<p><strong>postCode</strong>    Search for investors by their postcode, included to support searching for both US postal code and foreign.</p>\n<hr />\n<p><strong>locationType</strong> :  Search for investors by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>fundNames</strong> : Search for investors by their underlying funds. Pass a list of fund names or ids. Will return results for investors associated with that funds. Use a comma to separate values.</p>\n<hr />\n<p><strong>fundType</strong> :  Search for investors by the fund type of their underlying funds. Pass a fund type code.</p>\n<hr />\n<p><strong>fundSize</strong> :  Search for investors by the fund size of their underlying funds. Search for funds with a larger fund size than an amount using the &gt; operator, funds with a smaller fund size than an amount using the &lt; operator or funds within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>fundStatus</strong> :    Search for investors by the fund status of their underlying funds. Pass a fund status code.</p>\n<hr />\n<p><strong>fundDate</strong> :  Search for investors by the date of the fund status of their underlying funds. Search for funds with a status date after a certain date using the &gt; operator, funds with a status date after a certain date using the &lt; operator and funds with a status date in a range using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>verticalsPreferences</strong> :  Find investors by their verticals preferences.</p>\n<hr />\n<p><strong>industryPreferences</strong> :   Find investors by their industry preferences.</p>\n<hr />\n<p><strong>additionalPreferences</strong> : Find investors by their additional investment preferences.</p>\n<hr />\n<p><strong>geographicalPreferences</strong> :   Find investors by their geographical preferences.</p>\n<hr />\n<p><strong>preferredInvestmentAmount</strong> : Find investors by their preferred investment amount. Search for investors with preferred investment more than an amount using the &gt; operator, investors with preferred investment less than an amount using the &lt; operator or investors with preferred investment within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>preferredDealTypes</strong> :    Find investors by their preferred deal type.</p>\n<hr />\n<p><strong>companyNames</strong> :  Find investors by the companies they have invested in. Pass a list of company names, ids, websites or tickers. Use a comma to separate values.</p>\n<hr />\n<p><strong>onlyMostRecentTransaction</strong> : Find investors by their most recent company transactions. To use this parameter set it as True.</p>\n<hr />\n<p><strong>dealType</strong> :  Find investors by the types of deals and investments they have done. Pass a deal type reference code</p>\n<hr />\n<p><strong>dealStatus</strong> :    Find investors by status of their past deals and investments. Distinguish between failed, upcoming, completed deals and more.</p>\n<hr />\n<p><strong>dealSize</strong> :  Find investors who have done a deal of a certain size. Search for investors with a deal larger than an amount using the &gt; operator, inevstors with a deal smaller than a certain amount using the &lt; operator and investors with a deal size in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>includeDealsWithoutDealSize</strong> : Include investors made investments without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default.</p>\n<p><strong>excludeDealsWithoutDealSize</strong> : Exclude investors made investments without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default.</p>\n<p><strong>dealDate</strong> :  Find investors who have had a deal within a certain time frame. Search for investors with a deal after a certain date using the &gt; operator, investors with a deal before a certain date using the &lt; operator and investors with a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>dealIndustry</strong> :  Find investors by the industry code of companies they have invested in\ndealVerticals   Find investors by the vertical code of companies they have invested in.</p>\n<hr />\n<p><strong>dealIndustryAndVertical</strong> : When using both deal industry and deal vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True\ndealKeywords    Find investors by the keywords of companies they have invested in.</p>\n<hr />\n<p><strong>dealCity</strong> :  Find investors by the city of the companies they have invested in.</p>\n<hr />\n<p><strong>dealStateProvince</strong> : Find investors by the state/province of the companies they have invested in.</p>\n<p><strong>dealCountry</strong> :   Find investors by the country of the companies they have invested in.</p>\n<hr />\n<p><strong>dealPostCode</strong> :  Find investors by the post code of the companies they have invested in, included to support searching for both US postal code and foreign.</p>\n<hr />\n<p><strong>dealLocationType</strong> : Search for investors by additional parameter (related to the companies they have invested in) specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with dealCity, dealStateProvince, dealCountry, dealPostCode options.</p>\n<hr />\n<p><strong>limitedPartnerNames</strong> : Find investors by the limited partners invested in their funds. Pass a list of limited partner names, ids, websites or tickers. Use a comma to separate values.</p>\n<p><strong>currency</strong> : Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the currency in user preferences.</p>\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<p><strong>perPage</strong> : How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","search"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"key":"investorNames","value":"10120-60"},{"key":"investorType","value":"LP_BI,LP_E"},{"disabled":true,"key":"aum","value":"1^1000"},{"disabled":true,"key":"dryPowder","value":">500"},{"disabled":true,"key":"city","value":"Seattle"},{"disabled":true,"key":"stateProvince","value":"WA"},{"key":"country","value":"USA"},{"disabled":true,"key":"postCode","value":"98125"},{"key":"locationType","value":"HQ_Only"},{"disabled":true,"key":"fundNames","value":"11373-13F"},{"disabled":true,"key":"fundType","value":"VC"},{"disabled":true,"key":"fundSize","value":">1"},{"disabled":true,"key":"fundDate","value":">2021-01-01"},{"disabled":true,"key":"verticalsPreferences","value":"AUDTCH"},{"disabled":true,"key":"industryPreferences","value":"10"},{"disabled":true,"key":"additionalPreferences","value":"IGPS"},{"disabled":true,"key":"geographicalPreferences","value":"USA"},{"disabled":true,"key":"preferredInvestmentAmount","value":">1"},{"disabled":true,"key":"preferredDealTypes","value":"seedA"},{"disabled":true,"key":"companyNames","value":"51136-75"},{"disabled":true,"key":"onlyMostRecentTransaction","value":"TRUE"},{"disabled":true,"key":"dealType","value":"SeedA"},{"disabled":true,"key":"dealStatus","value":"ANNO"},{"disabled":true,"key":"dealSize","value":"10%5E1000"},{"disabled":true,"key":"includeDealsWithoutDealSize","value":"TRUE"},{"disabled":true,"key":"excludeDealsWithoutDealSize","value":"FALSE"},{"key":"dealDate","value":">2021-01-01"},{"disabled":true,"key":"dealIndustry","value":"10"},{"disabled":true,"key":"dealVerticals","value":"3D"},{"disabled":true,"key":"dealIndustryAndVertical","value":"TRUE"},{"disabled":true,"key":"dealKeywords","value":"IT"},{"disabled":true,"key":"dealCity","value":"SEATTLE"},{"disabled":true,"key":"dealStateProvince","value":"WA"},{"disabled":true,"key":"dealCountry","value":"USA"},{"disabled":true,"key":"dealPostCode","value":"98125"},{"disabled":true,"key":"dealLocationType","value":"HQ_ONLY"},{"disabled":true,"key":"limitedPartnerNames","value":"10014-31"},{"disabled":true,"key":"currency","value":"USD"},{"disabled":true,"key":"perPage","value":"25"}],"variable":[]}},"response":[{"id":"b95d5628-4677-4193-a2f1-96c81973f002","name":"Investor Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/investors/search?dryPowder=>500&city=Seattle&locationType=HQ_Only","protocol":"https","host":["api","pitchbook","com"],"path":["investors","search"],"query":[{"key":"dryPowder","value":">500"},{"key":"city","value":"Seattle"},{"key":"locationType","value":"HQ_Only"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 16:30:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"access-control-max-age","value":"3600"},{"key":"x-robots-tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"84a16b4d6e70308d-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 6,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"investorId\": \"11194-12\",\n            \"investorName\": \"Frazier Healthcare Partners\",\n            \"website\": \"www.frazierhealthcare.com\"\n        },\n        {\n            \"investorId\": \"11229-85\",\n            \"investorName\": \"Madrona Venture Group\",\n            \"website\": \"www.madrona.com\"\n        },\n        {\n            \"investorId\": \"11919-79\",\n            \"investorName\": \"Amazon.com\",\n            \"website\": \"www.amazon.com\"\n        },\n        {\n            \"investorId\": \"51943-24\",\n            \"investorName\": \"Bank of New York Mellon Wealth Management\",\n            \"website\": \"www.bnymellonwealth.com\"\n        },\n        {\n            \"investorId\": \"54526-96\",\n            \"investorName\": \"Silver Creek Capital Management\",\n            \"website\": \"www.silvercreekcapital.com\"\n        },\n        {\n            \"investorId\": \"495628-66\",\n            \"investorName\": \"Amazon Industrial Innovation Fund\",\n            \"website\": \"industrialinnovationfund.amazon\"\n        }\n    ]\n}"}],"_postman_id":"a319fddf-7337-4025-9c12-4ff69ba63f71"},{"name":"Investor Bio","id":"10837924-5ce3-4a63-9133-040aa61e0708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/bio","description":"<p><code>GET /investors/{pbId}/bio</code></p>\n<p>Retrieves key data points about specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"0d210fcd-de9c-4f74-b57e-6869f7548492","name":"Investor Bio 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:06:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"58781-35\",\n    \"investorName\": {\n        \"formalName\": \"137 Ventures\",\n        \"alsoKnownAs\": \"137\",\n        \"legalName\": \"137 Ventures Management, LLC\",\n        \"formerlyKnownAs\": null\n    },\n    \"hqLocation\": {\n        \"city\": \"San Francisco\",\n        \"stateProvince\": \"California\",\n        \"postCode\": \"94108\",\n        \"country\": \"United States\"\n    },\n    \"description\": {\n        \"brief\": null,\n        \"full\": \"Founded in 2011, 137 Ventures is a growth-stage venture firm that prefers to invest in private technology companies. The firm is based in San Francisco, California.\"\n    },\n    \"investorStatus\": {\n        \"code\": \"ACT\",\n        \"description\": \"Actively Seeking New Investments\"\n    },\n    \"investorType\": [\n        {\n            \"type\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture Capital\"\n            },\n            \"primary\": true\n        }\n    ],\n    \"assetsUnderManagement\": {\n        \"amount\": 1000000000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1000000000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"dryPowder\": {\n        \"amount\": 290997281.36,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 290997281.36,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"yearFounded\": 2011,\n    \"website\": \"www.137ventures.com\",\n    \"countInvestmentProfessionals\": 8,\n    \"tradeAssociations\": []\n}"}],"_postman_id":"10837924-5ce3-4a63-9133-040aa61e0708"},{"name":"Active Investments","id":"11f955ce-ff15-46bc-8aee-bed6e6b03c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/12445-75/active-investments","description":"<blockquote>\n<p><code>GET /investors/{pbId}/active-investments</code></p>\n</blockquote>\n<p>Retrieves active investments of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","12445-75","active-investments"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"36e3a938-1818-469a-9816-a5985ff45309","name":"Active Investments 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/active-investments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:07:55 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63647-83\",\n        \"companyName\": \"Workrise\",\n        \"investorSince\": \"2020-03-23\",\n        \"investmentDealId\": \"172495-81T\",\n        \"investmentDate\": \"2021-05-20\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"266143-60\",\n        \"companyName\": \"Route (Property and Casualty Insurance)\",\n        \"investorSince\": \"2020-12-01\",\n        \"investmentDealId\": \"160949-26T\",\n        \"investmentDate\": \"2020-12-01\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"433000-90\",\n        \"companyName\": \"Podium Education\",\n        \"investorSince\": \"2020-10-14\",\n        \"investmentDealId\": \"137860-48T\",\n        \"investmentDate\": \"2020-10-14\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"223461-82\",\n        \"companyName\": \"Anduril\",\n        \"investorSince\": \"2020-07-01\",\n        \"investmentDealId\": \"138948-31T\",\n        \"investmentDate\": \"2020-07-01\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"57271-15\",\n        \"companyName\": \"Planet\",\n        \"investorSince\": \"2020-05-01\",\n        \"investmentDealId\": \"115316-20T\",\n        \"investmentDate\": \"2020-05-01\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63647-83\",\n        \"companyName\": \"Workrise\",\n        \"investorSince\": \"2020-03-23\",\n        \"investmentDealId\": \"133970-05T\",\n        \"investmentDate\": \"2020-03-23\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"225830-98\",\n        \"companyName\": \"Bird Rides\",\n        \"investorSince\": \"2020-01-27\",\n        \"investmentDealId\": \"132474-88T\",\n        \"investmentDate\": \"2020-01-27\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"115479-82\",\n        \"companyName\": \"The Pill Club\",\n        \"investorSince\": \"2019-12-30\",\n        \"investmentDealId\": \"129119-41T\",\n        \"investmentDate\": \"2019-12-30\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"107452-90\",\n        \"companyName\": \"Quartet (Information Services (B2C))\",\n        \"investorSince\": \"2019-05-08\",\n        \"investmentDealId\": \"118970-47T\",\n        \"investmentDate\": \"2019-05-08\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"155954-35\",\n        \"companyName\": \"Lattice\",\n        \"investorSince\": \"2019-04-26\",\n        \"investmentDealId\": \"118443-43T\",\n        \"investmentDate\": \"2019-04-26\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63690-94\",\n        \"companyName\": \"Flexport\",\n        \"investorSince\": \"2019-03-01\",\n        \"investmentDealId\": \"118637-65T\",\n        \"investmentDate\": \"2019-03-01\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"52765-30\",\n        \"companyName\": \"Getaround\",\n        \"investorSince\": \"2019-01-10\",\n        \"investmentDealId\": \"112965-58T\",\n        \"investmentDate\": \"2019-01-10\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"55758-97\",\n        \"companyName\": \"Gusto\",\n        \"investorSince\": \"2012-12-11\",\n        \"investmentDealId\": \"109756-63T\",\n        \"investmentDate\": \"2018-07-31\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51391-00\",\n        \"companyName\": \"Turo\",\n        \"investorSince\": \"2018-06-25\",\n        \"investmentDealId\": \"90896-77T\",\n        \"investmentDate\": \"2018-06-25\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"56062-99\",\n        \"companyName\": \"Intercom\",\n        \"investorSince\": \"2018-05-17\",\n        \"investmentDealId\": \"103410-19T\",\n        \"investmentDate\": \"2018-05-17\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"118715-14\",\n        \"companyName\": \"Didi Chuxing Technology\",\n        \"investorSince\": \"2018-04-06\",\n        \"investmentDealId\": \"104218-21T\",\n        \"investmentDate\": \"2018-04-06\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"62283-07\",\n        \"companyName\": \"Grab\",\n        \"investorSince\": \"2018-03-15\",\n        \"investmentDealId\": \"85387-42T\",\n        \"investmentDate\": \"2018-03-15\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"58291-12\",\n        \"companyName\": \"Callisto Media\",\n        \"investorSince\": \"2018-03-02\",\n        \"investmentDealId\": \"104546-71T\",\n        \"investmentDate\": \"2018-03-02\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"168773-32\",\n        \"companyName\": \"Fair\",\n        \"investorSince\": \"2018-02-05\",\n        \"investmentDealId\": \"101039-50T\",\n        \"investmentDate\": \"2018-02-05\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"108107-02\",\n        \"companyName\": \"Virgin Hyperloop\",\n        \"investorSince\": \"2016-05-11\",\n        \"investmentDealId\": \"57541-42T\",\n        \"investmentDate\": \"2016-05-11\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"94615-48\",\n        \"companyName\": \"Curology\",\n        \"investorSince\": \"2016-04-18\",\n        \"investmentDealId\": \"72217-18T\",\n        \"investmentDate\": \"2016-04-18\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"54244-00\",\n        \"companyName\": \"Course Hero\",\n        \"investorSince\": \"2014-11-11\",\n        \"investmentDealId\": \"39317-32T\",\n        \"investmentDate\": \"2014-11-11\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51242-86\",\n        \"companyName\": \"ShareThis\",\n        \"investorSince\": \"2014-10-06\",\n        \"investmentDealId\": \"25038-19T\",\n        \"investmentDate\": \"2014-10-06\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"55758-97\",\n        \"companyName\": \"Gusto\",\n        \"investorSince\": \"2012-12-11\",\n        \"investmentDealId\": \"23150-98T\",\n        \"investmentDate\": \"2012-12-11\"\n    }\n]"}],"_postman_id":"11f955ce-ff15-46bc-8aee-bed6e6b03c17"},{"name":"All Investments","id":"866b5a24-2521-47d4-8431-9fc2c904778d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/investments","description":"<p><code>GET /investors/{pbId}/investments</code></p>\n<p>Retrieves details of completed investments of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","investments"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d974360f-8823-4808-86cf-52ea44a2c5c6","name":"All Investments 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/investments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:10:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"53780-77\",\n        \"companyName\": \"Wish\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2019-08-01\",\n        \"investmentDealId\": \"118141-66T\",\n        \"exitDate\": \"2020-12-16\",\n        \"exitDealId\": \"155327-14T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"54309-16\",\n        \"companyName\": \"Postmates\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2019-02-08\",\n        \"investmentDealId\": \"115434-64T\",\n        \"exitDate\": \"2020-12-01\",\n        \"exitDealId\": \"138831-04T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51136-75\",\n        \"companyName\": \"Uber\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2018-12-28\",\n        \"investmentDealId\": \"92819-08T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51736-87\",\n        \"companyName\": \"Coupang\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2018-11-20\",\n        \"investmentDealId\": \"113925-97T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"53324-65\",\n        \"companyName\": \"Agari\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2018-06-15\",\n        \"investmentDealId\": \"107726-59T\",\n        \"exitDate\": \"2021-05-12\",\n        \"exitDealId\": \"172152-55T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51261-67\",\n        \"companyName\": \"Airbnb\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2017-09-02\",\n        \"investmentDealId\": \"72222-04T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"135942-04\",\n        \"companyName\": \"Immersv\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2015-10-01\",\n        \"investmentDealId\": \"65898-91T\",\n        \"exitDate\": \"2018-09-01\",\n        \"exitDealId\": \"120352-69T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"55579-06\",\n        \"companyName\": \"Munchery\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2015-05-27\",\n        \"investmentDealId\": \"50661-46T\",\n        \"exitDate\": \"2019-03-04\",\n        \"exitDealId\": \"116988-40T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51736-87\",\n        \"companyName\": \"Coupang\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2015-01-09\",\n        \"investmentDealId\": \"40292-02T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"94661-65\",\n        \"companyName\": \"Present\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2014-05-01\",\n        \"investmentDealId\": \"39201-67T\",\n        \"exitDate\": \"2016-11-01\",\n        \"exitDealId\": \"98698-87T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"42709-33\",\n        \"companyName\": \"Practice Fusion\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2013-12-09\",\n        \"investmentDealId\": \"25672-60T\",\n        \"exitDate\": \"2018-02-13\",\n        \"exitDealId\": \"99762-76T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"42921-37\",\n        \"companyName\": \"2U\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2013-10-21\",\n        \"investmentDealId\": \"21060-10T\",\n        \"exitDate\": \"2014-03-28\",\n        \"exitDealId\": \"31780-18T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"10382-23\",\n        \"companyName\": \"Mode Media\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2013-08-13\",\n        \"investmentDealId\": \"27913-87T\",\n        \"exitDate\": \"2016-09-15\",\n        \"exitDealId\": \"75738-97T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"43071-49\",\n        \"companyName\": \"WorkMarket\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2013-05-23\",\n        \"investmentDealId\": \"25922-89T\",\n        \"exitDate\": \"2018-01-22\",\n        \"exitDealId\": \"100396-45T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"12655-99\",\n        \"companyName\": \"Apptio\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2013-05-15\",\n        \"investmentDealId\": \"25991-20T\",\n        \"exitDate\": \"2016-09-23\",\n        \"exitDealId\": \"74786-23T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"40997-08\",\n        \"companyName\": \"Spotify\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-11-14\",\n        \"investmentDealId\": \"24609-88T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"43117-84\",\n        \"companyName\": \"Palantir Technologies\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-09-11\",\n        \"investmentDealId\": \"21472-93T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"52109-11\",\n        \"companyName\": \"Nutanix\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-08-22\",\n        \"investmentDealId\": \"22169-08T\",\n        \"exitDate\": \"2016-09-30\",\n        \"exitDealId\": \"63542-26T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51269-95\",\n        \"companyName\": \"Tumblr\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-03-23\",\n        \"investmentDealId\": \"21503-62T\",\n        \"exitDate\": \"2013-06-21\",\n        \"exitDealId\": \"26033-86T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"44794-81\",\n        \"companyName\": \"Tesla Energy Operations\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-02-24\",\n        \"investmentDealId\": \"20738-26T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51037-75\",\n        \"companyName\": \"Eventbrite\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2012-01-01\",\n        \"investmentDealId\": \"95960-44T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"10887-76\",\n        \"companyName\": \"Viant Technology\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2010-11-09\",\n        \"investmentDealId\": \"22785-40T\",\n        \"exitDate\": \"2017-03-02\",\n        \"exitDealId\": \"66143-17T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51037-75\",\n        \"companyName\": \"Eventbrite\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2010-10-06\",\n        \"investmentDealId\": \"17505-01T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"13229-38\",\n        \"companyName\": \"Good Technology\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2007-02-16\",\n        \"investmentDealId\": \"22682-35T\",\n        \"exitDate\": \"2015-11-02\",\n        \"exitDealId\": \"57067-39T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"52736-05\",\n        \"companyName\": \"Specific Media UK\",\n        \"investorStatus\": \"Former Investor\",\n        \"investmentDate\": \"2006-06-12\",\n        \"investmentDealId\": \"81366-22T\",\n        \"exitDate\": \"2008-03-12\",\n        \"exitDealId\": \"19117-72T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"225830-98\",\n        \"companyName\": \"Bird Rides\",\n        \"investorStatus\": \"Pending (Sell Side)\",\n        \"investmentDate\": \"2020-01-27\",\n        \"investmentDealId\": \"132474-88T\",\n        \"exitDate\": \"2021-05-12\",\n        \"exitDealId\": \"171909-37T\"\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"62283-07\",\n        \"companyName\": \"Grab\",\n        \"investorStatus\": \"Pending (Sell Side)\",\n        \"investmentDate\": \"2018-03-15\",\n        \"investmentDealId\": \"85387-42T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63647-83\",\n        \"companyName\": \"Workrise\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2021-05-20\",\n        \"investmentDealId\": \"172495-81T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"266143-60\",\n        \"companyName\": \"Route (Property and Casualty Insurance)\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2020-12-01\",\n        \"investmentDealId\": \"160949-26T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"433000-90\",\n        \"companyName\": \"Podium Education\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2020-10-14\",\n        \"investmentDealId\": \"137860-48T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"223461-82\",\n        \"companyName\": \"Anduril\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2020-07-01\",\n        \"investmentDealId\": \"138948-31T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"57271-15\",\n        \"companyName\": \"Planet\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2020-05-01\",\n        \"investmentDealId\": \"115316-20T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63647-83\",\n        \"companyName\": \"Workrise\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2020-03-23\",\n        \"investmentDealId\": \"133970-05T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"115479-82\",\n        \"companyName\": \"The Pill Club\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2019-12-30\",\n        \"investmentDealId\": \"129119-41T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"107452-90\",\n        \"companyName\": \"Quartet (Information Services (B2C))\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2019-05-08\",\n        \"investmentDealId\": \"118970-47T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"155954-35\",\n        \"companyName\": \"Lattice\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2019-04-26\",\n        \"investmentDealId\": \"118443-43T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"63690-94\",\n        \"companyName\": \"Flexport\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2019-03-01\",\n        \"investmentDealId\": \"118637-65T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"52765-30\",\n        \"companyName\": \"Getaround\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2019-01-10\",\n        \"investmentDealId\": \"112965-58T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"55758-97\",\n        \"companyName\": \"Gusto\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-07-31\",\n        \"investmentDealId\": \"109756-63T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51391-00\",\n        \"companyName\": \"Turo\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-06-25\",\n        \"investmentDealId\": \"90896-77T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"56062-99\",\n        \"companyName\": \"Intercom\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-05-17\",\n        \"investmentDealId\": \"103410-19T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"118715-14\",\n        \"companyName\": \"Didi Chuxing Technology\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-04-06\",\n        \"investmentDealId\": \"104218-21T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"58291-12\",\n        \"companyName\": \"Callisto Media\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-03-02\",\n        \"investmentDealId\": \"104546-71T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"168773-32\",\n        \"companyName\": \"Fair\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2018-02-05\",\n        \"investmentDealId\": \"101039-50T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"108107-02\",\n        \"companyName\": \"Virgin Hyperloop\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2016-05-11\",\n        \"investmentDealId\": \"57541-42T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"94615-48\",\n        \"companyName\": \"Curology\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2016-04-18\",\n        \"investmentDealId\": \"72217-18T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"54244-00\",\n        \"companyName\": \"Course Hero\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2014-11-11\",\n        \"investmentDealId\": \"39317-32T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"51242-86\",\n        \"companyName\": \"ShareThis\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2014-10-06\",\n        \"investmentDealId\": \"25038-19T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    },\n    {\n        \"investorId\": \"58781-35\",\n        \"companyId\": \"55758-97\",\n        \"companyName\": \"Gusto\",\n        \"investorStatus\": \"Active Investor\",\n        \"investmentDate\": \"2012-12-11\",\n        \"investmentDealId\": \"23150-98T\",\n        \"exitDate\": null,\n        \"exitDealId\": null\n    }\n]"}],"_postman_id":"866b5a24-2521-47d4-8431-9fc2c904778d"},{"name":"Investor Preferences","id":"04c1d19a-ea02-4436-9680-b96b73ba5289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/11134-45/investment-preferences","description":"<p><code>GET /investors/{pbId}/investment-preferences</code></p>\n<p>Retrieves key investment preferences of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","11134-45","investment-preferences"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"f46b16df-e3c7-4366-9dce-49fb633eb329","name":"Investor Preferences","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/11134-45/investment-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 03 Nov 2021 19:51:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"11134-45\",\n    \"investorName\": \"CDH Investments\",\n    \"preferredInvestmentAmount\": {\n        \"min\": {\n            \"amount\": 5000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 5000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 300000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 300000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredDealSize\": {\n        \"min\": {\n            \"amount\": 5000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 5000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 1000000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredCompanyValuation\": {\n        \"min\": {\n            \"amount\": 10000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 10000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 3000000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredEbitda\": {\n        \"min\": {\n            \"amount\": 10000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 10000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 1000000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredEbit\": {\n        \"min\": {\n            \"amount\": 10000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 10000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 1000000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredRevenue\": {\n        \"min\": {\n            \"amount\": 100000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 100000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": {\n            \"amount\": 5000000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 5000000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        }\n    },\n    \"preferredInvestmentHorizon\": {\n        \"min\": 3,\n        \"max\": 5\n    },\n    \"geographicalPreferences\": [\n        {\n            \"regionGroup\": {\n                \"code\": \"gAs\",\n                \"description\": \"Asia\"\n            },\n            \"regionSegment\": {\n                \"code\": \"sgEastAsia\",\n                \"description\": \"East Asia\"\n            },\n            \"regionCode\": {\n                \"code\": \"cCHI\",\n                \"description\": \"China\"\n            },\n            \"regionState\": null\n        }\n    ],\n    \"otherInvestmentPreferences\": [\n        {\n            \"code\": \"PMINS\",\n            \"description\": \"Prefers minority stake\"\n        },\n        {\n            \"code\": \"SYND\",\n            \"description\": \"Will syndicate\"\n        }\n    ],\n    \"preferredIndustry\": [],\n    \"preferredDealTypes\": [\n        {\n            \"code\": \"ACQF\",\n            \"description\": \"Acquisition Financing\"\n        },\n        {\n            \"code\": \"LBO\",\n            \"description\": \"Buyout/LBO\"\n        },\n        {\n            \"code\": \"CONV\",\n            \"description\": \"Convertible Debt\"\n        },\n        {\n            \"code\": \"LVC\",\n            \"description\": \"Later Stage VC\"\n        },\n        {\n            \"code\": \"MBI\",\n            \"description\": \"Management Buy-In\"\n        },\n        {\n            \"code\": \"MBO\",\n            \"description\": \"Management Buyout\"\n        },\n        {\n            \"code\": \"MEZ\",\n            \"description\": \"Mezzanine\"\n        },\n        {\n            \"code\": \"PEGTH\",\n            \"description\": \"PE Growth/Expansion\"\n        },\n        {\n            \"code\": \"PIPE\",\n            \"description\": \"PIPE\"\n        },\n        {\n            \"code\": \"SubDebt\",\n            \"description\": \"Subordinated Debt\"\n        }\n    ],\n    \"preferredVerticals\": [],\n    \"assetPreferences\": [\n        {\n            \"assetClass\": {\n                \"code\": \"RE\",\n                \"description\": \"Real Estate\"\n            },\n            \"subcategory\": {\n                \"code\": \"MF\",\n                \"description\": \"Multi-family\"\n            }\n        },\n        {\n            \"assetClass\": {\n                \"code\": \"RE\",\n                \"description\": \"Real Estate\"\n            },\n            \"subcategory\": {\n                \"code\": \"OFFC\",\n                \"description\": \"Office\"\n            }\n        },\n        {\n            \"assetClass\": {\n                \"code\": \"RE\",\n                \"description\": \"Real Estate\"\n            },\n            \"subcategory\": {\n                \"code\": \"RTL\",\n                \"description\": \"Retail\"\n            }\n        }\n    ]\n}"}],"_postman_id":"04c1d19a-ea02-4436-9680-b96b73ba5289"},{"name":"Investor Funds","id":"611677b7-9378-4759-b11c-4b8d434301c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/funds","description":"<p><code>GET /investors/{pbId}/funds</code></p>\n<p>Retrieves open and closed funds of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","funds"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"0e096faa-c6fa-4319-8af2-e9bc8c0602d0","name":"Investor Funds 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:10:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"58781-35\",\n    \"stats\": {\n        \"totalFundsOpen\": 3,\n        \"totalFundsClosed\": 4\n    },\n    \"minFundSize\": {\n        \"amount\": 50000000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 50000000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"medianFundSize\": {\n        \"amount\": 137951520,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 137951520,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"maxFundSize\": {\n        \"amount\": 210000000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 210000000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"fundInfo\": [\n        {\n            \"fundId\": \"18673-75F\",\n            \"fundName\": \"137 Opportunity Fund\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"17664-40F\",\n            \"fundName\": \"Astronave Holdings II\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"17669-80F\",\n            \"fundName\": \"137 Ventures V\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"16210-72F\",\n            \"fundName\": \"137 Ventures IV\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"15139-90F\",\n            \"fundName\": \"137 Ventures III\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"14650-30F\",\n            \"fundName\": \"137 Ventures II\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        },\n        {\n            \"fundId\": \"14651-83F\",\n            \"fundName\": \"137 Ventures\",\n            \"fundType\": {\n                \"code\": \"VC\",\n                \"description\": \"Venture - General\"\n            }\n        }\n    ]\n}"}],"_postman_id":"611677b7-9378-4759-b11c-4b8d434301c9"},{"name":"Investor Last Closed Fund","id":"021988aa-90aa-4a1b-b83c-9bdfb2f1a5de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/last-closed-fund","description":"<blockquote>\n<p><code>GET /investors/{pbId}/last-closed-fund</code></p>\n</blockquote>\n<p>Retrieves key data about last closed fund of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","last-closed-fund"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"7b5fe9e5-074e-4ecd-8b03-3d1403909987","name":"Investor Last Closed Fund 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/last-closed-fund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:11:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"58781-35\",\n    \"fundId\": \"16210-72F\",\n    \"fundName\": \"137 Ventures IV\",\n    \"fundVintage\": 2019,\n    \"fundSize\": {\n        \"amount\": 210000000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 210000000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"fundType\": {\n        \"code\": \"VC\",\n        \"description\": \"Venture - General\"\n    },\n    \"fundCloseDate\": \"2019-03-12\",\n    \"fundOpenDate\": null\n}"}],"_postman_id":"021988aa-90aa-4a1b-b83c-9bdfb2f1a5de"},{"name":"Investor General Service Providers","id":"3575176a-75db-442c-805b-2960a51ebd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/11295-73/general-service-providers","description":"<blockquote>\n<p><code>GET /investors/{pbId}/general-service-providers</code></p>\n</blockquote>\n<p>Retrieves current and former general service providers of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","11295-73","general-service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"3aeb16b6-02ae-4c97-8c24-eaadfc719a38","name":"Investor General Service Providers 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/11295-73/general-service-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:12:08 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"11295-73\",\n    \"currentGeneralServices\": [\n        {\n            \"serviceProviderId\": \"56508-22\",\n            \"serviceProviderName\": \"AI Partners Executive Search\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"226649-71\",\n            \"serviceProviderName\": \"Aksiom\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"20672-74\",\n            \"serviceProviderName\": \"Cabrillo Advisors\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"95905-63\",\n            \"serviceProviderName\": \"Corestar Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"54526-69\",\n            \"serviceProviderName\": \"David Powell\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10072-27\",\n            \"serviceProviderName\": \"Fenwick & West\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"42891-31\",\n            \"serviceProviderName\": \"Greenough Consulting Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"128387-89\",\n            \"serviceProviderName\": \"Jamesbeck Global Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10070-92\",\n            \"serviceProviderName\": \"Jones Day\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"56873-35\",\n            \"serviceProviderName\": \"Kranz & Associates\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"ADM\",\n                        \"description\": \"Fund Administrator\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"147113-47\",\n            \"serviceProviderName\": \"N2Growth\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"59187-70\",\n            \"serviceProviderName\": \"NYPPEX Private Markets\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"BI\",\n                        \"description\": \"Business Intermediary\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"62256-43\",\n            \"serviceProviderName\": \"Renovata Partners\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"RECF\",\n                        \"description\": \"Recruiting Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"111814-39\",\n            \"serviceProviderName\": \"Sequoia Consulting Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"52885-54\",\n            \"serviceProviderName\": \"SRS Acquiom\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"233191-45\",\n            \"serviceProviderName\": \"Tonex\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CON\",\n                \"description\": \"Consulting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"51368-68\",\n            \"serviceProviderName\": \"VLP Law Group\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        }\n    ],\n    \"formerGeneralServices\": []\n}"}],"_postman_id":"3575176a-75db-442c-805b-2960a51ebd56"},{"name":"Investor Deal Service Providers","id":"113230d8-3403-44e8-949f-6de110a06421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/11295-73/deal-service-providers","description":"<blockquote>\n<p><code>GET /investors/{pbId}/deal-service-providers</code></p>\n</blockquote>\n<p>Retrieves service providers that serviced deals of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","11295-73","deal-service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"ea1da49f-a34d-48f5-b7ee-0a85d3e6f888","name":"Investor Deal Service Providers 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/investors/11295-73/deal-service-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:12:39 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"170904-16T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"168265-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"165895-66T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"169321-60T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"169322-05T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"169064-56T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"168629-23T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160028-47T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"134241-76T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"167904-91T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"167170-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"165523-24T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"165885-76T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"165825-10T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160026-22T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"161236-18T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"161050-96T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"161005-69T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160732-63T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160723-72T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160749-64T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"135646-84T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160643-35T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160553-89T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"160339-06T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"159864-31T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10103-32\",\n        \"serviceProviderName\": \"Sidley Austin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"165137-32T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"159740-38T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"159605-02T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157938-22T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"159009-49T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"158958-82T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157723-30T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"158246-92T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"158369-32T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157968-46T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157920-67T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157708-18T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157701-52T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"127051-48T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157552-03T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"140759-29T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"157260-16T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"149060-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"149109-04\",\n        \"serviceProviderName\": \"L&L Partners\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"155728-72T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"156332-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"169140-79T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10039-24\",\n        \"serviceProviderName\": \"Morgan Lewis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"155485-09T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"146214-55T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"139529-08T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"135172-54T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"110502-55T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"137848-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"137152-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"434674-72\",\n        \"serviceProviderName\": \"Algo Legal\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"132452-65T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"136726-12T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"136367-38T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"136359-73T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"134872-21T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"135110-35T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"135760-69T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"130842-19T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"11033-29\",\n        \"serviceProviderName\": \"Osborne Clarke\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"133555-96T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"131260-15T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"131444-38T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"132536-71T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"132374-35T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"132273-01T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"131552-92T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"130391-38T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"129968-38T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"127393-93T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"127295-29T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"119000-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"119203-48T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"124010-83T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"124623-46T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"126347-23T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"122429-89T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"124577-02T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"127066-15T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"123301-63T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"122600-89T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"122007-25T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"120918-43T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"121424-23T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"119537-47T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"119621-35T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"111791-71T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"119312-11T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"118662-67T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"118638-73T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"120911-14T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"266992-39\",\n        \"serviceProviderName\": \"Themis Associates\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"123416-29T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"118424-89T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"118091-98T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"117510-31T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"115512-22T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"116827-30T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114387-13T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"116028-37T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"116246-44T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"115317-01T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"116030-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10060-93\",\n        \"serviceProviderName\": \"BDO\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"AC\",\n                    \"description\": \"Accounting/Auditor\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADVFDD\",\n            \"description\": \"Advisor: Financial Due Diligence\"\n        },\n        \"dealIdServiceProvided\": \"118235-17T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"115805-17T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"115781-68T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"115805-17T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"107295-13T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10496-89\",\n        \"serviceProviderName\": \"KPMG Corporate Finance\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"AC\",\n                    \"description\": \"Accounting/Auditor\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"MC\",\n                    \"description\": \"Management Consultants\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"114843-79T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114843-79T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114768-82T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114711-49T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"114362-83T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"113020-48T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"81938-53T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"81938-53T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"112829-59T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"112564-18T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"112197-61T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"111207-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"113420-98T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"108202-69T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"109871-11T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"113134-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"106620-94T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"105697-90T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"106746-40T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"87582-52T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"104548-78T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"104330-44T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"99466-39T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"100739-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"116156-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"108444-79T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"100108-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"100032-31T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"95674-87T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"96886-45T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"93833-56T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"93527-11T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"87357-43T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"69576-40T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"89049-25T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"88957-99T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10015-03\",\n        \"serviceProviderName\": \"EY\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"AC\",\n                    \"description\": \"Accounting/Auditor\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"TAX\",\n            \"description\": \"Tax\"\n        },\n        \"dealIdServiceProvided\": \"88534-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10014-85\",\n        \"serviceProviderName\": \"KPMG\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"AC\",\n                    \"description\": \"Accounting/Auditor\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"ACON\",\n            \"description\": \"Accounting\"\n        },\n        \"dealIdServiceProvided\": \"88534-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10029-16\",\n        \"serviceProviderName\": \"Latham & Watkins\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"88534-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"121129-84\",\n        \"serviceProviderName\": \"S&R Associates\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"88534-00T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"88109-65T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"86942-17T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"79748-74T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"79487-56T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"42866-38\",\n        \"serviceProviderName\": \"Qatalyst Partners\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"77213-98T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10072-27\",\n        \"serviceProviderName\": \"Fenwick & West\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"78610-42T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"68172-67T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"11635-48\",\n        \"serviceProviderName\": \"Conyers Dill & Pearman\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"51951-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"48539-26\",\n        \"serviceProviderName\": \"FangDa Partners\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"51951-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"99647-56\",\n        \"serviceProviderName\": \"Huatai United Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"51951-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"51951-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"51951-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"11513-44\",\n        \"serviceProviderName\": \"China International Capital Corporation\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"66845-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10037-08\",\n        \"serviceProviderName\": \"Weil, Gotshal & Manges\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"72679-96T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"42381-10\",\n        \"serviceProviderName\": \"CITIC Securities\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"60475-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"11635-48\",\n        \"serviceProviderName\": \"Conyers Dill & Pearman\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"60475-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"60475-33T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"61703-83T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"42181-84\",\n        \"serviceProviderName\": \"Avendus Capital\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"MB\",\n                    \"description\": \"Merchant Bank\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"66610-27T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59632-57T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59052-07T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"59059-72T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-87\",\n        \"serviceProviderName\": \"O'Melveny & Myers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"55764-73T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"51886-63T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"53895-97T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"48539-26\",\n        \"serviceProviderName\": \"FangDa Partners\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"76071-34T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10067-86\",\n        \"serviceProviderName\": \"Cooley\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"47344-15T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10103-32\",\n        \"serviceProviderName\": \"Sidley Austin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"44662-15T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"38869-12T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"37896-04T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"37850-05T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10037-08\",\n        \"serviceProviderName\": \"Weil, Gotshal & Manges\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"34553-35T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"64138-87\",\n        \"serviceProviderName\": \"DaHui Lawyers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"44301-16T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"31838-86T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"31167-82T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"41708-17\",\n        \"serviceProviderName\": \"AZB & Partners\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"29924-02T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"28637-47T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"11635-48\",\n        \"serviceProviderName\": \"Conyers Dill & Pearman\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"22386-70T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"56220-49\",\n        \"serviceProviderName\": \"Han Yi Law Office\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"22386-70T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"22386-70T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10045-63\",\n        \"serviceProviderName\": \"Skadden, Arps, Slate, Meagher & Flom\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"22386-70T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"25360-39T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-87\",\n        \"serviceProviderName\": \"O'Melveny & Myers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"20574-91T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"18017-65T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"18596-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10091-80\",\n        \"serviceProviderName\": \"Paul Hastings\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"29203-57T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10091-80\",\n        \"serviceProviderName\": \"Paul Hastings\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17312-32T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10034-56\",\n        \"serviceProviderName\": \"Goodwin\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17501-32T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10019-98\",\n        \"serviceProviderName\": \"Kirkland & Ellis\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"20098-63T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"64138-87\",\n        \"serviceProviderName\": \"DaHui Lawyers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"30690-82T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10058-05\",\n        \"serviceProviderName\": \"Bingham McCutchen\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17511-49T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10037-08\",\n        \"serviceProviderName\": \"Weil, Gotshal & Manges\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17516-62T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10096-93\",\n        \"serviceProviderName\": \"Morrison & Foerster\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17547-49T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-87\",\n        \"serviceProviderName\": \"O'Melveny & Myers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"20096-83T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10076-86\",\n        \"serviceProviderName\": \"Sagent Advisors\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"16772-50T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"10178-29T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10025-38\",\n        \"serviceProviderName\": \"Sonnenschein Nath & Rosenthal\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17550-73T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"56018-17\",\n        \"serviceProviderName\": \"Zhong Lun Law Firm\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"32268-52T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-87\",\n        \"serviceProviderName\": \"O'Melveny & Myers\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17550-64T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10108-09\",\n        \"serviceProviderName\": \"Wilson Sonsini Goodrich & Rosati\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"21289-96T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10075-78\",\n        \"serviceProviderName\": \"Gunderson Dettmer\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17552-98T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"10070-92\",\n        \"serviceProviderName\": \"Jones Day\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"LGL\",\n                    \"description\": \"Law Firm\"\n                },\n                \"primary\": true\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"LAD\",\n            \"description\": \"Legal Advisor\"\n        },\n        \"dealIdServiceProvided\": \"17588-26T\"\n    },\n    {\n        \"investorId\": \"11295-73\",\n        \"serviceProviderId\": \"42181-84\",\n        \"serviceProviderName\": \"Avendus Capital\",\n        \"serviceProviderTypes\": [\n            {\n                \"type\": {\n                    \"code\": \"IB\",\n                    \"description\": \"Investment Bank\"\n                },\n                \"primary\": true\n            },\n            {\n                \"type\": {\n                    \"code\": \"FIA\",\n                    \"description\": \"Financing Advisory\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"LEN\",\n                    \"description\": \"Lender\"\n                },\n                \"primary\": false\n            },\n            {\n                \"type\": {\n                    \"code\": \"MB\",\n                    \"description\": \"Merchant Bank\"\n                },\n                \"primary\": false\n            }\n        ],\n        \"serviceProvided\": {\n            \"code\": \"DADV\",\n            \"description\": \"Advisor: General\"\n        },\n        \"dealIdServiceProvided\": \"66610-81T\"\n    }\n]"}],"_postman_id":"113230d8-3403-44e8-949f-6de110a06421"},{"name":"Investor Board Seats","id":"5416f032-2915-47b5-aafb-b818d2a87f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/investors/58781-35/board-seats","description":"<blockquote>\n<p><code>/investors/{pbId}/board-seats</code></p>\n</blockquote>\n<p>Retrieves current and former board seats of the specific investor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","board-seats"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"00777795-0abf-4ef1-91c9-474c6658fe3a","name":"Investor Board Seats 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/investors/58781-35/board-seats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:13:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"investorId\": \"58781-35\",\n    \"current\": [\n        {\n            \"personId\": \"53352-19P\",\n            \"personName\": \"Justin Fishner-Wolfson\",\n            \"boardCompanyId\": \"108107-02\",\n            \"boardCompanyName\": \"Virgin Hyperloop\",\n            \"onBoard\": true,\n            \"boardStartDate\": \"2016-05-11\",\n            \"boardEndDate\": null,\n            \"role\": \"Board Member\"\n        }\n    ],\n    \"former\": []\n}"}],"_postman_id":"5416f032-2915-47b5-aafb-b818d2a87f14"},{"name":"Investor Profile Updates","id":"08cc1094-6966-4ddd-be5c-5849823aaa6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/investors/58781-35/updates?trailingRange=10","description":"<p><code>GET /investors/{pbId}/updates</code></p>\n<p>Retrieves changes for the specific investor for up to the last 90 days.</p>\n<h5 id=\"investor-update-parameters\">Investor Update Parameters</h5>\n<p><strong>pbId</strong> : String. Investor pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["investors","58781-35","updates"],"host":["api","pitchbook","com"],"query":[{"key":"trailingRange","value":"10"}],"variable":[]}},"response":[{"id":"c2fb64de-7130-4862-b0c2-f0597521b73f","name":"Investor Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/investors/58781-35/updates?trailingRange=10","protocol":"https","host":["api","pitchbook","com"],"path":["investors","58781-35","updates"],"query":[{"key":"trailingRange","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 26 Oct 2020 10:08:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Investor Bio\": \"Yes\",\n        \"Investment Preferences\": \"No\",\n        \"All Investments\": \"No\",\n        \"Investor Funds\": \"No\",\n        \"Active Investments\": \"No\"\n    }\n}"}],"_postman_id":"08cc1094-6966-4ddd-be5c-5849823aaa6b"}],"id":"fc82ceb6-3f60-4f05-8069-3094692747e5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"57cd1965-05de-42e5-ac94-1fda653ac6ef"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c619aabe-eaa4-4be3-ab12-bea2d6d93e34"}}],"_postman_id":"fc82ceb6-3f60-4f05-8069-3094692747e5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"People","item":[{"name":"People Search","id":"15693b1f-1fc1-4676-bdd9-4bee534d67e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/people/search?positionLevel=CEO,CFO,CIO&positionTitle=Chief Executive Officer","description":"<p><code>GET people/search</code></p>\n<h5 id=\"people-search-parameters\">People Search Parameters</h5>\n<p><strong>firmNames</strong> : Pass a list of firm names, ids, websites or tickers. Will return results for all entity types with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>personNames</strong> : Pass a list of person names or ids. Will return results for all persons with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>biography</strong> : Search for people by words and phrases in their biography text.</p>\n<hr />\n<p><strong>university</strong> : Find people by their graduating institution.</p>\n<hr />\n<p><strong>firmType</strong> : Find people associated with a specific firm type.</p>\n<hr />\n<p><strong>positionLevel</strong> : Find people by their level code.</p>\n<hr />\n<p><strong>positionTitle</strong> : Find people by the keywords related to their positions.</p>\n<hr />\n<p><strong>primaryPositionOnly</strong> : Search for people by additional parameter concerning their positions. Set this parameter as True and use in pair with positionTitle option.</p>\n<hr />\n<p><strong>department</strong> : Find people within an organization by the department they work in.</p>\n<hr />\n<p><strong>status</strong> : Find people by position status (active or former).</p>\n<hr />\n<p><strong>gender</strong> : Find people by gender (male or female).</p>\n<hr />\n<p><strong>industry</strong> : People can be found by industry code of the companies associated with them.</p>\n<hr />\n<p><strong>verticals</strong> : People can be found by vertical code of the companies associated with them.</p>\n<hr />\n<p><strong>industryAndVertical</strong> : When using both industry and vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True.</p>\n<hr />\n<p><strong>city</strong> : Search for people by city of their entities<br />stateProvince Search for people by state/provinces of their entities.</p>\n<hr />\n<p><strong>country</strong> : Search for people by countries of their entities.</p>\n<hr />\n<p><strong>postCode</strong> : Search for people by postcodes of their entities.</p>\n<p><strong>locationType</strong> : Search for people by additional parameter concerning the entities specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>firstName</strong> : Find people by first name.</p>\n<hr />\n<p><strong>lastName</strong> : Find people by last name.</p>\n<hr />\n<p><strong>email</strong> : Find people by email.</p>\n<hr />\n<p><strong>domain</strong> : Find people by domain.</p>\n<hr />\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page<br />perPage How many returned results show on page.</p>\n<hr />\n<p><strong>perPage</strong> : How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["people","search"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"key":"firmNames","value":"51136-75"},{"disabled":true,"key":"personNames","value":"35524-99P"},{"disabled":true,"key":"biography","value":"IT executive"},{"disabled":true,"key":"university","value":"MIT"},{"disabled":true,"key":"firmType","value":"I_VC"},{"description":{"content":"<p>FO = founder</p>\n","type":"text/plain"},"key":"positionLevel","value":"CEO,CFO,CIO"},{"key":"positionTitle","value":"Chief Executive Officer"},{"disabled":true,"key":"primaryPositionOnly","value":"TRUE"},{"disabled":true,"key":"department","value":"ACC"},{"disabled":true,"key":"status","value":"active"},{"disabled":true,"key":"gender","value":"male"},{"disabled":true,"description":{"content":"<p>healthcare | technology </p>\n","type":"text/plain"},"key":"industry","value":"10"},{"disabled":true,"key":"verticals","value":"3D"},{"disabled":true,"key":"industryAndVertical","value":"True"},{"disabled":true,"key":"city","value":"Seattle"},{"disabled":true,"key":"stateProvince","value":"WA"},{"disabled":true,"key":"country","value":"USA"},{"disabled":true,"key":"postCode","value":"98765"},{"disabled":true,"key":"locationType","value":"HQ_ONLY"},{"disabled":true,"key":"firstName","value":"James"},{"disabled":true,"key":"lastName","value":"Johnson"},{"disabled":true,"key":"email","value":"james.johson@pitchbook.com"},{"disabled":true,"key":"domain","value":"pitchbook.com"},{"disabled":true,"key":"perPage","value":"25"}],"variable":[]}},"response":[{"id":"29c6b042-bea3-4159-8f91-2f3775486a99","name":"People Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/people/search?verticals=bd&postCode=98103","protocol":"https","host":["api","pitchbook","com"],"path":["people","search"],"query":[{"key":"verticals","value":"bd"},{"key":"postCode","value":"98103"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 17 Jul 2020 13:31:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 36,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 2\n    },\n    \"items\": [\n        {\n            \"personId\": \"13546-09P\",\n            \"personName\": \"Oren Etzioni Ph.D\",\n            \"firmId\": \"108783-64\"\n        },\n        {\n            \"personId\": \"13681-18P\",\n            \"personName\": \"Brooke Seawell\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"13734-28P\",\n            \"personName\": \"Victor Chang\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"13917-34P\",\n            \"personName\": \"Thomas Huseby\",\n            \"firmId\": \"53838-01\"\n        },\n        {\n            \"personId\": \"35642-71P\",\n            \"personName\": \"Thomas Walker\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"35642-98P\",\n            \"personName\": \"Patrick Hanrahan\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"35643-16P\",\n            \"personName\": \"Chris Stolte Ph.D\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"43003-27P\",\n            \"personName\": \"Kartheepan Madasamy\",\n            \"firmId\": \"229270-06\"\n        },\n        {\n            \"personId\": \"47668-78P\",\n            \"personName\": \"Omri Mor\",\n            \"firmId\": \"56311-12\"\n        },\n        {\n            \"personId\": \"49129-93P\",\n            \"personName\": \"Daniel Jewett\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"49378-51P\",\n            \"personName\": \"Carlos Guestrin Ph.D\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"49380-67P\",\n            \"personName\": \"Joseph Gonzalez Ph.D\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"52547-95P\",\n            \"personName\": \"Ping Wang\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"52549-03P\",\n            \"personName\": \"Sethu Raman\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"55078-39P\",\n            \"personName\": \"Eric Lynch Ph.D\",\n            \"firmId\": \"186974-20\"\n        },\n        {\n            \"personId\": \"56559-16P\",\n            \"personName\": \"Daniel Miller\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"57065-23P\",\n            \"personName\": \"Roland Freygang\",\n            \"firmId\": \"44506-99\"\n        },\n        {\n            \"personId\": \"60848-65P\",\n            \"personName\": \"Danny Bickson Ph.D\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"60849-73P\",\n            \"personName\": \"Yucheng Low Ph.D\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"60850-63P\",\n            \"personName\": \"Haijie Gu Ph.D\",\n            \"firmId\": \"56927-80\"\n        },\n        {\n            \"personId\": \"63325-18P\",\n            \"personName\": \"Justin Myers\",\n            \"firmId\": \"56311-12\"\n        },\n        {\n            \"personId\": \"69187-24P\",\n            \"personName\": \"Jacob Edelstein\",\n            \"firmId\": \"434174-68\"\n        },\n        {\n            \"personId\": \"90742-60P\",\n            \"personName\": \"Colin Megill\",\n            \"firmId\": \"107188-03\"\n        },\n        {\n            \"personId\": \"90744-22P\",\n            \"personName\": \"Christopher Small\",\n            \"firmId\": \"107188-03\"\n        },\n        {\n            \"personId\": \"102868-39P\",\n            \"personName\": \"Neel Kishan\",\n            \"firmId\": \"56927-80\"\n        }\n    ]\n}"}],"_postman_id":"15693b1f-1fc1-4676-bdd9-4bee534d67e3"},{"name":"People Bio","id":"4feb2e30-83a6-49ff-bc92-5c7f7defe8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/people/217377-01P/bio","description":"<p><code>GET /people/{pbid}/bio</code></p>\n<p>Retrieves key data points about specific person.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["people","217377-01P","bio"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"bf896558-9289-4865-803f-300c3adaacfb","name":"People Bio 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/people/217377-01P/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:13:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"personId\": \"217377-01P\",\n    \"personName\": {\n        \"full\": \"Jane Trust\",\n        \"first\": \"Jane\",\n        \"last\": \"Trust\",\n        \"middle\": \"E.\",\n        \"prefix\": null,\n        \"suffix\": null\n    },\n    \"biography\": \"Ms. Jane E. Trust, Senior Managing Director of Legg Mason & Co., LLC (Legg Mason & Co.) (since 2018); Managing Director of Legg Mason & Co. (2016 to 2018); Officer and/or Trustee/Director of 145 funds associated with Legg Mason Partners Fund Advisor, LLC (LMPFA) or its affiliates (since 2015); President and Chief Executive Officer of LMPFA (since 2015); formerly, Senior Vice President of LMPFA (2015); Director of ClearBridge, LLC (formerly, Legg Mason Capital Management, LLC) (2007 to 2014); Managing Director of Legg Mason Investment Counsel & Trust Co. (2000 to 2007).\",\n    \"linkedInProfileUrl\": \"http://linkedin.com/in/janeevans1/\",\n    \"gender\": \"Female\",\n    \"primaryEntityId\": \"438757-75\",\n    \"primaryEntityName\": \"Western Asset Inflation Linked Opportunities and Income Fund\",\n    \"primaryEntityType\": \"Company\",\n    \"primaryEntityWebsite\": null,\n    \"primaryPosition\": \"Chief Executive Officer & Board Member\",\n    \"primaryOffice\": {\n        \"location\": \"New York, NY\",\n        \"addressLine1\": \"620 Eighth Avenue\",\n        \"addressLine2\": \"49th Floor\",\n        \"city\": \"New York\",\n        \"stateProvince\": \"New York\",\n        \"postCode\": \"10018\",\n        \"country\": \"United States\",\n        \"phone\": \"+1 (888) 777-0102\",\n        \"fax\": null,\n        \"email\": null,\n        \"globalRegion\": \"Americas\",\n        \"globalSubRegion\": \"North America\"\n    }\n}"}],"_postman_id":"4feb2e30-83a6-49ff-bc92-5c7f7defe8f8"},{"name":"People Contact","id":"cdae9b4d-4842-439c-b007-51e14c90a528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/people/39058-75P/contact","description":"<p><code>GET /people/{pbId}/contact</code></p>\n<p>Retrieves contact information of the specific person.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["people","39058-75P","contact"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"b671792d-fb7e-4e3d-8186-cbc64ad45f64","name":"People Contact","originalRequest":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/people/39058-75P/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 17 Jul 2020 13:53:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"personId\": \"39058-75P\",\n    \"fullName\": \"Robert Fairbairn\",\n    \"phone\": \"+1 (800) 882-0052\",\n    \"fax\": null,\n    \"email\": \"robert.fairbairn@blackrock.com\"\n}"}],"_postman_id":"cdae9b4d-4842-439c-b007-51e14c90a528"},{"name":"People Education/Work","id":"5580d5bb-0943-4324-bd5f-dfa6f2c794ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/people/53503-66P/education-work","description":"<p><code>GET /people/{pbId}/education-work</code></p>\n<p>Retrieves company, deal, fund and advisory roles of the specific person</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["people","53503-66P","education-work"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"b55fa8e4-80db-4567-8e33-65e27ce8bb3e","name":"People Education/Work 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/people/53503-66P/education-work"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:14:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"personId\": \"53503-66P\",\n    \"fullName\": \"Thomas Faust Jr.\",\n    \"education\": [\n        {\n            \"institution\": \"Massachusetts Institute of Technology (MIT)\",\n            \"degree\": \"BS (Bachelor of Science)\",\n            \"yearOfGraduation\": 1981\n        },\n        {\n            \"institution\": \"Harvard Business School\",\n            \"degree\": \"MBA (Master of Business Administration)\",\n            \"yearOfGraduation\": 1985\n        }\n    ],\n    \"companyRoles\": [\n        {\n            \"companyId\": \"100146-79\",\n            \"companyName\": \"Eaton Vance CA Muni Income Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"100147-15\",\n            \"companyName\": \"Eaton Vance California Municipal Bond Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308328-40\",\n            \"companyName\": \"Eaton Vance Enhanced Equity Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308337-76\",\n            \"companyName\": \"Eaton Vance Enhanced Equity Income II\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312704-02\",\n            \"companyName\": \"Eaton Vance Floating-Rate 2022 Target Term Trust Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308353-60\",\n            \"companyName\": \"Eaton Vance Floating-rate Income\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312696-10\",\n            \"companyName\": \"Eaton Vance High Income 2021 Target Term Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"100148-68\",\n            \"companyName\": \"Eaton Vance Limited Duration Income\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"105768-91\",\n            \"companyName\": \"Eaton Vance Municipal Bond Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"98411-86\",\n            \"companyName\": \"Eaton Vance Municipal Income 2028 Term Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308372-95\",\n            \"companyName\": \"Eaton Vance Municipal Income Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312594-76\",\n            \"companyName\": \"Eaton Vance National Municipal Opportunities Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"100147-87\",\n            \"companyName\": \"Eaton Vance New York Municipal Bond Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"100149-22\",\n            \"companyName\": \"Eaton Vance New York Municipal Income Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312580-81\",\n            \"companyName\": \"Eaton Vance Risk-Managed Diversified Equity Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308382-13\",\n            \"companyName\": \"Eaton Vance Senior Floating Rate Trust\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"308391-49\",\n            \"companyName\": \"Eaton Vance Senior Income\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312459-04\",\n            \"companyName\": \"Eaton Vance Short Duration Diversified Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312659-29\",\n            \"companyName\": \"Eaton Vance Tax-Advantaged Bond and Option Strategies Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312468-31\",\n            \"companyName\": \"Eaton Vance Tax-Advantaged Dividend Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312483-52\",\n            \"companyName\": \"Eaton Vance Tax-Advantaged Global Dividend Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312494-32\",\n            \"companyName\": \"Eaton Vance Tax-Advantaged Global Dividend Opportunities Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312520-42\",\n            \"companyName\": \"Eaton Vance Tax-Managed Buy-Write Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312533-38\",\n            \"companyName\": \"Eaton Vance Tax-Managed Buy-Write Opportunities Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312555-61\",\n            \"companyName\": \"Eaton Vance Tax-Managed Diversified Equity Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312543-64\",\n            \"companyName\": \"Eaton Vance Tax-Managed Global Buy-Write Opportunities Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312572-62\",\n            \"companyName\": \"Eaton Vance Tax-Managed Global Diversified Equity Income Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Current\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"10641-07\",\n            \"companyName\": \"Eaton Vance\",\n            \"position\": \"Chief Executive Officer, Chairman & President\",\n            \"positionType\": \"Employee\",\n            \"positionStatus\": \"Former\",\n            \"positionStart\": \"1985-01-01\",\n            \"positionFinish\": null\n        },\n        {\n            \"companyId\": \"312679-99\",\n            \"companyName\": \"EV Floating-Rate Income Plus Fund\",\n            \"position\": \"Trustee\",\n            \"positionType\": \"Non-Employee\",\n            \"positionStatus\": \"Former\",\n            \"positionStart\": \"2007-01-01\",\n            \"positionFinish\": null\n        }\n    ],\n    \"boardSeats\": [\n        {\n            \"boardCompanyId\": \"10641-07\",\n            \"boardCompanyName\": \"Eaton Vance\",\n            \"boardRepresentingId\": null,\n            \"boardRepresentingName\": null,\n            \"positionStatus\": \"Former\",\n            \"boardStart\": \"1985-01-01\",\n            \"boardFinish\": null\n        }\n    ],\n    \"currentAdvisoryRoles\": [],\n    \"dealRoles\": [\n        {\n            \"dealId\": \"107390-53T\",\n            \"dealDate\": \"2018-06-13\",\n            \"companyId\": \"54107-11\",\n            \"companyName\": \"SigFig\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"dealId\": \"70356-52T\",\n            \"dealDate\": \"2016-05-16\",\n            \"companyId\": \"54107-11\",\n            \"companyName\": \"SigFig\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"dealId\": \"61236-10T\",\n            \"dealDate\": \"2012-08-06\",\n            \"companyId\": \"111543-40\",\n            \"companyName\": \"Hexavest\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"dealId\": \"56796-58T\",\n            \"dealDate\": \"2010-11-22\",\n            \"companyId\": \"115161-04\",\n            \"companyName\": \"Managed ETFs\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"dealId\": \"66661-30T\",\n            \"dealDate\": \"2008-12-31\",\n            \"companyId\": \"123347-08\",\n            \"companyName\": \"M.D. Sass Investors Services (TABS Business)\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        }\n    ],\n    \"fundRoles\": [\n        {\n            \"fundId\": \"13367-08F\",\n            \"fundName\": \"Eaton Vance Small Cap Core Fund\",\n            \"investorId\": \"10641-07\",\n            \"investorName\": \"Eaton Vance\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"fundId\": \"13843-18F\",\n            \"fundName\": \"Eaton Vance Global Macro Plus Fund\",\n            \"investorId\": \"10641-07\",\n            \"investorName\": \"Eaton Vance\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        },\n        {\n            \"fundId\": \"15858-19F\",\n            \"fundName\": \"Eaton Vance Institutional Senior Loan Plus Fund\",\n            \"investorId\": \"10641-07\",\n            \"investorName\": \"Eaton Vance\",\n            \"representingId\": \"10641-07\",\n            \"representingName\": \"Eaton Vance\"\n        }\n    ]\n}"}],"_postman_id":"5580d5bb-0943-4324-bd5f-dfa6f2c794ab"},{"name":"People Profile Updates","id":"7a383d6d-3bfd-4936-85fb-f24730199ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/people/53503-66P/updates?sinceDate=>2020-05-05","description":"<p><code>GET /people/{pbId}/updates</code></p>\n<p>Retrieves changes for the specific person for up to the last 90 days.</p>\n<h5 id=\"people-update-parameters\">People Update Parameters</h5>\n<p><strong>pbId</strong> : String. Person pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["people","53503-66P","updates"],"host":["api","pitchbook","com"],"query":[{"key":"sinceDate","value":">2020-05-05"}],"variable":[]}},"response":[],"_postman_id":"7a383d6d-3bfd-4936-85fb-f24730199ee9"}],"id":"3e3934eb-af74-48a9-a800-27140a4af228","_postman_id":"3e3934eb-af74-48a9-a800-27140a4af228","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Funds","item":[{"name":"Fund Search","id":"d7057ee9-1b85-4c92-96c4-d860a8ff7269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/funds/search?dryPowder=1^500&fundSize=1^5000&country=USA","description":"<p><code>GET /funds/search</code></p>\n<p>Retrieves funds along with the investors associated with the fund.</p>\n<h5 id=\"fund-search-parameters\">Fund Search Parameters</h5>\n<p><strong>fundNames</strong> : Pass a list of fund names or ids. Will return results for all funds with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>investorNames</strong> : Pass a list of investor names, ids, websites or tickers. Will return funds of the matching investor names. Use a comma to separate values.</p>\n<hr />\n<p><strong>fundType</strong> :  Funds can be found by their fund type code</p>\n<hr />\n<p><strong>dryPowder</strong> : Find funds that have a certain amount of dry powder. Search for funds with dry powder more than an amount using the &gt; operator, funds with dry powder less than an amount using the &lt; operator or funds with dry powder in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>fundSize</strong> :  Find funds that have a certain fund size. Search for funds with a larger fund size than an amount using the &gt; operator, funds with a smaller fund size than an amount using the &lt; operator or funds within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>city</strong> :  Search for funds by city of their investors \nstateProvince   Search for funds by state/provinces of their investors. </p>\n<hr />\n<p><strong>country</strong> :   Search for funds by countries of their investors.</p>\n<hr />\n<p><strong>postCode</strong> : Search for funds by postcodes of their investors\nlocationType    Search for funds by additional parameter concerning the investors specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>vintage</strong> :   Search for funds by vintage year. Search for funds with a vintage after a certain date using the &gt; operator, funds with a vintage before a certain date using the &lt; operator and funds with a vintage between 2 dates using the ^ operator\nfundStatus  Search for funds by the fund status. Pass a fund status code.</p>\n<hr />\n<p><strong>fundDate</strong> :  Find funds within a certain time frame. Search for a fund after a certain date using the &gt; operator, a fund before a certain date using the &lt; operator and a fund between 2 dates using the ^ operator.</p>\n<hr />\n<p><strong>commitmentSize</strong> :    Find funds by the size of individual commitments made to the fund. Search for funds with a commitment larger than an amount using the &gt; operator, funds with a commitment smaller than an amount using the &lt; operator and funds with a commitment between 2 amounts using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>commitmentDate</strong> :    Find funds by the date of individual commitments made to the fund. Search for funds with a commitment after a certain date using the &gt; operator, funds with a commitment before a certain date using the &lt; operator and funds with a commitment between 2 dates using the ^ operator.</p>\n<hr />\n<p><strong>limitedPartnerNames</strong> :   Search for funds by limited partners committed to them. Pass a list of limited partner names, ids, websites or tickers to return all funds they are invested in. Use a comma to separate values.</p>\n<hr />\n<p><strong>irr</strong> :   Search for funds by their IRR. Find funds with an IRR greater than a certain percentage using the &gt; operator, funds with an IRR smaller than a certain percentage using the &lt; operator and funds between certain percentages using the ^ operator.</p>\n<hr />\n<p><strong>dpi</strong> :   Search for funds by their DPI multiple. Find funds with a multiple greater than a value using the &gt; operator, funds with a mutliple smaller than a value using the &lt; operator and funds with a multiple between values using the ^ operator.</p>\n<hr />\n<p><strong>rvpi</strong> :  Search for funds by their RVPI multiple. Find funds with a multiple greater than a value using the &gt; operator, funds with a mutliple smaller than a value using the &lt; operator and funds with a multiple between values using the ^ operator.</p>\n<hr />\n<p><strong>tvpi</strong> :  Search for funds by their TVPI multiple. Find funds with a multiple greater than a value using the &gt; operator, funds with a mutliple smaller than a value using the &lt; operator and funds with a multiple between values using the ^ operator.</p>\n<hr />\n<p><strong>industryPreferences</strong> :   Find funds by their industry preferences.</p>\n<hr />\n<p><strong>verticalsPreferences</strong> :  Find funds by their verticals preferences.</p>\n<hr />\n<p><strong>geographicalPreferences</strong> :   Find funds by their geographical preferences.</p>\n<hr />\n<p><strong>additionalPreferences</strong> : Find funds by their additional investment preferences.</p>\n<hr />\n<p><strong>preferredInvestmentAmount</strong> : Find funds by their preferred investment amount. Search for funds with preferred investment more than an amount using the &gt; operator, funds with preferred investment less than an amount using the &lt; operator or fundrs with preferred investment within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>preferredDealTypes</strong> :    Find funds by their preferred deal type.</p>\n<hr />\n<p><strong>currency</strong> :  Specify the currency that your other parameters, such as fundSize, are entered as. It depends on the currency in user preferences.</p>\n<hr />\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<hr />\n<p><strong>perPage</strong> :   How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","search"],"host":["api","pitchbook","com"],"query":[{"disabled":true,"key":"fundNames","value":"11373-13F"},{"disabled":true,"key":"investorNames","value":"10120-60"},{"disabled":true,"key":"fundType","value":"VC"},{"key":"dryPowder","value":"1^500"},{"key":"fundSize","value":"1^5000"},{"disabled":true,"key":"city","value":"Seattle"},{"disabled":true,"key":"stateProvince","value":"WA"},{"key":"country","value":"USA"},{"disabled":true,"key":"postCode","value":"98125"},{"disabled":true,"key":"locationType","value":"HQ_ONLY"},{"disabled":true,"key":"fundDomicileStateProvince","value":"WA"},{"disabled":true,"key":"fundDomicileCountry","value":"USA"},{"disabled":true,"key":"vintage","value":">2019"},{"disabled":true,"key":"fundStatus","value":"CLOS"},{"disabled":true,"key":"fundDate","value":">2019-01-01"},{"disabled":true,"key":"commitmentSize","value":">1"},{"disabled":true,"key":"commitmentDate","value":">2000-01-01"},{"disabled":true,"key":"limitedPartnerNames","value":"10014-31"},{"disabled":true,"key":"irr","value":">1"},{"disabled":true,"key":"dpi","value":"1^5"},{"disabled":true,"key":"rvpi","value":">1"},{"disabled":true,"key":"tvpi","value":">1"},{"disabled":true,"key":"industryPreferences","value":"10"},{"disabled":true,"key":"verticalsPreferences","value":"3D"},{"disabled":true,"key":"geographicalPreferences","value":"USA"},{"disabled":true,"key":"additionalPreferences","value":"IGPS"},{"disabled":true,"key":"preferredInvestmentAmount","value":">1"},{"disabled":true,"key":"preferredDealTypes","value":"SeedA"},{"disabled":true,"key":"perPage","value":"25"}],"variable":[]}},"response":[{"id":"8590bd8c-049d-4bf7-a27a-9afc63d10915","name":"Fund Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/funds/search?investorId=58781-35","protocol":"https","host":["api","pitchbook","com"],"path":["funds","search"],"query":[{"key":"investorId","value":"58781-35"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 23 Jul 2020 13:58:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 6,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"fundId\": \"14650-30F\",\n            \"fundName\": \"137 Ventures II\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        },\n        {\n            \"fundId\": \"14651-83F\",\n            \"fundName\": \"137 Ventures\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        },\n        {\n            \"fundId\": \"15139-90F\",\n            \"fundName\": \"137 Ventures III\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        },\n        {\n            \"fundId\": \"16210-72F\",\n            \"fundName\": \"137 Ventures IV\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        },\n        {\n            \"fundId\": \"17664-40F\",\n            \"fundName\": \"Astronave Holdings II\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        },\n        {\n            \"fundId\": \"17669-80F\",\n            \"fundName\": \"137 Ventures V\",\n            \"investors\": [\n                {\n                    \"investorId\": \"58781-35\",\n                    \"investorName\": \"137 Ventures\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d7057ee9-1b85-4c92-96c4-d860a8ff7269"},{"name":"Fund Bio","id":"30e20b0d-afb8-4f28-817c-91e5f752e7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/funds/14650-30F/bio","description":"<p><code>GET /funds/{pbId}/bio</code></p>\n<p>Retrieves key data points about specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","14650-30F","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"69a11fb4-1dc6-44da-a708-411106f73a78","name":"Fund Bio","originalRequest":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/funds/14650-30F/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jul 2020 12:02:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"14650-30F\",\n    \"name\": \"137 Ventures II\",\n    \"fundInvestors\": [\n        {\n            \"investorId\": \"58781-35\",\n            \"investorName\": \"137 Ventures\",\n            \"fundNo\": 2,\n            \"firstFund\": false\n        }\n    ],\n    \"vintage\": 2014,\n    \"fundStatus\": \"Closed\",\n    \"fundType\": \"Venture - General\",\n    \"fundSize\": {\n        \"amount\": 137951530,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 137951530,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"location\": {\n        \"location\": \"San Francisco, CA\",\n        \"addressLine1\": \"49 Geary Street\",\n        \"addressLine2\": null,\n        \"city\": \"San Francisco\",\n        \"stateProvince\": null,\n        \"postCode\": \"94108\",\n        \"country\": \"United States\",\n        \"phone\": \"+1 (855) 731-1337\",\n        \"fax\": null,\n        \"email\": \"info@137ventures.com\",\n        \"globalRegion\": \"Americas\",\n        \"globalSubRegion\": \"North America\"\n    },\n    \"fundTeam\": [\n        {\n            \"personId\": \"42968-89P\",\n            \"personFullName\": \"Alda Dennis JD\"\n        },\n        {\n            \"personId\": \"30923-20P\",\n            \"personFullName\": \"Andrew Laszlo JD\"\n        },\n        {\n            \"personId\": \"53352-19P\",\n            \"personFullName\": \"Justin Fishner-Wolfson\"\n        },\n        {\n            \"personId\": \"55426-15P\",\n            \"personFullName\": \"S. Alexander Jacobson\"\n        }\n    ],\n    \"openDate\": \"2013-09-12\",\n    \"closeDate\": \"2014-07-09\",\n    \"fundTargetSize\": {\n        \"min\": {\n            \"amount\": 137951530,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 137951530,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"max\": null\n    },\n    \"sbic\": false,\n    \"returnsInfoAvailable\": []\n}"}],"_postman_id":"30e20b0d-afb8-4f28-817c-91e5f752e7ac"},{"name":"Fund Benchmark","id":"ea457c73-6e0f-4782-b931-32fdf4663256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/funds/13774-15F/benchmark","description":"<p><code>GET /funds/{pbId}/benchmark</code></p>\n<p>Retrieves details of benchmark values of the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","13774-15F","benchmark"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"c1dac481-9873-467e-a09d-8568cc236fab","name":"Fund Benchmark 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/13774-15F/benchmark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:14:41 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"13774-15F\",\n    \"fundName\": \"Franklin Street Equity Fund II\",\n    \"benchmarkFundType\": {\n        \"code\": \"BO\",\n        \"description\": \"Buyout\"\n    },\n    \"benchmarkFundSize\": {\n        \"code\": \"S100M250M_USD\",\n        \"description\": \"100M - 249M\"\n    },\n    \"benchmarkFundLocation\": {\n        \"code\": \"gUS\",\n        \"description\": \"United States\"\n    },\n    \"benchmarkFundVintageYear\": 2004,\n    \"irrBenchmark\": 10.53,\n    \"dpiBenchmark\": 1.22,\n    \"tvpiBenchmark\": 1.44,\n    \"rvpiBenchmark\": 0.03,\n    \"numberOfFundsInBenchmark\": 19,\n    \"benchmarkFunds\": [\n        {\n            \"fundId\": \"11352-52F\",\n            \"fundName\": \"Veritas Capital Fund II\"\n        },\n        {\n            \"fundId\": \"12640-15F\",\n            \"fundName\": \"Grey Mountain Partners Fund I\"\n        },\n        {\n            \"fundId\": \"11276-47F\",\n            \"fundName\": \"Sorenson Capital Fund I\"\n        },\n        {\n            \"fundId\": \"11336-14F\",\n            \"fundName\": \"Blue Sage Capital\"\n        },\n        {\n            \"fundId\": \"11415-79F\",\n            \"fundName\": \"Milestone Partners II\"\n        },\n        {\n            \"fundId\": \"13774-15F\",\n            \"fundName\": \"Franklin Street Equity Fund II\"\n        },\n        {\n            \"fundId\": \"13036-96F\",\n            \"fundName\": \"Wilshire U.S. Private Markets Fund V\"\n        },\n        {\n            \"fundId\": \"12879-01F\",\n            \"fundName\": \"Abbott Select Buyouts Fund\"\n        },\n        {\n            \"fundId\": \"13976-83F\",\n            \"fundName\": \"TIFF Partners V-US\"\n        },\n        {\n            \"fundId\": \"11073-52F\",\n            \"fundName\": \"DDJ Total Return Loan Fund\"\n        },\n        {\n            \"fundId\": \"11341-63F\",\n            \"fundName\": \"LaSalle Capital Group\"\n        },\n        {\n            \"fundId\": \"10948-51F\",\n            \"fundName\": \"Harbert Private Equity Fund II\"\n        },\n        {\n            \"fundId\": \"11338-12F\",\n            \"fundName\": \"Healthpoint Capital Partners I\"\n        },\n        {\n            \"fundId\": \"11330-74F\",\n            \"fundName\": \"Kirtland Capital Partners IV\"\n        },\n        {\n            \"fundId\": \"10992-70F\",\n            \"fundName\": \"AIG Private Equity Partners III\"\n        },\n        {\n            \"fundId\": \"11415-43F\",\n            \"fundName\": \"Meridian Venture Partners II\"\n        },\n        {\n            \"fundId\": \"11655-82F\",\n            \"fundName\": \"Park Street Capital Private Equity V\"\n        },\n        {\n            \"fundId\": \"11264-41F\",\n            \"fundName\": \"Seidler Equity Partners II\"\n        },\n        {\n            \"fundId\": \"13252-60F\",\n            \"fundName\": \"Wexford Partners VII\"\n        }\n    ]\n}"}],"_postman_id":"ea457c73-6e0f-4782-b931-32fdf4663256"},{"name":"Fund Active Investments","id":"4cf3970c-f2d3-4009-b7c0-3bc394df583d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/funds/14650-30F/active-investments","description":"<p><code>GET /funds/{pbId}/active-investments</code></p>\n<p>Retrieves active investments of the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","14650-30F","active-investments"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"a2be5f24-7a96-4627-bc3c-daacf887bc0a","name":"Fund Active Investments 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/14650-30F/active-investments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:16:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundId\": \"14650-30F\",\n        \"targetCompanyId\": \"108107-02\",\n        \"targetCompanyName\": \"Virgin Hyperloop\",\n        \"targetCompanyInvestmentDate\": \"2016-05-11\",\n        \"investmentDealId\": \"57541-42T\"\n    },\n    {\n        \"fundId\": \"14650-30F\",\n        \"targetCompanyId\": \"94615-48\",\n        \"targetCompanyName\": \"Curology\",\n        \"targetCompanyInvestmentDate\": \"2016-04-18\",\n        \"investmentDealId\": \"72217-18T\"\n    },\n    {\n        \"fundId\": \"14650-30F\",\n        \"targetCompanyId\": \"54244-00\",\n        \"targetCompanyName\": \"Course Hero\",\n        \"targetCompanyInvestmentDate\": \"2014-11-11\",\n        \"investmentDealId\": \"39317-32T\"\n    }\n]"}],"_postman_id":"4cf3970c-f2d3-4009-b7c0-3bc394df583d"},{"name":"Fund Investments","id":"8e700cc7-c34a-4612-b13c-70a8710a6d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/14650-30F/investments","description":"<p><code>GET /funds/{pbId}/investments</code></p>\n<p>Retrieves current and former investments made through the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","14650-30F","investments"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"81722fac-4cc7-4ee6-9d4a-f2867f5bf239","name":"Fund Investments 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/14650-30F/investments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:16:45 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"14650-30F\",\n    \"fundName\": \"137 Ventures II\",\n    \"investments\": [\n        {\n            \"targetCompanyId\": \"108107-02\",\n            \"targetCompanyName\": \"Virgin Hyperloop\",\n            \"investmentStatus\": \"Active Investments\",\n            \"targetCompanyInvestmentDate\": \"2016-05-11\",\n            \"investmentDealId\": \"57541-42T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        },\n        {\n            \"targetCompanyId\": \"94615-48\",\n            \"targetCompanyName\": \"Curology\",\n            \"investmentStatus\": \"Active Investments\",\n            \"targetCompanyInvestmentDate\": \"2016-04-18\",\n            \"investmentDealId\": \"72217-18T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        },\n        {\n            \"targetCompanyId\": \"54244-00\",\n            \"targetCompanyName\": \"Course Hero\",\n            \"investmentStatus\": \"Active Investments\",\n            \"targetCompanyInvestmentDate\": \"2014-11-11\",\n            \"investmentDealId\": \"39317-32T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        },\n        {\n            \"targetCompanyId\": \"51261-67\",\n            \"targetCompanyName\": \"Airbnb\",\n            \"investmentStatus\": \"Former Investments\",\n            \"targetCompanyInvestmentDate\": \"2017-09-02\",\n            \"investmentDealId\": \"72222-04T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        },\n        {\n            \"targetCompanyId\": \"135942-04\",\n            \"targetCompanyName\": \"Immersv\",\n            \"investmentStatus\": \"Former Investments\",\n            \"targetCompanyInvestmentDate\": \"2015-10-01\",\n            \"investmentDealId\": \"65898-91T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        },\n        {\n            \"targetCompanyId\": \"55579-06\",\n            \"targetCompanyName\": \"Munchery\",\n            \"investmentStatus\": \"Former Investments\",\n            \"targetCompanyInvestmentDate\": \"2015-05-27\",\n            \"investmentDealId\": \"50661-46T\",\n            \"targetCompanyExitDate\": \"2019-03-04\",\n            \"exitDealId\": \"116988-40T\"\n        },\n        {\n            \"targetCompanyId\": \"51736-87\",\n            \"targetCompanyName\": \"Coupang\",\n            \"investmentStatus\": \"Former Investments\",\n            \"targetCompanyInvestmentDate\": \"2015-01-09\",\n            \"investmentDealId\": \"40292-02T\",\n            \"targetCompanyExitDate\": null,\n            \"exitDealId\": null\n        }\n    ]\n}"}],"_postman_id":"8e700cc7-c34a-4612-b13c-70a8710a6d6d"},{"name":"Fund Cash Flows","id":"5e4c7cee-cc30-453a-9cfe-5acd7dac934c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/cashflows/4Q2018","description":"<p><code>GET /funds/{pbId}/cashflows/{period}</code></p>\n<p>Retrieves contributed and distributed amounts for the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","cashflows","4Q2018"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"249f3879-632d-471d-bfed-2f7e8f860261","name":"Fund Cash Flows 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/cashflows/4Q2018"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:17:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"11373-13F\",\n    \"fundName\": \"Accel V\",\n    \"asOfQuarter\": 4,\n    \"asOfYear\": 2018,\n    \"contributed\": {\n        \"amount\": 150,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 150,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"percentCalledDown\": 100,\n    \"dryPowder\": {\n        \"amount\": 0,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 0,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"percentDryPowder\": 0,\n    \"distributed\": {\n        \"amount\": 2943.33,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 2943.33,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"remainingValue\": {\n        \"amount\": 0,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 0,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"distributedRemaining\": {\n        \"amount\": 2943.33,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 2943.33,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    }\n}"}],"_postman_id":"5e4c7cee-cc30-453a-9cfe-5acd7dac934c"},{"name":"Fund Investment Preferences","id":"17ba5f08-38ed-4d6a-adbc-9e9037f7e7a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/investment-preferences","description":"<p><code>GET /funds/{pbId}/investment-preferences</code></p>\n<p>Retrieves key investment preferences of the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","investment-preferences"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"17a41adc-ab8e-4cf7-8533-ca65494c09da","name":"Investment Preferences 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/investment-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:17:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"11373-13F\",\n    \"preferredInvestmentAmount\": null,\n    \"preferredDealSize\": null,\n    \"preferredCompanyValuation\": null,\n    \"preferredEbitda\": null,\n    \"preferredEbit\": null,\n    \"preferredRevenue\": null,\n    \"preferredInvestmentHorizon\": null,\n    \"geographicalPreferences\": [\n        {\n            \"regionGroup\": {\n                \"code\": \"gAm\",\n                \"description\": \"Americas\"\n            },\n            \"regionSegment\": {\n                \"code\": \"sgNorthAmerica\",\n                \"description\": \"North America\"\n            },\n            \"regionCode\": {\n                \"code\": \"cUS\",\n                \"description\": \"United States\"\n            },\n            \"regionState\": null\n        }\n    ],\n    \"otherInvestmentPreferences\": [\n        {\n            \"code\": \"PMINS\",\n            \"description\": \"Prefers minority stake\"\n        },\n        {\n            \"code\": \"SYND\",\n            \"description\": \"Will syndicate\"\n        }\n    ],\n    \"preferredIndustry\": [\n        {\n            \"industryCode\": null,\n            \"industrySector\": {\n                \"code\": \"60\",\n                \"description\": \"Information Technology\"\n            },\n            \"industryGroup\": {\n                \"code\": \"6010\",\n                \"description\": \"Communications and Networking\"\n            },\n            \"primary\": false\n        },\n        {\n            \"industryCode\": null,\n            \"industrySector\": {\n                \"code\": \"60\",\n                \"description\": \"Information Technology\"\n            },\n            \"industryGroup\": {\n                \"code\": \"6050\",\n                \"description\": \"Software\"\n            },\n            \"primary\": false\n        }\n    ],\n    \"preferredDealTypes\": [\n        {\n            \"code\": \"EVC\",\n            \"description\": \"Early Stage VC\"\n        },\n        {\n            \"code\": \"Seed\",\n            \"description\": \"Seed Round\"\n        }\n    ],\n    \"preferredVerticals\": [\n        {\n            \"code\": \"TMT\",\n            \"description\": \"TMT\"\n        }\n    ],\n    \"assetPreferences\": []\n}"}],"_postman_id":"17ba5f08-38ed-4d6a-adbc-9e9037f7e7a0"},{"name":"Fund People","id":"ebd5d5af-cff1-43f8-b1dc-e8dfd3490f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/team","description":"<p><code>GET /funds/{pbId}/team</code></p>\n<p>Retrieves data about each team member of the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","team"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"7d0bd11c-3cdb-4d2a-a860-3e7561fe373b","name":"Fund People 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:17:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"11373-13F\",\n    \"investorIds\": [\n        \"10139-41\"\n    ],\n    \"countActiveTeam\": 3,\n    \"active\": [\n        {\n            \"id\": \"15332-05P\",\n            \"name\": \"Arthur Patterson\",\n            \"title\": \"Co-Founder\",\n            \"infoAvailable\": true\n        },\n        {\n            \"id\": \"35831-17P\",\n            \"name\": \"James Flach\",\n            \"title\": \"Partner\",\n            \"infoAvailable\": false\n        },\n        {\n            \"id\": \"15332-23P\",\n            \"name\": \"James Swartz\",\n            \"title\": \"Co-Founder\",\n            \"infoAvailable\": true\n        }\n    ],\n    \"former\": [\n        {\n            \"id\": \"15331-69P\",\n            \"name\": \"James Breyer\",\n            \"title\": \"Partner Emeritus\",\n            \"infoAvailable\": true\n        }\n    ]\n}"}],"_postman_id":"ebd5d5af-cff1-43f8-b1dc-e8dfd3490f96"},{"name":"Fund Commitments","id":"e5e1e4ac-ab49-4848-bbff-61e1d7691d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/commitments","description":"<p><code>GET /funds/{pbId}/commitments</code></p>\n<p>Retrieves details of commitments related to the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","commitments"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"42e7eeb6-b19c-4473-a143-255e991a2594","name":"Fund Commitments 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/commitments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:18:32 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"65616-67\",\n        \"limitedPartnerName\": \"Agilent Technologies Deferred Profit-Sharing Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"52502-77\",\n        \"limitedPartnerName\": \"Agilent Technologies Retirement Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"65273-68\",\n        \"limitedPartnerName\": \"Employees' Retirement Plan of Duke University\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"11206-72\",\n        \"limitedPartnerName\": \"HarbourVest Partners\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 6000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 6000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"11574-46\",\n        \"limitedPartnerName\": \"Horsley Bridge Partners\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"65274-94\",\n        \"limitedPartnerName\": \"HP Deferred Profit-Sharing Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"52609-51\",\n        \"limitedPartnerName\": \"HP Pension Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"11148-49\",\n        \"limitedPartnerName\": \"Invesco\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 9000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 9000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"11584-18\",\n        \"limitedPartnerName\": \"Los Angeles County Employees' Retirement Association\",\n        \"commitmentDate\": \"1996-03-01\",\n        \"commitmentSize\": {\n            \"amount\": 9000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 9000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"52607-44\",\n        \"limitedPartnerName\": \"Lucent Technologies Pension Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 7000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 7000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"11588-14\",\n        \"limitedPartnerName\": \"Michigan Department of Treasury\",\n        \"commitmentDate\": \"1996-03-01\",\n        \"commitmentSize\": {\n            \"amount\": 12500000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 12500000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"96958-63\",\n        \"limitedPartnerName\": \"Qwest Health Care Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 400000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 400000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"65273-95\",\n        \"limitedPartnerName\": \"Qwest Pension Plan\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"62410-51\",\n        \"limitedPartnerName\": \"SBC Master Pension Trust\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 4000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 4000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"fundId\": \"11373-13F\",\n        \"limitedPartnerId\": \"52579-45\",\n        \"limitedPartnerName\": \"Southern California Edison Company Retirement Plan Trust\",\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 9000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 9000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    }\n]"}],"_postman_id":"e5e1e4ac-ab49-4848-bbff-61e1d7691d18"},{"name":"Most Recent Fund Performance","id":"544bab16-90e3-4232-98aa-232cea2ba029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/performance","description":"<p><code>GET /funds/{pbId}/performance</code></p>\n<p>Retrieves most recent returns data of the specific fund.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","performance"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d422089c-e91b-40cf-a914-f300285f9688","name":"Most Recent Fund Performance 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/funds/11373-13F/performance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:19:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"fundId\": \"11373-13F\",\n    \"fundName\": \"Accel V\",\n    \"asOfQuarter\": 2,\n    \"asOfYear\": 2020,\n    \"irr\": 188.44,\n    \"dpi\": 19.62,\n    \"rvpi\": 0,\n    \"tvpi\": 19.62,\n    \"nav\": 0,\n    \"quartile\": 1,\n    \"numberOfFundsInBenchmark\": 8\n}"}],"_postman_id":"544bab16-90e3-4232-98aa-232cea2ba029"},{"name":"Fund Profile Updates","id":"bbd027fe-d713-46a8-afeb-dd5051a9ac18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/funds/11373-13F/updates?trailingRange=10","description":"<p>Fund Updates</p>\n<p><code>GET /funds/{pbId}/updates</code></p>\n<p>Retrieves changes for the specific fund for up to the last 90 days.</p>\n<h5 id=\"fund-update-parameters\">Fund Update Parameters</h5>\n<p><strong>pbId</strong> : String. Fund pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["funds","11373-13F","updates"],"host":["api","pitchbook","com"],"query":[{"key":"trailingRange","value":"10"}],"variable":[]}},"response":[{"id":"d0982de4-b6c7-4516-8e96-67aef51a4c75","name":"Fund Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/funds/11373-13F/updates?sinceDate=>2020-07-23","protocol":"https","host":["api","pitchbook","com"],"path":["funds","11373-13F","updates"],"query":[{"key":"sinceDate","value":">2020-07-23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jul 2020 12:04:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Fund Cash Flows\": \"No\",\n        \"Fund Commitments\": \"No\",\n        \"Fund Benchmark\": \"Yes\",\n        \"Fund Investment Preferences\": \"No\",\n        \"Fund All Investments\": \"No\",\n        \"Fund Bio\": \"No\",\n        \"Fund People\": \"No\"\n    }\n}"}],"_postman_id":"bbd027fe-d713-46a8-afeb-dd5051a9ac18"}],"id":"249aa029-e086-40ff-ae84-e096dbc58cb3","_postman_id":"249aa029-e086-40ff-ae84-e096dbc58cb3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Limited Partners","item":[{"name":"Limited Partner Search","id":"f8f71001-15d2-45d8-ab07-add9b060eb08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/limited-partners/search?aum=>1000&numberOfCommitments=>1000","description":"<p><code>GET /limited-partners/search</code></p>\n<p>Retrieves limited partners matching the specified criteria.</p>\n<h5 id=\"limited-partner-search-parameters\">Limited Partner Search Parameters</h5>\n<p><strong>limitedPartnerNames</strong> :   Pass a list of limited partner names, ids, websites or tickers. Will return results for all limited partners with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>limitedPartnerType</strong> :    Limited partners can be found by their limited partner type code.</p>\n<hr />\n<p><strong>city</strong> :  Search for limited partners by their city location</p>\n<hr />\n<p><strong>stateProvince</strong> : Search for limited partners by their state/provinces.</p>\n<hr />\n<p><strong>country</strong> :   Search for limited partners by their countries\npostCode    Search for limited partners by their postcode, included to support searching for both US postal code and foreign.</p>\n<hr />\n<p><strong>locationType</strong> :  Search for limited partners by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>aum</strong> :   Search for limited partners by their amount of assets under management. Search for limited partners with AUM over a certain amount using the &gt; operator, limited partners with AUM under a certain amount with the &lt; operator or limited partners within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>numberOfCommitments</strong> :   Search for limited partners by their count of commitments. Search for limited partners with commitments over a certain count using the &gt; operator, limited partners with commitments under a certain count with the &lt; operator or limited partners within a range using the ^ operator. Counts in units.</p>\n<hr />\n<p><strong>commitmentDate</strong> :    Search for limited partners by their commitments date. Search for limited partners with commitments after a certain date using the &gt; operator, limited partners with commitments before a certain date using the &lt; operator or limited partners with commitments between 2 dates within a range using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>commitmentSize</strong> :    Search for limited partners by their commitments of a certain size. Search for limited partners with commitments larger than an amount using the &gt; operator, limited partners with commitments smaller than a certain amount using the &lt; operator or limited partners within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>fundStateProvince</strong> : Search for limited partners by state/provinces of committed funds\nfundCountry Search for limited partners by countries of committed funds.</p>\n<hr />\n<p><strong>fundType</strong> :  Search for limited partners by the fund type of committed funds. Pass a fund type code.</p>\n<hr />\n<p><strong>mandateKeywords</strong> :   Search for limited partners by keywords they are associated with mandates.</p>\n<hr />\n<p><strong>mandateStatusCurrent</strong> :  Search for limited partners that have current mandates. To use this parameter set it as True.</p>\n<hr />\n<p><strong>mandateStatusFormer</strong> :   Search for limited partners that have former mandates. To use this parameter set it as True.</p>\n<hr />\n<p><strong>mandateAmount</strong> : Search for limited partners by their mandates of a certain size. Search for limited partners with mandates larger than an amount using the &gt; operator, limited partners with mandates smaller than a certain amount using the &lt; operator or limited partners within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>mandateStartDate</strong> :  Search for limited partners by start date of mandates. Search for limited partners with mandates after a certain start date using the &gt; operator, limited partners with mandates before a certain start date using the &lt; operator or limited partners with mandates between 2 start dates within a range using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>mandateEndDate</strong> :    Search for limited partners by end date of mandates. Search for limited partners with mandates after a certain end date using the &gt; operator, limited partners with mandates before a certain end date using the &lt; operator or limited partners with mandates between 2 end dates within a range using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>mandateStateProvince</strong> :  Search for limited partners by state/provinces of mandates.</p>\n<hr />\n<p><strong>mandateCountry</strong> : Search for limited partners by countries of mandates.</p>\n<hr />\n<p><strong>fundTypeFocus</strong> : Search for limited partners by the targeted fund type of committed mandates. Pass a fund type code.</p>\n<p><strong>fundManagerFocus</strong> :  Search for limited partners by the manager preferences of committed mandates.</p>\n<hr />\n<p><strong>assetTypes</strong> :    Search for limited partners by the allocation of assets. Pass an asset type.</p>\n<hr />\n<p><strong>currentlyAllocated</strong> :    Search for limited partners by the current specific assets of a certain size. Search for limited partners with current specific assets larger than an amount using the &gt; operator, limited partners with current specific assets smaller than a certain amount using the &lt; operator or limited partners with current specific assets within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>currentlyAllocatedPercent</strong> : Search for limited partners by the percent of current specific assets. Search for limited partners with the percent of current specific assets larger than a percent using the &gt; operator, limited partners with the percent of current specific assets smaller than a percent using the &lt; operator or limited partners with the percent of current specific assets within a range using the ^ operator. Values in percents.</p>\n<hr />\n<p><strong>targetedMin</strong> :   Search for limited partners by the minimum values of targeted specific assets of a certain size. Search for limited partners with the minimum values of targeted specific assets larger than an amount using the &gt; operator, limited partners with the minimum values of targeted current specific assets smaller than a certain amount using the &lt; operator or limited partners with the minimum values of targeted current specific assets within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>targetedMax</strong> :   Search for limited partners by the maximum values of targeted specific assets of a certain size. Search for limited partners with the maximum values of targeted specific assets larger than an amount using the &gt; operator, limited partners with the maximum values of targeted current specific assets smaller than a certain amount using the &lt; operator or limited partners with the maximum values of targeted current specific assets within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>targetedMinPercent</strong> :    Search for limited partners by the minimum percent of targeted specific assets. Search for limited partners with the the minimum percent of targeted specific assets larger than a percent using the &gt; operator, limited partners with the minimum percent of targeted specific assets smaller than a percent using the &lt; operator or limited partners with the minimum percent of targeted specific assets within a range using the ^ operator. Values in percents.</p>\n<hr />\n<p><strong>targetedMaxPercent</strong> :    Search for limited partners by the maximum percent of targeted specific assets. Search for limited partners with the the maximum percent of targeted specific assets larger than a percent using the &gt; operator, limited partners with the maximum percent of targeted specific assets smaller than a percent using the &lt; operator or limited partners with the maximum percent of targeted specific assets within a range using the ^ operator. Values in percents.</p>\n<hr />\n<p><strong>commitmentFundIndustryFocus</strong> :   Search for limited partners by the industries of committed funds.</p>\n<hr />\n<p><strong>commitmentFundVintageYear</strong> : Search for limited partners by the vintage year of committed funds. Search for limited partners with fund's vintage year after a certain date using the &gt; operator, limited partners with fund's vintage year before a certain date using the &lt; operator and limited partners with fund's vintage year between 2 dates using the ^ operator.</p>\n<hr />\n<p><strong>commitmentFundSize</strong> :    Search for limited partners by the committed funds of a certain size. Search for limited partners with the committed funds larger than an amount using the &gt; operator, limited partners with the committed funds smaller than a certain amount using the &lt; operator or limited partners with the committed funds within a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>commitmentFundTypePreferences</strong> : Search for limited partners by the fund type of preferred funds. Pass a fund type code.</p>\n<hr />\n<p><strong>commitmentFundStateProvincePreferences</strong> :    Search for limited partners by state/provinces of preferred funds.</p>\n<hr />\n<p><strong>commitmentFundCountryPreferences</strong> :  Search for limited partners by countries of preferred funds.</p>\n<hr />\n<p><strong>currency</strong> :  Specify the currency that your other parameters, such as commitmentFundSize, are entered as. It depends on the currency in user preferences.</p>\n<hr />\n<p>**page ** : Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<hr />\n<p><strong>perPage</strong> :   How many returned results show on page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","search"],"host":["api","pitchbook","com"],"query":[{"key":"aum","value":">1000"},{"key":"numberOfCommitments","value":">1000"}],"variable":[]}},"response":[{"id":"fcea6203-0af3-46f4-a144-5dce92340283","name":"Limited Partner Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/limited-partners/search?aum=>1000&numberOfCommitments=>1000","protocol":"https","host":["api","pitchbook","com"],"path":["limited-partners","search"],"query":[{"key":"aum","value":">1000"},{"key":"numberOfCommitments","value":">1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 16:32:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"access-control-max-age","value":"3600"},{"key":"x-robots-tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"84a16f619fda308d-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 5,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 1\n    },\n    \"items\": [\n        {\n            \"limitedPartnerId\": \"10894-78\",\n            \"limitedPartnerName\": \"New York State Common Retirement Fund\",\n            \"website\": \"www.osc.state.ny.us/common-retirement-fund\"\n        },\n        {\n            \"limitedPartnerId\": \"11079-46\",\n            \"limitedPartnerName\": \"California Public Employees' Retirement System\",\n            \"website\": \"www.calpers.ca.gov\"\n        },\n        {\n            \"limitedPartnerId\": \"11105-47\",\n            \"limitedPartnerName\": \"Adams Street Partners\",\n            \"website\": \"www.adamsstreetpartners.com\"\n        },\n        {\n            \"limitedPartnerId\": \"11206-72\",\n            \"limitedPartnerName\": \"HarbourVest Partners\",\n            \"website\": \"www.harbourvest.com\"\n        },\n        {\n            \"limitedPartnerId\": \"11566-36\",\n            \"limitedPartnerName\": \"European Investment Fund\",\n            \"website\": \"www.eif.org\"\n        }\n    ]\n}"}],"_postman_id":"f8f71001-15d2-45d8-ab07-add9b060eb08"},{"name":"Limited Partner Bio","id":"46c97dce-dbee-40b3-a500-f2780fa34540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/limited-partners/58901-50/bio","description":"<p><code>GET /limited-partners/{pbId}/bio</code></p>\n<p>Retrieves key data points about specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"9189d21e-70f1-4088-b08e-f107091016d5","name":"Limited Partner Bio","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/limited-partners/58901-50/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 23 Jul 2020 14:44:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"58901-50\",\n    \"limitedPartnerName\": {\n        \"formalName\": \"Yale University Retirement Plan for Staff Employees\",\n        \"alsoKnownAs\": \"YRPSE\",\n        \"legalName\": null,\n        \"formerlyKnownAs\": null\n    },\n    \"description\": \"Yale University Retirement Plan for Staff Employees (YRPSE) is a single-employer non-contributory defined benefit corporate pension fund based in New Haven, Connecticut. Established in 1969, the plan provides retirement, survivor, death and disability benefits to the employees of Yale University. The assets of the pension fund are managed by the executive management team. Northern Trust serves as the trustee of the plan.\",\n    \"limitedPartnerTypes\": [\n        {\n            \"type\": {\n                \"code\": \"CPF\",\n                \"description\": \"Corporate Pension\"\n            },\n            \"primary\": true\n        }\n    ],\n    \"assetsUnderManagement\": {\n        \"amount\": 1486605000,\n        \"currency\": \"USD\",\n        \"nativeAmount\": 1486605000,\n        \"nativeCurrency\": \"USD\",\n        \"estimated\": false\n    },\n    \"yearFounded\": 1969,\n    \"website\": null,\n    \"managementStaff\": 5\n}"}],"_postman_id":"46c97dce-dbee-40b3-a500-f2780fa34540"},{"name":"Limited Partner Service Providers","id":"b8b92354-4207-4fe3-bebd-ae169de75e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/service-providers","description":"<blockquote>\n<p><code>GET /limited-partners/{pbId}/service-providers</code></p>\n</blockquote>\n<p>Retrieves current and former service providers of the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","service-providers"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"68044aca-6652-494a-87b4-703b45dcd5f3","name":"Limited Partner Service Providers 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/service-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:19:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"58901-50\",\n    \"currentGeneralServices\": [\n        {\n            \"serviceProviderId\": \"10466-11\",\n            \"serviceProviderName\": \"Aon\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"BI\",\n                        \"description\": \"Business Intermediary\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LPC\",\n                        \"description\": \"LP Consultants\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"DADVACT\",\n                \"description\": \"Advisor: Actuarial\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10014-31\",\n            \"serviceProviderName\": \"Deloitte\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FPA\",\n                        \"description\": \"Placement Agent (Fundraising)\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LEN\",\n                        \"description\": \"Lender\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"MC\",\n                        \"description\": \"Management Consultants\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OCON\",\n                        \"description\": \"Other Consultant Type\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OVEN\",\n                        \"description\": \"Other Vendor Type\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"ACON\",\n                \"description\": \"Accounting\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10016-83\",\n            \"serviceProviderName\": \"Grant Thornton\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"IB\",\n                        \"description\": \"Investment Bank\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"AUD\",\n                \"description\": \"Auditor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10839-34\",\n            \"serviceProviderName\": \"K&L Gates\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10100-98\",\n            \"serviceProviderName\": \"Northern Trust\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"ADM\",\n                        \"description\": \"Fund Administrator\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"LEN\",\n                        \"description\": \"Lender\"\n                    },\n                    \"primary\": false\n                },\n                {\n                    \"type\": {\n                        \"code\": \"OSP\",\n                        \"description\": \"Other Service Provider Type\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"CUDN\",\n                \"description\": \"Custodian\"\n            }\n        }\n    ],\n    \"formerGeneralServices\": [\n        {\n            \"serviceProviderId\": \"10014-76\",\n            \"serviceProviderName\": \"PwC\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"AC\",\n                        \"description\": \"Accounting/Auditor\"\n                    },\n                    \"primary\": true\n                },\n                {\n                    \"type\": {\n                        \"code\": \"FIA\",\n                        \"description\": \"Financing Advisory\"\n                    },\n                    \"primary\": false\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"AUD\",\n                \"description\": \"Auditor\"\n            }\n        },\n        {\n            \"serviceProviderId\": \"10394-11\",\n            \"serviceProviderName\": \"Stikeman Elliott\",\n            \"serviceProviderTypes\": [\n                {\n                    \"type\": {\n                        \"code\": \"LGL\",\n                        \"description\": \"Law Firm\"\n                    },\n                    \"primary\": true\n                }\n            ],\n            \"serviceProvided\": {\n                \"code\": \"LAD\",\n                \"description\": \"Legal Advisor\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b8b92354-4207-4fe3-bebd-ae169de75e04"},{"name":"Limited Partner Commitment Preferences","id":"b9b32f12-5968-415b-b2c5-062346fd7564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitment-prefs","description":"<p><code>GET /limited-partners/{pbId}/commitment-prefs</code></p>\n<p>Retrieves key investment preferences of the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","commitment-prefs"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"57fa155f-26fb-41f5-8b56-860748b8c2cf","name":"Limited Partner Commitment Preferences 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitment-prefs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:20:22 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"58901-50\",\n    \"limitedPartnerName\": \"Yale University Retirement Plan for Staff Employees\",\n    \"preferredCommitmentSize\": null,\n    \"preferredGeography\": [\n        {\n            \"code\": \"gAm\",\n            \"description\": \"Americas\"\n        },\n        {\n            \"code\": \"gAs\",\n            \"description\": \"Asia\"\n        },\n        {\n            \"code\": \"cBER\",\n            \"description\": \"Bermuda\"\n        },\n        {\n            \"code\": \"cBRA\",\n            \"description\": \"Brazil\"\n        },\n        {\n            \"code\": \"cCAN\",\n            \"description\": \"Canada\"\n        },\n        {\n            \"code\": \"sgEastAsia\",\n            \"description\": \"East Asia\"\n        },\n        {\n            \"code\": \"gEu\",\n            \"description\": \"Europe\"\n        },\n        {\n            \"code\": \"cFRA\",\n            \"description\": \"France\"\n        },\n        {\n            \"code\": \"cGER\",\n            \"description\": \"Germany\"\n        },\n        {\n            \"code\": \"cGL\",\n            \"description\": \"Greenland\"\n        },\n        {\n            \"code\": \"cHK\",\n            \"description\": \"Hong Kong\"\n        },\n        {\n            \"code\": \"cIRE\",\n            \"description\": \"Ireland\"\n        },\n        {\n            \"code\": \"cITA\",\n            \"description\": \"Italy\"\n        },\n        {\n            \"code\": \"cMEX\",\n            \"description\": \"Mexico\"\n        },\n        {\n            \"code\": \"sgNorthAmerica\",\n            \"description\": \"North America\"\n        },\n        {\n            \"code\": \"sgNorthernEurope\",\n            \"description\": \"Northern Europe\"\n        },\n        {\n            \"code\": \"cSIN\",\n            \"description\": \"Singapore\"\n        },\n        {\n            \"code\": \"sgSouthAmerica\",\n            \"description\": \"South America\"\n        },\n        {\n            \"code\": \"sgSoutheastAsia\",\n            \"description\": \"Southeast Asia\"\n        },\n        {\n            \"code\": \"sgSouthernEurope\",\n            \"description\": \"Southern Europe\"\n        },\n        {\n            \"code\": \"cSPA\",\n            \"description\": \"Spain\"\n        },\n        {\n            \"code\": \"cSWE\",\n            \"description\": \"Sweden\"\n        },\n        {\n            \"code\": \"cUK\",\n            \"description\": \"United Kingdom\"\n        },\n        {\n            \"code\": \"cUS\",\n            \"description\": \"United States\"\n        },\n        {\n            \"code\": \"gUS\",\n            \"description\": \"United States\"\n        },\n        {\n            \"code\": \"sgWesternEurope\",\n            \"description\": \"Western Europe\"\n        }\n    ],\n    \"preferredFundTypes\": [\n        {\n            \"code\": \"BO\",\n            \"description\": \"Buyout\"\n        },\n        {\n            \"code\": \"COI\",\n            \"description\": \"Co-Investment\"\n        },\n        {\n            \"code\": \"FOF\",\n            \"description\": \"Fund of Funds\"\n        },\n        {\n            \"code\": \"GWTH\",\n            \"description\": \"Growth/Expansion\"\n        },\n        {\n            \"code\": \"HF\",\n            \"description\": \"Hedge Fund\"\n        },\n        {\n            \"code\": \"EOG\",\n            \"description\": \"Oil/Gas\"\n        },\n        {\n            \"code\": \"O\",\n            \"description\": \"Other\"\n        },\n        {\n            \"code\": \"RANR\",\n            \"description\": \"Real Assets & Natural Resources - General\"\n        },\n        {\n            \"code\": \"RE\",\n            \"description\": \"Real Estate - General\"\n        },\n        {\n            \"code\": \"REO\",\n            \"description\": \"Real Estate Opportunistic\"\n        },\n        {\n            \"code\": \"REVA\",\n            \"description\": \"Real Estate Value Added\"\n        },\n        {\n            \"code\": \"VC\",\n            \"description\": \"Venture - General\"\n        },\n        {\n            \"code\": \"VCE\",\n            \"description\": \"Venture Capital - Early Stage\"\n        },\n        {\n            \"code\": \"VCL\",\n            \"description\": \"Venture Capital - Later Stage\"\n        }\n    ],\n    \"preferredDirectInvestmentSize\": null,\n    \"otherInvestmentPreferences\": []\n}"}],"_postman_id":"b9b32f12-5968-415b-b2c5-062346fd7564"},{"name":"Limited Partner Actual Allocations","id":"d6c208d4-5d82-4f99-9b0d-53ec7d74d16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/actual-allocations","description":"<blockquote>\n<p><code>GET /limited-partners/{pbId}/actual-allocations</code></p>\n</blockquote>\n<p>Retrieves key datapoints for the current asset allocations of the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","actual-allocations"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d03bba29-be15-45db-845d-423e4da4a92f","name":"Limited Partner Actual Allocations 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/actual-allocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:20:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"58901-50\",\n    \"limitedPartnerName\": \"Yale University Retirement Plan for Staff Employees\",\n    \"affiliatedFunds\": 60,\n    \"affiliatedInvestors\": 29,\n    \"allocations\": [\n        {\n            \"alternativeInvestments\": null,\n            \"alternativeInvestmentsPercent\": null,\n            \"privateEquity\": {\n                \"amount\": 322706000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 322706000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"privateEquityPercent\": 22.8,\n            \"realEstate\": {\n                \"amount\": 95829000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 95829000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"realEstatePercent\": 6.8,\n            \"specialOpportunities\": null,\n            \"specialOpportunitiePercent\": null,\n            \"hedgeFunds\": {\n                \"amount\": 346320000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 346320000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"hedgeFundsPercent\": 24.4,\n            \"equities\": {\n                \"amount\": 23306000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 23306000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"equitiesPercent\": 1.6,\n            \"fixedIncome\": {\n                \"amount\": 112614000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 112614000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"fixedIncomePercent\": 7.9,\n            \"cash\": {\n                \"amount\": 8102000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 8102000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"cashPercent\": 0.6\n        }\n    ]\n}"}],"_postman_id":"d6c208d4-5d82-4f99-9b0d-53ec7d74d16e"},{"name":"Limited Partner Target Allocations","id":"b62b254a-b672-4116-a96d-bd3d166537ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/10339-57/target-allocations","description":"<blockquote>\n<p><code>GET /limited-partners/{pbId}/target-allocations</code></p>\n</blockquote>\n<p>Retrieves key datapoints for the target asset allocations of the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","10339-57","target-allocations"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"c42d6bce-3703-4714-b7c5-e8a2cb012eb8","name":"Limited Partner Target Allocations 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/10339-57/target-allocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:22:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"10339-57\",\n    \"limitedPartnerName\": \"Caisse de dépôt et placement du Québec\",\n    \"targetAllocations\": [\n        {\n            \"policyDescription\": \"Caisse de dépôt et placement du Québec's investment portfolio is valued at CAD 378.627 billion, with investments in domestic and international equities, fixed income, infrastructure, natural resources, private equity, real estate, and hedge funds. \\n\\nInvestments in private equity include buyout, diversified private equity, private equity growth-expansion, and venture capital strategies diversified in geographical locations across the globe. The fund is open to any first-time fund investments.\\n\\nThe plan's investments are managed by the investment & risk management committee. Ms. Maarika Paul serves as Executive Vice-President, Executive Committee Member, and Chief Financial and Operations Officer.\",\n            \"alternativesMin\": null,\n            \"alternativesPercentMin\": null,\n            \"alternativesMax\": null,\n            \"alternativesPercentMax\": null,\n            \"privateEquityMin\": {\n                \"amount\": 33991500000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 33991500000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"privateEquityPercentMin\": 9.3,\n            \"privateEquityMax\": {\n                \"amount\": 65424500000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 65424500000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"privateEquityPercentMax\": 17.9,\n            \"realEstateMin\": {\n                \"amount\": 29971000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 29971000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"realEstatePercentMin\": 8.2,\n            \"realEstateMax\": {\n                \"amount\": 59211000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 59211000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"realEstatePercentMax\": 16.2,\n            \"specialOpportunitiesMin\": null,\n            \"specialOpportunitiesPercentMin\": null,\n            \"specialOpportunitiesMax\": null,\n            \"specialOpportunitiesPercentMax\": null,\n            \"hedgeFundsMin\": null,\n            \"hedgeFundsPercentMin\": null,\n            \"hedgeFundsMax\": null,\n            \"hedgeFundsPercentMax\": null,\n            \"equitiesMin\": {\n                \"amount\": 85892500000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 85892500000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"equitiesPercentMin\": 23.5,\n            \"equitiesMax\": {\n                \"amount\": 156799500000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 156799500000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"equitiesPercentMax\": 42.9,\n            \"fixedIncomeMin\": {\n                \"amount\": 73831000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 73831000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"fixedIncomePercentMin\": 20.2,\n            \"fixedIncomeMax\": {\n                \"amount\": 169592000000,\n                \"currency\": \"USD\",\n                \"nativeAmount\": 169592000000,\n                \"nativeCurrency\": \"USD\",\n                \"estimated\": false\n            },\n            \"fixedIncomePercentMax\": 46.4,\n            \"cashMin\": null,\n            \"cashPercentMin\": null,\n            \"cashMax\": null,\n            \"cashPercentMax\": null\n        }\n    ]\n}"}],"_postman_id":"b62b254a-b672-4116-a96d-bd3d166537ee"},{"name":"Limited Partner Commitments Detailed","id":"3afede39-5645-4a53-a399-a1709bd517de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitments-detailed","description":"<p><code>GET /limited-partners/{pbId}/commitments-detailed</code></p>\n<p>Retrieves commitments information related to the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","commitments-detailed"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"02ad3334-bfed-4888-a17a-4f3ad0427b9c","name":"Limited Partner Commitments Detailed 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitments-detailed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:22:30 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14601-79F\",\n        \"committedFundName\": \"Avanti Strategic Land Investors II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"61332-85\",\n                \"committedInvestorName\": \"Avanti Properties Group\"\n            }\n        ],\n        \"commitmentDate\": \"2014-12-31\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14577-49F\",\n        \"committedFundName\": \"Sonora Fund II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10090-90\",\n                \"committedInvestorName\": \"Maples Group\"\n            }\n        ],\n        \"commitmentDate\": \"2014-12-31\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13471-66F\",\n        \"committedFundName\": \"Stockbridge Value Fund\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10642-33\",\n                \"committedInvestorName\": \"Stockbridge Capital Group\"\n            }\n        ],\n        \"commitmentDate\": \"2012-06-20\",\n        \"commitmentSize\": {\n            \"amount\": 34000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 34000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"12949-03F\",\n        \"committedFundName\": \"Insight Venture Partners VII\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10331-11\",\n                \"committedInvestorName\": \"Insight Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2011-04-05\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14471-02F\",\n        \"committedFundName\": \"Cyrus Opportunities Fund II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"12447-64\",\n                \"committedInvestorName\": \"Cyrus Capital Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2008-05-23\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11187-37F\",\n        \"committedFundName\": \"Merit Energy Partners F\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"2005-12-31\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"12719-35F\",\n        \"committedFundName\": \"Merit Energy Partners E\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"2004-12-31\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11718-10F\",\n        \"committedFundName\": \"Lubert-Adler Fund IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10486-27\",\n                \"committedInvestorName\": \"Lubert-Adler\"\n            }\n        ],\n        \"commitmentDate\": \"2004-02-25\",\n        \"commitmentSize\": {\n            \"amount\": 6000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 6000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"15257-17F\",\n        \"committedFundName\": \"Talcott Realty III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"124659-73\",\n                \"committedInvestorName\": \"Talcott Realty Investors\"\n            }\n        ],\n        \"commitmentDate\": \"2004-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13024-00F\",\n        \"committedFundName\": \"DRA Growth & Income Fund IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"50928-76\",\n                \"committedInvestorName\": \"DRA Advisors\"\n            }\n        ],\n        \"commitmentDate\": \"2003-05-29\",\n        \"commitmentSize\": {\n            \"amount\": 5000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 5000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"12893-50F\",\n        \"committedFundName\": \"Greenfield Acquisition Partners III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"25275-16\",\n                \"committedInvestorName\": \"Greenfield Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2003-05-01\",\n        \"commitmentSize\": {\n            \"amount\": 4000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 4000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10926-73F\",\n        \"committedFundName\": \"Sun Capital Partners III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10088-29\",\n                \"committedInvestorName\": \"Sun Capital Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2003-01-10\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10954-27F\",\n        \"committedFundName\": \"JLL Partners Fund IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10053-55\",\n                \"committedInvestorName\": \"JLL Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2002-11-18\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10928-17F\",\n        \"committedFundName\": \"Berkshire Fund VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10012-69\",\n                \"committedInvestorName\": \"Berkshire Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2002-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13134-79F\",\n        \"committedFundName\": \"Mayfield X Annex\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11237-95\",\n                \"committedInvestorName\": \"Mayfield (Private Equity)\"\n            }\n        ],\n        \"commitmentDate\": \"2002-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 24978010.43,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 28000000,\n            \"nativeCurrency\": \"EUR\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11327-50F\",\n        \"committedFundName\": \"Yorktown Energy Partners V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11339-65\",\n                \"committedInvestorName\": \"Yorktown Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2002-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10998-73F\",\n        \"committedFundName\": \"ARC Energy Venture Fund III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11111-50\",\n                \"committedInvestorName\": \"ARC Financial\"\n            }\n        ],\n        \"commitmentDate\": \"2001-10-12\",\n        \"commitmentSize\": {\n            \"amount\": 16000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 16000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11588-59F\",\n        \"committedFundName\": \"Bain Capital Fund VII Co-Investment\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"2001-10-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11375-65F\",\n        \"committedFundName\": \"Bain Capital Fund VII-E\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"2001-10-01\",\n        \"commitmentSize\": {\n            \"amount\": 1000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13023-91F\",\n        \"committedFundName\": \"DRA Growth & Income Fund III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"50928-76\",\n                \"committedInvestorName\": \"DRA Advisors\"\n            }\n        ],\n        \"commitmentDate\": \"2001-04-06\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10917-46F\",\n        \"committedFundName\": \"Summit Ventures VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10121-86\",\n                \"committedInvestorName\": \"Summit Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2001-01-17\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13196-62F\",\n        \"committedFundName\": \"Shorenstein Realty Investors VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"12360-16\",\n                \"committedInvestorName\": \"Shorenstein\"\n            }\n        ],\n        \"commitmentDate\": \"2001-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 24493180.16,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 27000000,\n            \"nativeCurrency\": \"EUR\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10928-08F\",\n        \"committedFundName\": \"Bain Capital Fund VII\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"2001-10-01\",\n        \"commitmentSize\": {\n            \"amount\": 6000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 6000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"12577-51F\",\n        \"committedFundName\": \"GTCR Fund VII-A\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10035-37\",\n                \"committedInvestorName\": \"GTCR\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-06\",\n        \"commitmentSize\": {\n            \"amount\": 1000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11034-10F\",\n        \"committedFundName\": \"August Capital III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11132-38\",\n                \"committedInvestorName\": \"August Capital\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 7080689.17,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 7000000,\n            \"nativeCurrency\": \"EUR\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10972-54F\",\n        \"committedFundName\": \"GTCR Fund VII\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10035-37\",\n                \"committedInvestorName\": \"GTCR\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11406-34F\",\n        \"committedFundName\": \"Highland Capital Partners V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11867-23\",\n                \"committedInvestorName\": \"Highland Capital Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 4000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 4000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10952-47F\",\n        \"committedFundName\": \"Madison Dearborn Capital Partners IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10031-41\",\n                \"committedInvestorName\": \"Madison Dearborn Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13134-70F\",\n        \"committedFundName\": \"Mayfield XI Qualified\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11237-95\",\n                \"committedInvestorName\": \"Mayfield (Private Equity)\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 4000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 4000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11187-28F\",\n        \"committedFundName\": \"Merit Energy Partners D\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10927-36F\",\n        \"committedFundName\": \"Stonebridge Partners Equity Fund III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10156-15\",\n                \"committedInvestorName\": \"Stonebridge Partners\"\n            }\n        ],\n        \"commitmentDate\": \"2000-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 1624620.92,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 13000000,\n            \"nativeCurrency\": \"NOK\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10998-91F\",\n        \"committedFundName\": \"ARC Energy Venture Fund II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11111-50\",\n                \"committedInvestorName\": \"ARC Financial\"\n            }\n        ],\n        \"commitmentDate\": \"1999-10-15\",\n        \"commitmentSize\": {\n            \"amount\": 19000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 19000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10922-77F\",\n        \"committedFundName\": \"Clayton Dubilier & Rice Fund VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10040-05\",\n                \"committedInvestorName\": \"Clayton, Dubilier & Rice\"\n            }\n        ],\n        \"commitmentDate\": \"1999-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 5000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 5000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"15047-92F\",\n        \"committedFundName\": \"Hampstead III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"54084-70\",\n                \"committedInvestorName\": \"Hampstead Associates\"\n            }\n        ],\n        \"commitmentDate\": \"1999-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11183-77F\",\n        \"committedFundName\": \"Mayfield X\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11237-95\",\n                \"committedInvestorName\": \"Mayfield (Private Equity)\"\n            }\n        ],\n        \"commitmentDate\": \"1999-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11327-41F\",\n        \"committedFundName\": \"Yorktown Energy Partners IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11339-65\",\n                \"committedInvestorName\": \"Yorktown Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1999-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11375-20F\",\n        \"committedFundName\": \"Bain Capital Fund VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11588-68F\",\n        \"committedFundName\": \"Bain Capital Fund VI Co-investment\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 30000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 30000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11376-64F\",\n        \"committedFundName\": \"Berkshire Fund V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10012-69\",\n                \"committedInvestorName\": \"Berkshire Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14601-07F\",\n        \"committedFundName\": \"Berkshire Fund V Coinvestment Fund\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10012-69\",\n                \"committedInvestorName\": \"Berkshire Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 40000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 40000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11400-58F\",\n        \"committedFundName\": \"GTCR Fund VI\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10035-37\",\n                \"committedInvestorName\": \"GTCR\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11145-52F\",\n        \"committedFundName\": \"Institutional Venture Partners VIII\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11211-40\",\n                \"committedInvestorName\": \"IVP\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11409-31F\",\n        \"committedFundName\": \"Joseph Littlejohn & Levy Fund III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10053-55\",\n                \"committedInvestorName\": \"JLL Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11187-19F\",\n        \"committedFundName\": \"Merit Energy Partners C\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 346260.74,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 45000000,\n            \"nativeCurrency\": \"JPY\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"12594-97F\",\n        \"committedFundName\": \"Summit Ventures V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10121-86\",\n                \"committedInvestorName\": \"Summit Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1998-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"10999-00F\",\n        \"committedFundName\": \"ARC Energy Venture Fund\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11111-50\",\n                \"committedInvestorName\": \"ARC Financial\"\n            }\n        ],\n        \"commitmentDate\": \"1997-11-25\",\n        \"commitmentSize\": {\n            \"amount\": 7000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 7000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11436-13F\",\n        \"committedFundName\": \"Stonebridge Partners Equity Fund II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10156-15\",\n                \"committedInvestorName\": \"Stonebridge Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1997-06-30\",\n        \"commitmentSize\": {\n            \"amount\": 28381870.12,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 25000000,\n            \"nativeCurrency\": \"EUR\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11183-59F\",\n        \"committedFundName\": \"Mayfield IX\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11237-95\",\n                \"committedInvestorName\": \"Mayfield (Private Equity)\"\n            }\n        ],\n        \"commitmentDate\": \"1997-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11331-46F\",\n        \"committedFundName\": \"Madison Dearborn Capital Partners II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10031-41\",\n                \"committedInvestorName\": \"Madison Dearborn Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1996-06-28\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11376-55F\",\n        \"committedFundName\": \"Berkshire Fund IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10012-69\",\n                \"committedInvestorName\": \"Berkshire Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 1000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 1000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11145-43F\",\n        \"committedFundName\": \"Institutional Venture Partners VII\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11211-40\",\n                \"committedInvestorName\": \"IVP\"\n            }\n        ],\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11187-10F\",\n        \"committedFundName\": \"Merit Energy Partners B\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 19000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 19000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13196-35F\",\n        \"committedFundName\": \"Shorenstein Realty Investors III\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"12360-16\",\n                \"committedInvestorName\": \"Shorenstein\"\n            }\n        ],\n        \"commitmentDate\": \"1996-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11449-36F\",\n        \"committedFundName\": \"Clayton Dubilier & Rice Fund V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10040-05\",\n                \"committedInvestorName\": \"Clayton, Dubilier & Rice\"\n            }\n        ],\n        \"commitmentDate\": \"1995-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 3000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 3000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13377-25F\",\n        \"committedFundName\": \"Bain Capital Fund V\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10046-80\",\n                \"committedInvestorName\": \"Bain Capital\"\n            }\n        ],\n        \"commitmentDate\": \"1995-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 4000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 4000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"11453-23F\",\n        \"committedFundName\": \"Summit Ventures IV\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10121-86\",\n                \"committedInvestorName\": \"Summit Partners\"\n            }\n        ],\n        \"commitmentDate\": \"1995-01-01\",\n        \"commitmentSize\": {\n            \"amount\": 2000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 2000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14678-20F\",\n        \"committedFundName\": \"Merit Energy Partners A\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"1994-12-31\",\n        \"commitmentSize\": {\n            \"amount\": 61000000,\n            \"currency\": \"USD\",\n            \"nativeAmount\": 61000000,\n            \"nativeCurrency\": \"USD\",\n            \"estimated\": false\n        },\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14678-20F\",\n        \"committedFundName\": \"Merit Energy Partners A\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11240-56\",\n                \"committedInvestorName\": \"Merit Energy Company\"\n            }\n        ],\n        \"commitmentDate\": \"1994-12-31\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": null,\n        \"commitmentType\": null\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13196-44F\",\n        \"committedFundName\": \"Shorenstein Realty Investors II\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"12360-16\",\n                \"committedInvestorName\": \"Shorenstein\"\n            }\n        ],\n        \"commitmentDate\": \"1994-01-01\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"13072-60F\",\n        \"committedFundName\": \"Venture Investment Associates I\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"11326-51\",\n                \"committedInvestorName\": \"Venture Investment Associates\"\n            }\n        ],\n        \"commitmentDate\": \"1993-08-24\",\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    },\n    {\n        \"limitedPartnerId\": \"58901-50\",\n        \"committedFundId\": \"14923-63F\",\n        \"committedFundName\": \"Farallon Capital Institutional Partners\",\n        \"committedInvestors\": [\n            {\n                \"committedInvestorId\": \"10234-81\",\n                \"committedInvestorName\": \"Farallon Capital Management\"\n            }\n        ],\n        \"commitmentDate\": null,\n        \"commitmentSize\": null,\n        \"commitmentStatus\": {\n            \"code\": \"C\",\n            \"description\": \"Current\"\n        },\n        \"commitmentType\": {\n            \"code\": \"OLP\",\n            \"description\": \"Original\"\n        }\n    }\n]"}],"_postman_id":"3afede39-5645-4a53-a399-a1709bd517de"},{"name":"Limited Partner Commitment Aggregates","id":"e5a448df-a24d-45e4-a08f-45fd00501320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitments-aggregates","description":"<blockquote>\n<p>GET <code>/limited-partners/{pbId}/commitments-aggregates</code></p>\n</blockquote>\n<p>Retrieves active and total commitment aggregates of the specific limited partner.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","commitments-aggregates"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"799cdbd0-2de1-411b-a1ee-ea154497baf5","name":"Limited Partner Commitment Aggregates 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limited-partners/58901-50/commitments-aggregates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:22:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"limitedPartnerId\": \"58901-50\",\n    \"limitedPartnerName\": \"Yale University Retirement Plan for Staff Employees\",\n    \"activeCommitmentsInDebtFunds\": null,\n    \"activeCommitmentsInPeFunds\": 22,\n    \"activeCommitmentsInReFunds\": 11,\n    \"activeCommitmentsInVcFunds\": 12,\n    \"activeCommitmentsInFoFsAnd2nd\": null,\n    \"activeCommitmentsInInfrastructure\": null,\n    \"activeCommitmentsInEnergyFunds\": null,\n    \"activeCommitmentsInOtherFunds\": 2,\n    \"totalActiveCommitments\": 60,\n    \"totalCommitmentsInDebtFunds\": null,\n    \"totalCommitmentsInPeFunds\": 22,\n    \"totalCommitmentsInReFunds\": 11,\n    \"totalCommitmentsInVcFunds\": 12,\n    \"totalCommitmentsInFoFsAnd2nd\": null,\n    \"totalCommitmentsInInfrastructure\": null,\n    \"totalCommitmentsInEnergyFunds\": null,\n    \"totalCommitmentsInOtherFunds\": 2,\n    \"totalCommitments\": 61\n}"}],"_postman_id":"e5a448df-a24d-45e4-a08f-45fd00501320"},{"name":"Limited Partner Profile Updates","id":"521afbf0-e5fb-4a99-8af2-e4427b03ef81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/limited-partners/58901-50/updates?sinceDate=>2020-07-10","description":"<p><code>GET /limited-partners/{pbId}/updates</code></p>\n<p>Retrieves changes for the specific limited partner for up to the last 90 days.</p>\n<h5 id=\"limited-partner-update-parameters\">Limited Partner Update Parameters</h5>\n<p><strong>pbId</strong> : String. Limited Partner pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRange</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limited-partners","58901-50","updates"],"host":["api","pitchbook","com"],"query":[{"key":"sinceDate","value":">2020-07-10"}],"variable":[]}},"response":[{"id":"8d60e0f7-c601-4bbc-a9b0-32acdcc5ed05","name":"Limited Partner Profile Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-v2.pitchbook.com/limited-partners/58901-50/updates?sinceDate=>2020-07-10","protocol":"https","host":["api-v2","pitchbook","com"],"path":["limited-partners","58901-50","updates"],"query":[{"key":"sinceDate","value":">2020-07-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 23 Jul 2020 14:50:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Limited Partner Commitment Preferences\": \"No\",\n        \"Limited Partner Bio\": \"No\",\n        \"Limited Partner Commitments Detailed\": \"No\"\n    }\n}"}],"_postman_id":"521afbf0-e5fb-4a99-8af2-e4427b03ef81"}],"id":"6923de9c-6b59-4f5d-9c28-34582225456d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a8df5dd0-6ade-4cf5-9545-a68996d000d7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"edb3b178-7126-46bd-b48d-70c277d2b28e"}}],"_postman_id":"6923de9c-6b59-4f5d-9c28-34582225456d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Service Providers","item":[{"name":"Service Provider Search","id":"1ea3afb9-d304-4022-ac49-0314e4a84ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/service-providers/search?dealDate=>2020-07-20&dealSize=>450","description":"<p><code>GET /service-providers/search</code></p>\n<p>Retrieves service providers matching the specified criteria.</p>\n<p><strong>serviceProviderNames</strong> :  Pass a list of service provider names, ids, websites or tickers. Will return results for all service providers with matching input. Use a comma to separate values.</p>\n<hr />\n<p><strong>serviceProviderType</strong> :   Service providers can be found by their service provider type code.</p>\n<hr />\n<p><strong>city</strong> :  Search for service providers by their city location.</p>\n<hr />\n<p><strong>stateProvince</strong> : Search for service providers by their state/provinces.</p>\n<hr />\n<p><strong>country</strong> :   Search for service providers by their countries.</p>\n<hr />\n<p><strong>postCode</strong> :  Search for service providers by their postcode, included to support searching for both US postal code and foreign.</p>\n<hr />\n<p><strong>locationType</strong> :  Search for service providers by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with city, stateProvince, country, postCode options.</p>\n<hr />\n<p><strong>hiredForGeneralServices</strong> :   Find service providers hired for general services to other entities. Set this parameter as True .</p>\n<hr />\n<p><strong>hiredForFundraising</strong> :   Find service providers hired for services on a fund to other entities. Set this parameter as True.</p>\n<hr />\n<p><strong>hiredForDealWork</strong> :  Find service providers hired for services on a deal to other entities. Set this parameter as True.</p>\n<hr />\n<p><strong>numberOfDeals</strong> : Search for service providers by the serviced deals. Find service providers with a deals count greater than a value using the &gt; operator, service providers with a deals count smaller than a value using the &lt; operator and service providers with a deals count between values using the ^ operator.</p>\n<hr />\n<p><strong>dealDate</strong> :  Find service providers who have been hired for a deal within a certain time frame. Search for service providers hired for a deal after a certain date using the &gt; operator, service providers hired for a deal before a certain date using the &lt; operator and service providers hired for a deal between 2 dates using the ^ operator. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>dealSize</strong> :  Find service providers who have been hired for deals of a certain size. Search for service providers hired for deals larger than an amount using the &gt; operator, service providers hired for deals smaller than a certain amount using the &lt; operator and service providers hired for deals in a range using the ^ operator. Amounts in millions.</p>\n<hr />\n<p><strong>includeDealsWithoutDealSize</strong> : Include deals without a known deal size. Set this parameter as True only when Deal Size parameter is applied. False by default.</p>\n<hr />\n<p><strong>excludeDealsWithoutDealSize</strong> : Exclude deals without a known deal size. Set this parameter as True only when Deal Size parameter is not applied. False by default.</p>\n<hr />\n<p><strong>dealType</strong> :  Find service providers by the types of deals they have been hired for. Pass a deal type reference code.</p>\n<hr />\n<p><strong>serviceTypesOnDeal</strong> :    Find service providers by the service types within the deals they have been hired for. Pass a service type reference code.</p>\n<hr />\n<p><strong>companyStateProvince</strong> :  Search for service providers hired for services to companies by their state/provinces.</p>\n<hr />\n<p><strong>companyCountry</strong> :    Search for service providers hired for services to companies by their countries.</p>\n<hr />\n<p><strong>companyLocationType</strong> :   Search for service providers hired for services to companies by additional parameter specifying HQ Only (HQ_ONLY), Non-HQ Only (NON_HQ_ONLY) or any office location (ANY) values. Set this parameter in pair with companyStateProvince, companyCountry.</p>\n<hr />\n<p><strong>companyUniverse</strong> :   Search for service providers hired for services to companies by their universes.</p>\n<hr />\n<p><strong>companyKeywords</strong> :   Search for service providers hired for services to companies by their keywords.</p>\n<hr />\n<p><strong>companyIndustry</strong> :   Search for service providers hired for services to companies by their industries via industry code.</p>\n<hr />\n<p><strong>companyVerticals</strong> :  Search for service providers hired for services to companies by their verticals via vertical code.</p>\n<hr />\n<p><strong>companyIndustryAndVertical</strong> : When using both company industry and company vertical parameters, \"OR\" logic is used by default. To use \"AND\" logic, set this parameter to True\ncurrency    Specify the currency that your other parameters, such as dealSize, are entered as. It depends on the currency in user preferences.</p>\n<hr />\n<p><strong>page</strong> : Results are returned so that they can be paged through. Set this parameter to increment the page.</p>\n<hr />\n<p><strong>perPage</strong> :   How many returned results show on page</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","search"],"host":["api","pitchbook","com"],"query":[{"key":"dealDate","value":">2020-07-20"},{"key":"dealSize","value":">450"}],"variable":[]}},"response":[{"id":"167c5020-9284-4ca9-8fc5-6328caef5fa2","name":"Service Provider Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/service-providers/search?dealDate=>2020-07-20&dealSize=>450","protocol":"https","host":["api","pitchbook","com"],"path":["service-providers","search"],"query":[{"key":"dealDate","value":">2020-07-20"},{"key":"dealSize","value":">450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 16:34:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"x-frame-options","value":"DENY"},{"key":"access-control-allow-headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"access-control-allow-methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"access-control-max-age","value":"3600"},{"key":"x-robots-tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"84a17165ae5f308d-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 3776,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 152\n    },\n    \"items\": [\n        {\n            \"serviceProviderId\": \"10011-61\",\n            \"serviceProviderName\": \"Ares Private Equity Group\",\n            \"website\": null\n        },\n        {\n            \"serviceProviderId\": \"10014-04\",\n            \"serviceProviderName\": \"Lincoln International\",\n            \"website\": \"www.lincolninternational.com\"\n        },\n        {\n            \"serviceProviderId\": \"10014-22\",\n            \"serviceProviderName\": \"Lazard Middle Market\",\n            \"website\": \"www.lazardmm.com\"\n        },\n        {\n            \"serviceProviderId\": \"10014-31\",\n            \"serviceProviderName\": \"Deloitte\",\n            \"website\": \"www.deloitte.com\"\n        },\n        {\n            \"serviceProviderId\": \"10014-49\",\n            \"serviceProviderName\": \"Blackstone\",\n            \"website\": \"www.blackstone.com\"\n        },\n        {\n            \"serviceProviderId\": \"10014-76\",\n            \"serviceProviderName\": \"PwC\",\n            \"website\": \"www.pwc.com\"\n        },\n        {\n            \"serviceProviderId\": \"10014-85\",\n            \"serviceProviderName\": \"KPMG\",\n            \"website\": \"www.kpmg.com\"\n        },\n        {\n            \"serviceProviderId\": \"10015-03\",\n            \"serviceProviderName\": \"EY\",\n            \"website\": \"www.ey.com\"\n        },\n        {\n            \"serviceProviderId\": \"10015-12\",\n            \"serviceProviderName\": \"Advent International\",\n            \"website\": \"www.adventinternational.com\"\n        },\n        {\n            \"serviceProviderId\": \"10015-30\",\n            \"serviceProviderName\": \"Ballard Spahr\",\n            \"website\": \"www.ballardspahr.com\"\n        },\n        {\n            \"serviceProviderId\": \"10015-57\",\n            \"serviceProviderName\": \"Proskauer\",\n            \"website\": \"www.proskauer.com\"\n        },\n        {\n            \"serviceProviderId\": \"10015-66\",\n            \"serviceProviderName\": \"Simpson Thacher & Bartlett\",\n            \"website\": \"www.stblaw.com\"\n        },\n        {\n            \"serviceProviderId\": \"10016-11\",\n            \"serviceProviderName\": \"Winston & Strawn\",\n            \"website\": \"www.winston.com\"\n        },\n        {\n            \"serviceProviderId\": \"10016-74\",\n            \"serviceProviderName\": \"Cerberus Capital Management\",\n            \"website\": \"www.cerberus.com\"\n        },\n        {\n            \"serviceProviderId\": \"10016-83\",\n            \"serviceProviderName\": \"Grant Thornton\",\n            \"website\": \"www.grantthornton.com\"\n        },\n        {\n            \"serviceProviderId\": \"10018-18\",\n            \"serviceProviderName\": \"J.P. Morgan\",\n            \"website\": \"www.jpmorgan.com\"\n        },\n        {\n            \"serviceProviderId\": \"10019-89\",\n            \"serviceProviderName\": \"North Point Merger & Acquisitions\",\n            \"website\": \"www.nptma.com\"\n        },\n        {\n            \"serviceProviderId\": \"10019-98\",\n            \"serviceProviderName\": \"Kirkland & Ellis\",\n            \"website\": \"www.kirkland.com\"\n        },\n        {\n            \"serviceProviderId\": \"10020-16\",\n            \"serviceProviderName\": \"Apollo Global Management\",\n            \"website\": \"www.apollo.com\"\n        },\n        {\n            \"serviceProviderId\": \"10021-15\",\n            \"serviceProviderName\": \"Harris Williams\",\n            \"website\": \"www.harriswilliams.com\"\n        },\n        {\n            \"serviceProviderId\": \"10021-42\",\n            \"serviceProviderName\": \"Pepper Hamilton\",\n            \"website\": \"www.pepperlaw.com\"\n        },\n        {\n            \"serviceProviderId\": \"10023-13\",\n            \"serviceProviderName\": \"Abry Partners\",\n            \"website\": \"www.abry.com\"\n        },\n        {\n            \"serviceProviderId\": \"10024-30\",\n            \"serviceProviderName\": \"Oaktree Capital Management\",\n            \"website\": \"www.oaktreecapital.com\"\n        },\n        {\n            \"serviceProviderId\": \"10024-48\",\n            \"serviceProviderName\": \"Handelsbanken Capital Markets\",\n            \"website\": \"handelsbanken.fi\"\n        },\n        {\n            \"serviceProviderId\": \"10024-66\",\n            \"serviceProviderName\": \"Piper Sandler\",\n            \"website\": \"www.pipersandler.com\"\n        }\n    ]\n}"}],"_postman_id":"1ea3afb9-d304-4022-ac49-0314e4a84ad9"},{"name":"Service Provider Bio","id":"a05963ce-7e52-45e4-add8-ef346bde4ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/11356-75/bio","description":"<p><code>GET /service-providers/{pbId}/bio</code></p>\n<p>Retrieves key data points about specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","11356-75","bio"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"2e30ec7d-c6d0-45be-bc43-5e6b0c28a316","name":"Service Provider Bio","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/service-providers/11356-75/bio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jul 2020 10:17:30 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderId\": \"11356-75\",\n    \"serviceProviderName\": {\n        \"formalName\": \"Collins Stewart Wealth Management\",\n        \"alsoKnownAs\": null,\n        \"legalName\": \"Collins Stewart LLC\",\n        \"formerlyKnownAs\": null\n    },\n    \"serviceProviderTypes\": [\n        {\n            \"type\": {\n                \"code\": \"FIA\",\n                \"description\": \"Financing Advisory\"\n            },\n            \"primary\": false\n        },\n        {\n            \"type\": {\n                \"code\": \"IB\",\n                \"description\": \"Investment Bank\"\n            },\n            \"primary\": true\n        }\n    ],\n    \"description\": \"Collins Stewart was an independent investment banking group with offices in London, New York, Jersey, Guernsey, Isle of Man, Dublin, Paris, Geneva, Singapore, Tel Aviv, Mumbai, and Tokyo. The company was a fundraiser on London's Alternative, Investment Market. the firm's services included fixed income credit trading, corporate broking, corporate finance advisory services, debt capital markets advice, restructuring and debt advisory services. The firm was founded in 1991 and was based in London, England.\",\n    \"website\": \"www.collins-stewart.com\",\n    \"employees\": null,\n    \"servicedCompanies\": 35,\n    \"servicedDeals\": 37,\n    \"servicedInvestors\": 14,\n    \"servicedFunds\": 0,\n    \"servicedLimitedPartners\": 0\n}"}],"_postman_id":"a05963ce-7e52-45e4-add8-ef346bde4ac6"},{"name":"Serviced Companies","id":"2fb6a1bf-af80-4cab-a997-4ed2b8c2f27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/11356-75/serviced-companies","description":"<p><code>GET /service-providers/{pbId}/serviced-companies</code></p>\n<p>Retrieves current and former services provided to companies by the specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","11356-75","serviced-companies"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"1c95edc0-2140-4626-8bc0-5748074dc346","name":"Serviced Companies 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/11356-75/serviced-companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:23:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderId\": \"11356-75\",\n    \"serviceProviderName\": \"Collins Stewart Wealth Management\",\n    \"currentGeneralServices\": [\n        {\n            \"entityId\": \"58546-54\",\n            \"entityName\": \"Gaming Technology Solutions\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            }\n        }\n    ],\n    \"formerGeneralServices\": []\n}"}],"_postman_id":"2fb6a1bf-af80-4cab-a997-4ed2b8c2f27d"},{"name":"Serviced Deals","id":"e5d205ea-ff50-46b5-9063-7496771df26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-deals","description":"<p><code>GET /service-providers/{pbId}/serviced-deals</code></p>\n<p>Retrieves general datapoints about serviced deals of the specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","62181-19","serviced-deals"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"d2cf4eb9-2bfb-4970-9990-a74714d4fd99","name":"Serviced Deals","originalRequest":{"method":"GET","header":[],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-deals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 23 Nov 2020 11:25:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderName\": \"UBS Private Funds Group\",\n    \"servicedDealInfo\": [\n        {\n            \"companyId\": \"168163-39\",\n            \"companyName\": \"ATTAbotics\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"dealId\": \"149100-58T\",\n            \"dealNumber\": 6,\n            \"dealDate\": \"2020-08-18\"\n        }\n    ]\n}"}],"_postman_id":"e5d205ea-ff50-46b5-9063-7496771df26d"},{"name":"Serviced Investors","id":"e75432b8-99c2-4846-8d9e-a2581998f411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/11356-75/serviced-investors","description":"<p><code>GET /service-providers/{pbId}/serviced-investors</code></p>\n<p>Retrieves current and former services provided to investors by the specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","11356-75","serviced-investors"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"35c9cabd-0be3-4d21-8ff4-ba6eb10c8c9d","name":"Serviced Investors 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/11356-75/serviced-investors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:24:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderId\": \"11356-75\",\n    \"serviceProviderName\": \"Collins Stewart Wealth Management\",\n    \"currentGeneralServices\": [\n        {\n            \"entityId\": \"10599-67\",\n            \"entityName\": \"Headway Capital Partners\",\n            \"serviceProvided\": {\n                \"code\": \"CUDN\",\n                \"description\": \"Custodian\"\n            }\n        }\n    ],\n    \"formerGeneralServices\": []\n}"}],"_postman_id":"e75432b8-99c2-4846-8d9e-a2581998f411"},{"name":"Serviced Funds","id":"2b1c8cd9-f09b-40e1-a116-9b07538a979d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-funds","description":"<blockquote>\n<p><code>GET /service-providers/{pbId}/serviced-funds</code></p>\n</blockquote>\n<p>Retrieves current and former services provided to funds by the specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","62181-19","serviced-funds"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"f0522c1a-36de-4bf2-9104-5e74e5c0c330","name":"Serviced Funds 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:25:23 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderId\": \"62181-19\",\n    \"serviceProviderName\": \"UBS Private Funds Group\",\n    \"fundServices\": [\n        {\n            \"fundId\": \"11150-02F\",\n            \"fundName\": \"3i Eurofund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11150-38F\",\n            \"fundName\": \"3i Eurofund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13391-74F\",\n            \"fundName\": \"AEA Investors Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11099-17F\",\n            \"fundName\": \"Accent Equity 2003\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11704-78F\",\n            \"fundName\": \"Accent Equity 2008\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13545-19F\",\n            \"fundName\": \"Accent Equity 2012\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16047-55F\",\n            \"fundName\": \"Accent Equity 2017\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14447-08F\",\n            \"fundName\": \"Amulet Capital Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13402-27F\",\n            \"fundName\": \"Apollo European Credit Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11457-55F\",\n            \"fundName\": \"Apollo European Principal Finance Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11551-96F\",\n            \"fundName\": \"Apollo Investment Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10918-99F\",\n            \"fundName\": \"Apollo Investment Fund VI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11457-64F\",\n            \"fundName\": \"Apollo Investment Fund VII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13542-67F\",\n            \"fundName\": \"Apollo Investment Fund VIII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13047-40F\",\n            \"fundName\": \"Arcus European Infrastructure Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11000-44F\",\n            \"fundName\": \"Ares Corporate Opportunities Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13106-08F\",\n            \"fundName\": \"Ares Mezzanine Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10948-15F\",\n            \"fundName\": \"Arlington Capital Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15007-96F\",\n            \"fundName\": \"Ascendent Capital Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16560-01F\",\n            \"fundName\": \"Ascendent Capital Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13930-93F\",\n            \"fundName\": \"Aterian Investment Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16378-03F\",\n            \"fundName\": \"Aterian Investment Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11008-54F\",\n            \"fundName\": \"Avenue Asia Special Situations Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16095-25F\",\n            \"fundName\": \"Avenue Aviation Opportunities Fund II (Onshore)\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16899-85F\",\n            \"fundName\": \"Avenue Aviation Opportunities Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15010-75F\",\n            \"fundName\": \"Avista Capital Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16603-84F\",\n            \"fundName\": \"Avista Capital Partners V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11036-62F\",\n            \"fundName\": \"Baring Asia Private Equity Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11485-18F\",\n            \"fundName\": \"Baring Asia Private Equity Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12796-48F\",\n            \"fundName\": \"Baring Asia Private Equity Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14534-47F\",\n            \"fundName\": \"Baring Asia Private Equity Fund VI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11017-09F\",\n            \"fundName\": \"Baring Vostok Private Equity Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11353-42F\",\n            \"fundName\": \"Baring Vostok Private Equity Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13508-11F\",\n            \"fundName\": \"Baring Vostok Private Equity Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13605-49F\",\n            \"fundName\": \"Baring Vostok Private Equity Fund V Supplemental Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11340-28F\",\n            \"fundName\": \"Blackstone Capital Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16146-82F\",\n            \"fundName\": \"Blue Torch Credit Opportunities Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13428-91F\",\n            \"fundName\": \"Brentwood Associates Private Equity V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14300-11F\",\n            \"fundName\": \"CIM Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15134-32F\",\n            \"fundName\": \"CIP Capital Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11784-16F\",\n            \"fundName\": \"CIVC Partners Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15290-29F\",\n            \"fundName\": \"CMC Capital Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12729-70F\",\n            \"fundName\": \"CX Partners Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11383-39F\",\n            \"fundName\": \"Candover 2001 Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11383-48F\",\n            \"fundName\": \"Candover 2005 Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15000-22F\",\n            \"fundName\": \"Capital Alliance Private Equity IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11714-05F\",\n            \"fundName\": \"Centerview Partners I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12842-11F\",\n            \"fundName\": \"Cobalt Investment Capital\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11084-50F\",\n            \"fundName\": \"Cognetas Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14533-57F\",\n            \"fundName\": \"Content Partners Fund 3\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15722-38F\",\n            \"fundName\": \"Cornell Capital Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11391-40F\",\n            \"fundName\": \"Cortec Group Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10954-45F\",\n            \"fundName\": \"Court Square Capital Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10954-54F\",\n            \"fundName\": \"Court Square Capital Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11576-53F\",\n            \"fundName\": \"Drum Special Situation Partners I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13750-39F\",\n            \"fundName\": \"EMERAM Private Equity Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13530-34F\",\n            \"fundName\": \"EQT Infrastructure Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13638-07F\",\n            \"fundName\": \"EQT Mid-Market Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12711-25F\",\n            \"fundName\": \"EQT VI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13686-58F\",\n            \"fundName\": \"Energy Capital Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16182-01F\",\n            \"fundName\": \"Energy Capital Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11487-52F\",\n            \"fundName\": \"Excellere Capital Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12962-17F\",\n            \"fundName\": \"Excellere Capital Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15173-02F\",\n            \"fundName\": \"Excellere Capital Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13695-76F\",\n            \"fundName\": \"FDCE\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"17010-64F\",\n            \"fundName\": \"FV Mascot TopCo Partners\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13427-83F\",\n            \"fundName\": \"Ford Financial Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"18090-91F\",\n            \"fundName\": \"FountainVest Capital Partners Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15649-30F\",\n            \"fundName\": \"FountainVest China Capital Partners Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12051-01F\",\n            \"fundName\": \"Fountainvest China Growth Capital Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13484-26F\",\n            \"fundName\": \"Fountainvest China Growth Capital Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16291-09F\",\n            \"fundName\": \"GCP Capital Partners Europe II\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13399-75F\",\n            \"fundName\": \"GGV Capital IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14416-21F\",\n            \"fundName\": \"GGV Capital V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15459-76F\",\n            \"fundName\": \"GGV Capital VI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15459-85F\",\n            \"fundName\": \"GGV Discovery I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13603-51F\",\n            \"fundName\": \"GI Partners Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15822-64F\",\n            \"fundName\": \"GI Partners Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15255-46F\",\n            \"fundName\": \"Gamut Investment Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11132-11F\",\n            \"fundName\": \"Gores Capital Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15178-87F\",\n            \"fundName\": \"Graham Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16632-82F\",\n            \"fundName\": \"Graham Partners V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16237-45F\",\n            \"fundName\": \"Greystone Senior Debt Opportunity Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13810-78F\",\n            \"fundName\": \"HCI Equity Partners Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15938-65F\",\n            \"fundName\": \"HCI Equity Partners Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14873-86F\",\n            \"fundName\": \"HPE Institutional Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10940-14F\",\n            \"fundName\": \"Herkules Private Equity Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12063-34F\",\n            \"fundName\": \"Herkules Private Equity Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13664-62F\",\n            \"fundName\": \"Herkules Private Equity Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12741-85F\",\n            \"fundName\": \"Hg Renewable Power Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11708-02F\",\n            \"fundName\": \"Industri Kapital 2007 Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11406-79F\",\n            \"fundName\": \"Insight Equity Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11714-41F\",\n            \"fundName\": \"Insight Equity II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11714-59F\",\n            \"fundName\": \"Insight Equity Mezzanine I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16585-48F\",\n            \"fundName\": \"Intriva Capital European Principal Investment Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10965-88F\",\n            \"fundName\": \"J.W. Childs Equity Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15873-13F\",\n            \"fundName\": \"K2 Private Investors\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14801-32F\",\n            \"fundName\": \"KSL Capital Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16654-87F\",\n            \"fundName\": \"Kester Capital II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11586-70F\",\n            \"fundName\": \"Kinderhook Capital Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14581-99F\",\n            \"fundName\": \"Kinderhook Capital Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14699-98F\",\n            \"fundName\": \"Kinderhook Capital Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13719-79F\",\n            \"fundName\": \"L Capital Asia 2\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11453-68F\",\n            \"fundName\": \"Leeds Equity Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15827-41F\",\n            \"fundName\": \"LightBay Investment Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15464-62F\",\n            \"fundName\": \"Lightyear Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11451-16F\",\n            \"fundName\": \"Lincolnshire Equity Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11451-25F\",\n            \"fundName\": \"Lincolnshire Equity Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11178-82F\",\n            \"fundName\": \"Lineage Capital\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12483-19F\",\n            \"fundName\": \"Lone Star Fund VII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12488-95F\",\n            \"fundName\": \"Lone Star Real Estate Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11583-73F\",\n            \"fundName\": \"Longitude Venture Partners (LVP1)\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12714-22F\",\n            \"fundName\": \"MHR Institutional Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"DADV\",\n                \"description\": \"Advisor: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13338-82F\",\n            \"fundName\": \"MSouth Equity Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16341-49F\",\n            \"fundName\": \"MSouth Equity Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12077-92F\",\n            \"fundName\": \"Marcap II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11194-21F\",\n            \"fundName\": \"Metalmark Capital Partners Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11418-04F\",\n            \"fundName\": \"Monitor Clipper Equity Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15006-88F\",\n            \"fundName\": \"Msouth Equity Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12668-68F\",\n            \"fundName\": \"New Horizon Capital III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15251-59F\",\n            \"fundName\": \"NewQuest Asia Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16239-34F\",\n            \"fundName\": \"Newport Global Opportunities Fund IA\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16119-19F\",\n            \"fundName\": \"Nexus Point Partners Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13546-18F\",\n            \"fundName\": \"NorthEdge Capital Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15134-14F\",\n            \"fundName\": \"Northedge Capital Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13341-88F\",\n            \"fundName\": \"Northwood Real Estate Co-Investors\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13341-79F\",\n            \"fundName\": \"Northwood Real Estate Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13341-79F\",\n            \"fundName\": \"Northwood Real Estate Partners\",\n            \"serviceProvided\": {\n                \"code\": \"LPC\",\n                \"description\": \"LP Consultant: General\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14189-50F\",\n            \"fundName\": \"Northwood Real Estate Partners 2012\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14801-95F\",\n            \"fundName\": \"OpenGate Capital Partners I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16216-48F\",\n            \"fundName\": \"OpenGate Capital Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11565-37F\",\n            \"fundName\": \"PAI Europe V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13575-52F\",\n            \"fundName\": \"Pacific Equity Partners Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13514-68F\",\n            \"fundName\": \"Pamlico Capital Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15789-88F\",\n            \"fundName\": \"Pamlico Capital IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15134-23F\",\n            \"fundName\": \"Parcom Capital Buy-Out Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13859-38F\",\n            \"fundName\": \"Park Square Capital Credit Opportunities II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14582-08F\",\n            \"fundName\": \"Park Square Capital Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14698-63F\",\n            \"fundName\": \"Park Square PSERS Credit Opportunities\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11229-13F\",\n            \"fundName\": \"Paul Capital Royalty Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10952-74F\",\n            \"fundName\": \"Providence Equity Partners V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16585-57F\",\n            \"fundName\": \"Rantum Private Debt Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14277-07F\",\n            \"fundName\": \"Ridgewood Energy Oil & Gas Fund\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16640-83F\",\n            \"fundName\": \"Rotunda Capital Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14890-06F\",\n            \"fundName\": \"SBCVC Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12979-63F\",\n            \"fundName\": \"SK Capital Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14753-26F\",\n            \"fundName\": \"SK Capital Partners IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12980-71F\",\n            \"fundName\": \"STAR Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13380-58F\",\n            \"fundName\": \"Saratoga Asia III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13262-41F\",\n            \"fundName\": \"Semperian PPP Investment Partners\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16181-92F\",\n            \"fundName\": \"Soundcore Capital Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14753-35F\",\n            \"fundName\": \"Staple Street Capital II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"18088-57F\",\n            \"fundName\": \"Staple Street Capital III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12962-98F\",\n            \"fundName\": \"SteelRiver Infrastructure Fund North America\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16030-90F\",\n            \"fundName\": \"Strattam Capital Investment Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16292-98F\",\n            \"fundName\": \"Sumeru Equity Partners Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11584-36F\",\n            \"fundName\": \"SunTx Capital Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14283-28F\",\n            \"fundName\": \"SwanCap Opportunities Fund I\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10960-57F\",\n            \"fundName\": \"Swander Pace Capital Fund III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13497-13F\",\n            \"fundName\": \"TA Atlantic & Pacific VII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15181-21F\",\n            \"fundName\": \"TA Subordinated Debt Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12434-59F\",\n            \"fundName\": \"TA XI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14879-53F\",\n            \"fundName\": \"TA XII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16607-26F\",\n            \"fundName\": \"TA XIII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11306-44F\",\n            \"fundName\": \"TVM V Information Technology Ventures\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"10947-34F\",\n            \"fundName\": \"Thoma Cressey Fund VIII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11300-68F\",\n            \"fundName\": \"TowerBrook Investors II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"11592-28F\",\n            \"fundName\": \"TowerBrook Investors III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"13578-13F\",\n            \"fundName\": \"TowerBrook Investors IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15697-27F\",\n            \"fundName\": \"Varsity Healthcare Partners II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16697-44F\",\n            \"fundName\": \"Varsity Healthcare Partners III\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"12556-54F\",\n            \"fundName\": \"Veritas Capital Fund IV\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14562-64F\",\n            \"fundName\": \"Veritas Capital Fund V\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"15814-09F\",\n            \"fundName\": \"Veritas Capital Fund VI\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"16579-99F\",\n            \"fundName\": \"Veritas Capital Fund VII\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        },\n        {\n            \"fundId\": \"14001-76F\",\n            \"fundName\": \"Vogo Fund II\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            },\n            \"servicedEntityType\": {\n                \"code\": \"INV\",\n                \"description\": \"Investor\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2b1c8cd9-f09b-40e1-a116-9b07538a979d"},{"name":"Service Limited Partners","id":"39a200bd-ab5d-430f-bc41-781b05bbdc81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-limited-partners","description":"<blockquote>\n<p><code>GET /service-providers/{pbId}/serviced-limited-partners</code></p>\n</blockquote>\n<p>Retrieves current and former services to limited partners by the specific service provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","62181-19","serviced-limited-partners"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"b30fe655-dec3-4feb-b557-23787c833b81","name":"Service Limited Partners 06072021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/service-providers/62181-19/serviced-limited-partners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Jun 2021 18:25:50 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceProviderId\": \"62181-19\",\n    \"serviceProviderName\": \"UBS Private Funds Group\",\n    \"currentGeneralServices\": [],\n    \"formerGeneralServices\": [\n        {\n            \"entityId\": \"11269-27\",\n            \"entityName\": \"Paul Capital\",\n            \"serviceProvided\": {\n                \"code\": \"PA\",\n                \"description\": \"Placement Agent\"\n            }\n        }\n    ]\n}"}],"_postman_id":"39a200bd-ab5d-430f-bc41-781b05bbdc81"},{"name":"Service Provider Profile Updates","id":"67ee20a4-fa29-414f-b652-df2e69ce29aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/service-providers/11356-75/updates?trailingRange=10","description":"<p><code>GET /service-providers/{pbid}/updates </code></p>\n<p>Retrieves changes for the specific deal for up to the last 90 days.</p>\n<h5 id=\"serivce-provider-update-parameters\">Serivce Provider Update Parameters</h5>\n<p><strong>pbId</strong> : String. Service Provider pbId. Required to specify time period using 'sinceDate' or 'trailingRange' parameter.</p>\n<hr />\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["service-providers","11356-75","updates"],"host":["api","pitchbook","com"],"query":[{"key":"trailingRange","value":"10"}],"variable":[]}},"response":[{"id":"0c2cd51b-0931-492c-90db-169231ec0cd5","name":"Service Provider Profile Updates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/service-providers/11356-75/updates?trailingRange=10","protocol":"https","host":["api","pitchbook","com"],"path":["service-providers","11356-75","updates"],"query":[{"key":"trailingRange","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 Nov 2020 14:16:24 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Front-End-Https","value":"on"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"updates\": {\n        \"Serviced Investors\": \"No\",\n        \"Service Provider Bio\": \"No\",\n        \"Serviced Companies\": \"No\"\n    }\n}"}],"_postman_id":"67ee20a4-fa29-414f-b652-df2e69ce29aa"}],"id":"1c715abe-5b1e-4e65-b19e-eb4e0979b8e8","_postman_id":"1c715abe-5b1e-4e65-b19e-eb4e0979b8e8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Credit Analysis","item":[{"name":"Credit News Search","id":"676ba23d-4e91-45b9-b60c-9f94cfdb1a41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/credit-analysis/credit-news/search?regions=United States","description":"<p><code>GET /credit-analysis/credit-news/search</code></p>\n<p>Retrieves main info about the Credit news articles matching the specified criteria.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<hr />\n<p><strong>authors</strong> : name of the articles' author. Multiple values should be separated by a comma.</p>\n<hr />\n<p><strong>regions:</strong> Geographic region covered by article. Value can be United States or Europe.</p>\n<hr />\n<p><strong>assetClasses :</strong> Asset class covered by article. Multiple values should be separated by comma.</p>\n<hr />\n<p><strong>topics :</strong> Topics covered by article. Multiple values should be separated by comma.</p>\n<hr />\n<p><strong>issuer :</strong> Name of issuer. Multiple values should be separated by comma.</p>\n<hr />\n<p><strong>lender :</strong> Name of lender. Multiple values should be separated by comma.</p>\n<hr />\n<p><strong>sponsor :</strong> Name of sponsor. Multiple values should be separated by comma.</p>\n<hr />\n<p><strong>sinceDate :</strong> Add this parameter to extract news articles published after a certain date with the &gt; operator, before a certain date with the &lt; operator and between two dates with the ^ operator.</p>\n<hr />\n<p><strong>page</strong> : Results are retuned so that they can be paged through. Set this parameter to increment the page. IF nothing is specified, default value is 1.</p>\n<hr />\n<p><strong>perPage :</strong> Set how many returned results will be shown on the page (between 1 and 250). If nothing is specified, default value is 25.</p>\n<hr />\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["credit-analysis","credit-news","search"],"host":["api","pitchbook","com"],"query":[{"key":"regions","value":"United States"}],"variable":[]}},"response":[{"id":"59325943-76e0-436d-b8dc-e4cc16813f0c","name":"Credit News Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/credit-analysis/credit-news/search?regions=United%20States","protocol":"https","host":["api","pitchbook","com"],"path":["credit-analysis","credit-news","search"],"query":[{"key":"regions","value":"United%20States"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Aug 2023 17:05:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 182383,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 7296\n    },\n    \"items\": [\n        {\n            \"articleId\": 12505190,\n            \"title\": \"Sound Physicians reportedly hires PJT Partners amid revenue troubles\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Sean Czarnecki\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:45:57.879\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"People\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"12368-80\",\n                \"name\": \"Sound Physicians\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505188,\n            \"title\": \"Tacala launches add-on 1st-lien term loan for dividend; commitments due Aug. 14\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:45:46.029\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Amendment\",\n                \"Covenant-Lite\",\n                \"Dividends\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Repricing\",\n                \"Second-Lien\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"55821-70\",\n                \"name\": \"Tacala\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"51524-02\",\n                \"name\": \"Altamont Capital Partners\"\n            }\n        },\n        {\n            \"articleId\": 12505189,\n            \"title\": \"Greystar Real Estate Partners floats talk for $400M secured notes pitch\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jakema Lewis\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:39:30.413\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repayment\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"50923-90\",\n                \"name\": \"Greystar Real Estate Partners\"\n            },\n            \"lender\": {\n                \"pbId\": \"55545-67\",\n                \"name\": \"JP Morgan Chase (NYS: JPM)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505187,\n            \"title\": \"ECL Entertainment sets Aug. 8 call to launch $380M TLB for refinancing\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:34:16.153\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repayment\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"455953-78\",\n                \"name\": \"Eclipse Entertainment\"\n            },\n            \"lender\": {\n                \"pbId\": \"10026-91\",\n                \"name\": \"Deutsche Bank (ETR: DBK)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505185,\n            \"title\": \"Cornerstone Chemical downgraded to CCC on weak pricing, demand\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jack Hersch\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:19:17.228\",\n            \"assetClasses\": [\n                \"Bonds\",\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"Ratings\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"387773-02\",\n                \"name\": \"Cornerstone Chemical Company\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505152,\n            \"title\": \"US leveraged loan Weakest Links increase in Q2 as rising rates take their toll\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Marina Lukatsky\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:15:28.154\",\n            \"assetClasses\": [\n                \"Distressed\",\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Defaults\",\n                \"Ratings\",\n                \"Restructuring\",\n                \"Trends\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505186,\n            \"title\": \"Tenneco outlines price talk for $1.4B TLB; commitments due Aug. 14\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:05:56.163\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Buyout\",\n                \"Leveraged Loan\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"13146-22\",\n                \"name\": \"Tenneco\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": {\n                \"pbId\": \"10020-16\",\n                \"name\": \"Apollo Global Management (NYS: APO)\"\n            }\n        },\n        {\n            \"articleId\": 12505183,\n            \"title\": \"Dream Finders Homes eyes $300M of senior notes to repay debt\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jakema Lewis\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:00:30.256\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Repayment\"\n            ],\n            \"issuer\": null,\n            \"lender\": {\n                \"pbId\": \"10091-08\",\n                \"name\": \"Bank of America (NYS: BAC)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505181,\n            \"title\": \"Yellow Corporation files for Chapter 11, begins sales process\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Sean Czarnecki\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T15:06:37.878\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"Bankruptcy\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41232-70\",\n                \"name\": \"Yellow (Road) (NAS: YELL)\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505179,\n            \"title\": \"Tenneco pitches $1.75B 8% 2028 secured bonds for Apollo LBO; roadshow to Aug. 15\",\n            \"authors\": [\n                {\n                    \"authorName\": \"John Atkins\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:23:49.749\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Leveraged Buyout\",\n                \"Leveraged Loan\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"13146-22\",\n                \"name\": \"Tenneco\"\n            },\n            \"lender\": {\n                \"pbId\": \"10091-08\",\n                \"name\": \"Bank of America (NYS: BAC)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505166,\n            \"title\": \"LCD Daily High Yield Bond Index Report: Data for August 4\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Lcd Research\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:21:41.748\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"Bond Index Daily\",\n                \"Bond Prices\",\n                \"High Yield Bond\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505151,\n            \"title\": \"Invenergy completes $350M term loan for refinancing tight to talk; terms\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:17:14.878\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Loan\",\n                \"Priced\",\n                \"Refinancing\",\n                \"Repayment\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"11918-71\",\n                \"name\": \"Invenergy\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505178,\n            \"title\": \"AZZ launches $1.03B TLB repricing; lender call today\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:46:13.423\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repricing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41960-44\",\n                \"name\": \"AZZ (NYS: AZZ)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505177,\n            \"title\": \"ATI sets 10 a.m. ET call for $400M offering of 7-year unsecured notes\",\n            \"authors\": [\n                {\n                    \"authorName\": \"David Cox\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:42:52.013\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Launch\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41149-18\",\n                \"name\": \"Allegheny Technologies (NYS: ATI)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505176,\n            \"title\": \"Tronox to host lender call today to launch $300M add-on TLB\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:29:49.515\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41906-98\",\n                \"name\": \"Tronox (NYS: TROX)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10043-83\",\n                \"name\": \"The Goldman Sachs Group (NYS: GS)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505175,\n            \"title\": \"Valaris drives by with $350M add-on to 8.375% 2030 secured deal for drillships\",\n            \"authors\": [\n                {\n                    \"authorName\": \"John Atkins\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:27:09.547\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41933-71\",\n                \"name\": \"Valaris (NYS: VAL)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10026-91\",\n                \"name\": \"Deutsche Bank (ETR: DBK)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505134,\n            \"title\": \"Generation Bridge completes $865M TLB for dividend recap tight to talk; terms\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:16:24.242\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Dividends\",\n                \"Leveraged Loan\",\n                \"Priced\",\n                \"Refinancing\",\n                \"Repayment\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"519884-11\",\n                \"name\": \"Generation Bridge\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"10083-16\",\n                \"name\": \"ArcLight Capital Partners\"\n            }\n        },\n        {\n            \"articleId\": 12505174,\n            \"title\": \"Veritiv nets financing commitment for LBO by CD&R\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:05:05.89\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Buyout\",\n                \"Sponsored\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505173,\n            \"title\": \"Four Seasons Hotels launches $846M TLB repricing; lender call today\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T12:34:01.337\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repricing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"42367-06\",\n                \"name\": \"Four Seasons Hotels and Resorts\"\n            },\n            \"lender\": {\n                \"pbId\": \"10045-81\",\n                \"name\": \"Morgan Stanley (NYS: MS)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505164,\n            \"title\": \"Morningstar LSTA US Leveraged Loan Index: Loans gain 0.02%; YTD return is 7.85%\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Lcd Research\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T21:36:06.975\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Loan\",\n                \"Morningstar LSTA US Leveraged Loan Index\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505145,\n            \"title\": \"LCD News Today: Aug. 4, 2023\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Staff Reports\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T21:05:31.04\",\n            \"assetClasses\": [\n                \"Bonds\",\n                \"CLO\",\n                \"Distressed\",\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"US Daily Wrap\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505163,\n            \"title\": \"LCD HY News Today: Aug. 4, 2023\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Staff Reports\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T21:04:46.176\",\n            \"assetClasses\": [\n                \"Bonds\",\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"High Yield Bond Daily\",\n                \"Investment Grade Bond\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505160,\n            \"title\": \"Frontier, AMC Networks bonds rise on earnings; Audacy is unchanged\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Sean Czarnecki\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T20:37:00.243\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"12746-80\",\n                \"name\": \"Frontier Communications (NAS: FYBR)\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505161,\n            \"title\": \"Flux Power obtains $15M credit facility for refi, working capital\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Abby Latour\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T20:19:03.016\",\n            \"assetClasses\": [\n                \"Private Credit\"\n            ],\n            \"topics\": [\n                \"Direct Lending\",\n                \"Middle Market\",\n                \"Pro Rata\",\n                \"Refinancing\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505159,\n            \"title\": \"Hyperion Materials & Technologies eyes $60M add-on 1st-lien TL\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-04T20:09:34.093\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"58840-57\",\n                \"name\": \"Hyperion Materials & Technologies\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"10066-15\",\n                \"name\": \"Kohlberg Kravis Roberts (NYS: KKR)\"\n            }\n        }\n    ]\n}"}],"_postman_id":"676ba23d-4e91-45b9-b60c-9f94cfdb1a41"},{"name":"Most recent Credit News","id":"88ffd205-c91d-4ce9-88cc-3d574ba1f25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/credit-analysis/credit-news/most-recent","description":"<p><code>GET /credit-analysis/credit-news/most-recent</code></p>\n<p>Retrieves up to 250 of the most recently published articles and their associated descriptions (excluding article content). Users can specify page number parameter to retrieve older articles.</p>\n<hr />\n<p><strong>page</strong> : Results are retuned so that they can be paged through. Set this parameter to increment the page. IF nothing is specified, default value is 1.</p>\n<hr />\n<p><strong>perPage :</strong> Set how many returned results will be shown on the page (between 1 and 250). If nothing is specified, default value is 25.</p>\n<hr />\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["credit-analysis","credit-news","most-recent"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"345df391-08dc-4540-ac6d-17c089a7a1c8","name":"Most recent Credit News","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/credit-analysis/credit-news/most-recent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Aug 2023 17:20:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 228146,\n        \"perPage\": 25,\n        \"page\": 1,\n        \"lastPage\": 9126\n    },\n    \"items\": [\n        {\n            \"articleId\": 12505191,\n            \"title\": \"ATI circulates price talk for upsized, seven-year unsecured notes\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jakema Lewis\"\n                },\n                {\n                    \"authorName\": \"David Cox\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T17:19:27.013\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41149-18\",\n                \"name\": \"Allegheny Technologies (NYS: ATI)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505190,\n            \"title\": \"Sound Physicians reportedly hires PJT Partners amid revenue troubles\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Sean Czarnecki\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:45:57.879\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"People\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"12368-80\",\n                \"name\": \"Sound Physicians\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505188,\n            \"title\": \"Tacala launches add-on 1st-lien term loan for dividend; commitments due Aug. 14\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:45:46.029\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Amendment\",\n                \"Covenant-Lite\",\n                \"Dividends\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Repricing\",\n                \"Second-Lien\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"55821-70\",\n                \"name\": \"Tacala\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"51524-02\",\n                \"name\": \"Altamont Capital Partners\"\n            }\n        },\n        {\n            \"articleId\": 12505189,\n            \"title\": \"Greystar Real Estate Partners floats talk for $400M secured notes pitch\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jakema Lewis\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:39:30.413\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repayment\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"50923-90\",\n                \"name\": \"Greystar Real Estate Partners\"\n            },\n            \"lender\": {\n                \"pbId\": \"55545-67\",\n                \"name\": \"JP Morgan Chase (NYS: JPM)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505187,\n            \"title\": \"ECL Entertainment sets Aug. 8 call to launch $380M TLB for refinancing\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:34:16.153\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repayment\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"455953-78\",\n                \"name\": \"Eclipse Entertainment\"\n            },\n            \"lender\": {\n                \"pbId\": \"10026-91\",\n                \"name\": \"Deutsche Bank (ETR: DBK)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505185,\n            \"title\": \"Cornerstone Chemical downgraded to CCC on weak pricing, demand\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jack Hersch\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:19:17.228\",\n            \"assetClasses\": [\n                \"Bonds\",\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"Ratings\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"387773-02\",\n                \"name\": \"Cornerstone Chemical Company\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505152,\n            \"title\": \"US leveraged loan Weakest Links increase in Q2 as rising rates take their toll\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Marina Lukatsky\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:15:28.154\",\n            \"assetClasses\": [\n                \"Distressed\",\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Defaults\",\n                \"Ratings\",\n                \"Restructuring\",\n                \"Trends\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505186,\n            \"title\": \"Tenneco outlines price talk for $1.4B TLB; commitments due Aug. 14\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:05:56.163\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Buyout\",\n                \"Leveraged Loan\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"13146-22\",\n                \"name\": \"Tenneco\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": {\n                \"pbId\": \"10020-16\",\n                \"name\": \"Apollo Global Management (NYS: APO)\"\n            }\n        },\n        {\n            \"articleId\": 12505183,\n            \"title\": \"Dream Finders Homes eyes $300M of senior notes to repay debt\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jakema Lewis\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T16:00:30.256\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Repayment\"\n            ],\n            \"issuer\": null,\n            \"lender\": {\n                \"pbId\": \"10091-08\",\n                \"name\": \"Bank of America (NYS: BAC)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505180,\n            \"title\": \"LCD News Today, Europe: August 7, 2023\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Thomas Beeton\"\n                }\n            ],\n            \"regions\": [\n                \"Europe\"\n            ],\n            \"publishDate\": \"2023-08-07T15:55:21.451\",\n            \"assetClasses\": [\n                \"Bonds\",\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Bond Prices\",\n                \"European Daily Wrap\",\n                \"High Yield Bond\",\n                \"Loan Prices\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505182,\n            \"title\": \"European Loan Calendar: Issuance quietens for August\",\n            \"authors\": [\n                {\n                    \"authorName\": \"David Cox\"\n                }\n            ],\n            \"regions\": [\n                \"Europe\"\n            ],\n            \"publishDate\": \"2023-08-07T15:30:08.377\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Leveraged Loan\",\n                \"Trends\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505181,\n            \"title\": \"Yellow Corporation files for Chapter 11, begins sales process\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Sean Czarnecki\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T15:06:37.878\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"Bankruptcy\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41232-70\",\n                \"name\": \"Yellow (Road) (NAS: YELL)\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505179,\n            \"title\": \"Tenneco pitches $1.75B 8% 2028 secured bonds for Apollo LBO; roadshow to Aug. 15\",\n            \"authors\": [\n                {\n                    \"authorName\": \"John Atkins\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:23:49.749\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Leveraged Buyout\",\n                \"Leveraged Loan\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"13146-22\",\n                \"name\": \"Tenneco\"\n            },\n            \"lender\": {\n                \"pbId\": \"10091-08\",\n                \"name\": \"Bank of America (NYS: BAC)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505166,\n            \"title\": \"LCD Daily High Yield Bond Index Report: Data for August 4\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Lcd Research\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:21:41.748\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"Bond Index Daily\",\n                \"Bond Prices\",\n                \"High Yield Bond\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505151,\n            \"title\": \"Invenergy completes $350M term loan for refinancing tight to talk; terms\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T14:17:14.878\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Loan\",\n                \"Priced\",\n                \"Refinancing\",\n                \"Repayment\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"11918-71\",\n                \"name\": \"Invenergy\"\n            },\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505168,\n            \"title\": \"European High-Yield Pipeline: Supply stalls amid summer lull\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Thomas Beeton\"\n                }\n            ],\n            \"regions\": [\n                \"Europe\"\n            ],\n            \"publishDate\": \"2023-08-07T14:15:43.044\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Refinancing\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505178,\n            \"title\": \"AZZ launches $1.03B TLB repricing; lender call today\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:46:13.423\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repricing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41960-44\",\n                \"name\": \"AZZ (NYS: AZZ)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505177,\n            \"title\": \"ATI sets 10 a.m. ET call for $400M offering of 7-year unsecured notes\",\n            \"authors\": [\n                {\n                    \"authorName\": \"David Cox\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:42:52.013\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Launch\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41149-18\",\n                \"name\": \"Allegheny Technologies (NYS: ATI)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10024-75\",\n                \"name\": \"Citigroup (NYS: C)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505176,\n            \"title\": \"Tronox to host lender call today to launch $300M add-on TLB\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:29:49.515\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Launch\",\n                \"Leveraged Loan\",\n                \"Refinancing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41906-98\",\n                \"name\": \"Tronox (NYS: TROX)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10043-83\",\n                \"name\": \"The Goldman Sachs Group (NYS: GS)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505175,\n            \"title\": \"Valaris drives by with $350M add-on to 8.375% 2030 secured deal for drillships\",\n            \"authors\": [\n                {\n                    \"authorName\": \"John Atkins\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:27:09.547\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"41933-71\",\n                \"name\": \"Valaris (NYS: VAL)\"\n            },\n            \"lender\": {\n                \"pbId\": \"10026-91\",\n                \"name\": \"Deutsche Bank (ETR: DBK)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505134,\n            \"title\": \"Generation Bridge completes $865M TLB for dividend recap tight to talk; terms\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Tyler Udland\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:16:24.242\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Dividends\",\n                \"Leveraged Loan\",\n                \"Priced\",\n                \"Refinancing\",\n                \"Repayment\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"519884-11\",\n                \"name\": \"Generation Bridge\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"10083-16\",\n                \"name\": \"ArcLight Capital Partners\"\n            }\n        },\n        {\n            \"articleId\": 12505174,\n            \"title\": \"Veritiv nets financing commitment for LBO by CD&R\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T13:05:05.89\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Buyout\",\n                \"Sponsored\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505172,\n            \"title\": \"IGM Resins term loan flat on Moody's downgrade to Caa2\",\n            \"authors\": [\n                {\n                    \"authorName\": \"David Cox\"\n                }\n            ],\n            \"regions\": [\n                \"Europe\"\n            ],\n            \"publishDate\": \"2023-08-07T12:42:51.593\",\n            \"assetClasses\": [\n                \"Distressed\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Loan Prices\",\n                \"Ratings\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"55319-86\",\n                \"name\": \"IGM Resins\"\n            },\n            \"lender\": null,\n            \"sponsor\": {\n                \"pbId\": \"11308-15\",\n                \"name\": \"Astorg (Paris)\"\n            }\n        },\n        {\n            \"articleId\": 12505173,\n            \"title\": \"Four Seasons Hotels launches $846M TLB repricing; lender call today\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Jonathan Hemingway\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2023-08-07T12:34:01.337\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Covenant-Lite\",\n                \"Leveraged Loan\",\n                \"Refinancing\",\n                \"Repricing\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"42367-06\",\n                \"name\": \"Four Seasons Hotels and Resorts\"\n            },\n            \"lender\": {\n                \"pbId\": \"10045-81\",\n                \"name\": \"Morgan Stanley (NYS: MS)\"\n            },\n            \"sponsor\": null\n        },\n        {\n            \"articleId\": 12505170,\n            \"title\": \"Barclays prices €376M Rockford Tower Europe CLO\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Michael Rae\"\n                }\n            ],\n            \"regions\": [\n                \"Europe\"\n            ],\n            \"publishDate\": \"2023-08-07T11:48:16.245\",\n            \"assetClasses\": [\n                \"CLO\"\n            ],\n            \"topics\": [\n                \"CLO\",\n                \"Leveraged Loan\",\n                \"Priced\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null\n        }\n    ]\n}"}],"_postman_id":"88ffd205-c91d-4ce9-88cc-3d574ba1f25c"},{"name":"Credit News","id":"4208ca94-7deb-46ea-a023-0518df44fc1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/credit-analysis/credit-news/1312103","description":"<p><code>GET /credit-analysis/credit-news/{articleid}</code></p>\n<p>Retrieves full article content for specific article IDs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["credit-analysis","credit-news","1312103"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"9789797e-7d88-43b6-b976-fa066c21bc13","name":"Credit News","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api-v2.pitchbook.com/credit-analysis/credit-news/1312103"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 07 Aug 2023 17:23:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"articleId\": 1312103,\n    \"title\": \"Offer to investors soar on UAL DIP term loan\",\n    \"authors\": [\n        {\n            \"authorName\": \"Staff Reports\"\n        }\n    ],\n    \"regions\": [\n        \"United States\"\n    ],\n    \"publishDate\": \"2002-01-31T11:48:00\",\n    \"assetClasses\": [\n        \"Leveraged Loans\"\n    ],\n    \"topics\": [\n        \"Flex\",\n        \"Leveraged Loan\"\n    ],\n    \"issuer\": {\n        \"pbId\": \"41094-82\",\n        \"name\": \"United Airlines Holdings (NAS: UAL)\"\n    },\n    \"lender\": null,\n    \"sponsor\": null,\n    \"articleBody\": \"New York, Jan. 31 (Standard &amp; Poor's LCD) – Pricing appears to have firmed at higher levels on the $400 million institutional carve-out of UAL Corp.'s $1.2 billion debtor-in-possession financing. The DIP, which has been underwritten by J.P. Morgan, Citibank/SSB, CIT Group and Bank One, has been in syndication since late last year. Now, institutional investors are being offered the deal at L+650, with a 3% LIBOR floor and an original-issue discount of 95, sources said. The 18-month DIP was launched at L+450 and with a 2% LIBOR floor, sources said. The deal had been talked at a number of intermediate levels in recent weeks, and is starting to sell at the current price, sources said. The DIP will be secured by a primary lien on all unencumbered assets of United. According to sources, the DIP is backed with collateral, including 90 unencumbered aircraft, equipment and the company's Pacific and European routes. However, investors have questioned the worth of the aircraft at a time of turmoil that hampers business and tourism related travel. Roughly $700 million of the DIP loan is contingent on performance milestones under United's business plan, including near-term cost savings. – Chris Donnelly\",\n    \"attachments\": []\n}"}],"_postman_id":"4208ca94-7deb-46ea-a023-0518df44fc1d"},{"name":"[Bulk] Credit News","id":"d574e714-4d64-47ba-be14-7e162583155f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"articleId\": 11041384\r\n        },\r\n        {\r\n            \"articleId\": 2142401\r\n        },\r\n        {\r\n            \"articleId\": 5302402\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api-v2.pitchbook.com/credit-analysis/credit-news","description":"<p><code>POST /credit-analysis/credit-news</code></p>\n<p>Returns whole information about the specified Credit News articles. This bulk call allows you to send multiple articleIds within a single API call.</p>\n<p><strong>Sample Body of Post Call</strong></p>\n<p>{<br />\"items\": [<br />{<br />\"articleId\": 11041384<br />},<br />{<br />\"articleId\": 2142401<br />},<br />{<br />\"articleId\": 5302402<br />}<br />]<br />}</p>\n","urlObject":{"protocol":"https","path":["credit-analysis","credit-news"],"host":["api-v2","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"461754f1-fabc-43b4-afa9-39b66f5e2b90","name":"[Bulk] Credit News","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"articleId\": 11041384\r\n        },\r\n        {\r\n            \"articleId\": 2142401\r\n        },\r\n        {\r\n            \"articleId\": 5302402\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api-v2.pitchbook.com/credit-analysis/credit-news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Jul 2024 16:29:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8a8d870aea13b9da-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"total\": 3,\n        \"found\": 3,\n        \"notFound\": 0,\n        \"duplicates\": 0\n    },\n    \"found\": [\n        {\n            \"articleId\": 5302402,\n            \"title\": \"Herbalife's $190M credit gains on better-than-expected rating\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Staff Reports\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2002-05-30T18:14:00\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Leveraged Loan\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"10191-43\",\n                \"name\": \"Herbalife Nutrition (NYS: HLF)\"\n            },\n            \"lender\": null,\n            \"sponsor\": null,\n            \"articleBody\": \"New York, May 13 (Standard &amp; Poor's PMD) - The book of commitments is building toward the $190 million bank deal for Herbalife International, according to sources who say deal got a boost when Standard &amp; Poor's delivered a better-than-expected BB- rating to the credit. That rating is at least one notch higher than expected, sources said. Moody's assigned a B1 rating to the credit, as expected. The book has not yet topped the $190 million mark, but investors are pushing commitments closer to that level, they said. Pro rata lenders will earn 100 bps upfront for their commitments, while institutional accounts are being offered 12.5 bps upfront. Sources said UBS is not offering up any bond economics to potential pro rata lenders. Roadshows for the company's adjoining $220 million, eight-year bond issue kicked off today in Europe. Herbalife plans to carve out a euro- denominated tranche based on demand from European investors. Sources said there already is budding interest in the issue, which would bode well for the bank deal. U.S. roadshows kick off June 11. UBS leads both bank and bond transactions. As noted earlier, the $190 million bank loan is split between a $25 million, five-year revolver and a $165 million, amortizing term loan that carries a tenor of six years, sources said. Revolver pricing starts at L+375, the term loan at L+400. EBITDA for the last 12 months ending March 2002 is $120 million. UBS structured the deal to keep leverage at modest levels, sources said. Senior leverage is 1.4x while total leverage is 2.7x, sources added. Those levels are well within current averages found in the market. Beneath senior lenders is a cushion of subordinated debt: the $220 million of bonds, as well as roughly $200 million of cash equity provided by Whitney &amp; Co. and Golden Gate, including roughly $20 million of discount notes that will be held at the holding company level. Proceeds back the $523 million buyout of the company by Whitney &amp; Co. and Golden Gate Capital. – Kelly Gruel\",\n            \"attachments\": [],\n            \"deal\": null\n        },\n        {\n            \"articleId\": 2142401,\n            \"title\": \"Therma-Tru moves ahead with reverse-flex on $225M term loan\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Staff Reports\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2002-02-14T10:04:00\",\n            \"assetClasses\": [\n                \"Leveraged Loans\"\n            ],\n            \"topics\": [\n                \"Flex\",\n                \"Leveraged Loan\",\n                \"Repayment\",\n                \"Sponsored\"\n            ],\n            \"issuer\": {\n                \"pbId\": \"12127-06\",\n                \"name\": \"Therma-Tru Doors\"\n            },\n            \"lender\": null,\n            \"sponsor\": null,\n            \"articleBody\": \"New York, Feb. 14 (Standard &amp; Poor's LCD) - Therma-Tru has reverse-flexed its $255 million B tranche to L+300, a spread that was first available only as a step-down if the company reduced leverage to 2.25x, according to sources. The CIBC World Markets and GE Capital-led credit was launched initially at L+325. Therma-Tru's new credit package totals $330 million and comprises the $255 million TLB and a $75 million revolver. Lenders were offered 12.5 bps upfront on the TLB. The RC is priced at L+275, and was largely put away between the arrangers and two agents that came in prior to the bank meeting, Fifth-Third and National City. Ratings are BB-/Ba3. Proceeds refinance existing bank debt and mezzanine debt. Therma-Tru makes insulated fiberglass doors for residential use. – Kelly Thompson/Chris Donnelly\",\n            \"attachments\": [],\n            \"deal\": {\n                \"dealId\": \"230884-39T\"\n            }\n        },\n        {\n            \"articleId\": 11041384,\n            \"title\": \"Notice: S&P Global CDO Conference set for Nov. 11 in NYC\",\n            \"authors\": [\n                {\n                    \"authorName\": \"Staff Reports\"\n                }\n            ],\n            \"regions\": [\n                \"United States\"\n            ],\n            \"publishDate\": \"2001-11-04T15:12:01\",\n            \"assetClasses\": [\n                \"Bonds\"\n            ],\n            \"topics\": [\n                \"High Yield Bond\",\n                \"Repayment\"\n            ],\n            \"issuer\": null,\n            \"lender\": null,\n            \"sponsor\": null,\n            \"articleBody\": \"New York, Nov. 4 (Standard &amp; Poor's LCD) - Standard &amp; Poor's annual Global CDO Conference will be held on Tuesday, Nov. 11, at the McGraw-Hill Building, 1221 Avenue of the Americas, New York City. This year's CDO Hot Topics panel will include speakers: Patricia Donoghue, FASB's FAS 140 Project Manager Ann McIntosh, FASB's FIN 46 Project Manager Sol Samson, S&amp;P's Chief Corporate Ratings Officer And other prominent professionals in the CDO market. The panel will be moderated by David Tesher, S&amp;P Managing Director. Lunch keynote speakers will include a discussion on the Leveraged Loan Market by Standard &amp; Poor's LCD's Steve Miller, a discussion on the corporate outlook by S&amp;P's Diane Vazza and a discussion on loan &amp; bond recovery by David Keisman, also of S&amp;P. This conference has been designed to provide an invaluable learning and networking experience for financial professionals involved in the CDO markets. The comprehensive and flexible agenda ensures that attendees will be able to attend the conference sessions that are most relevant to their interests, including topics on quantitative analytics, cash flow CDOs, synthetic CDOs and CDS, securitization of alternative assets, and surveillance. To view the agenda, and register online visit www.events.standardandpoors.com/cdo.\",\n            \"attachments\": [],\n            \"deal\": null\n        }\n    ],\n    \"notFound\": [],\n    \"duplicates\": []\n}"}],"_postman_id":"d574e714-4d64-47ba-be14-7e162583155f"},{"name":"Credit News Attachment","id":"9e480248-c083-4485-8aa4-c05ee0f814bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/credit-analysis/credit-news/1312103/attachment?name=binary","description":"<p><code>GET /credit-analysis/credit-news/{articleid}/attachment</code></p>\n<p>Retrieves an exact attachment file for a specific article.</p>\n<h5 id=\"parameters\">Parameters</h5>\n<hr />\n<p><strong>articleid</strong> : News articleid.</p>\n<hr />\n<p><strong>name:</strong> Attachment name.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["credit-analysis","credit-news","1312103","attachment"],"host":["api-v2","pitchbook","com"],"query":[{"key":"name","value":"binary"}],"variable":[]}},"response":[],"_postman_id":"9e480248-c083-4485-8aa4-c05ee0f814bb"}],"id":"6d602ec8-295e-48d0-87d2-5d566960cc01","description":"<p>Credit Analysis endpoints are available as an optional add-on package. Please contact your PitchBook representative for more information.</p>\n","_postman_id":"6d602ec8-295e-48d0-87d2-5d566960cc01","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Account Information","item":[{"name":"Contracts History","id":"a4940ab3-993e-405c-8082-ca3aefc38d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/contracts/history","description":"<p><code>GET /contracts/history</code></p>\n<p>Retrieves data for contracts within the account.  </p>\n<h5 id=\"contracts-history-parameters\">Contracts History Parameters</h5>\n<p><strong>activeContract</strong> : String. Specify the type of contracts to be returned in a response. To get information only for the active contract(s) set this parameter as True, and only for the past contract(s) - as False. Do not set this parameter to receive data about all types of contracts.</p>\n<hr />\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["contracts","history"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"502843ed-7e3d-4d71-88fb-0a98afaf6aeb","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/contracts/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Feb 2024 18:08:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85ba22886c62c3e1-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contractNumber\": \"Current Contract Test\",\n        \"activeContract\": true,\n        \"pricingModel\": \"Subscription\",\n        \"startDate\": \"2020-04-15\",\n        \"endDate\": \"2025-03-31\",\n        \"creditsUsed\": 241364,\n        \"creditsChanged\": 100000574,\n        \"creditsExpired\": 0,\n        \"creditsRemaining\": 99819210,\n        \"overageUsed\": 0\n    },\n    {\n        \"contractNumber\": \"PPC Test\",\n        \"activeContract\": false,\n        \"pricingModel\": \"Pay-per-Call\",\n        \"startDate\": \"2020-04-13\",\n        \"endDate\": null,\n        \"creditsUsed\": 1075,\n        \"creditsChanged\": -48925,\n        \"creditsExpired\": 0,\n        \"creditsRemaining\": 0,\n        \"overageUsed\": 0\n    },\n    {\n        \"contractNumber\": \"Test\",\n        \"activeContract\": false,\n        \"pricingModel\": \"Subscription\",\n        \"startDate\": \"2020-03-28\",\n        \"endDate\": \"2020-04-13\",\n        \"creditsUsed\": 10,\n        \"creditsChanged\": 2,\n        \"creditsExpired\": 11992,\n        \"creditsRemaining\": 0,\n        \"overageUsed\": 0\n    },\n    {\n        \"contractNumber\": \"Test 1\",\n        \"activeContract\": false,\n        \"pricingModel\": \"Subscription\",\n        \"startDate\": \"2020-03-14\",\n        \"endDate\": \"2020-04-10\",\n        \"creditsUsed\": 0,\n        \"creditsChanged\": 0,\n        \"creditsExpired\": 24000,\n        \"creditsRemaining\": 0,\n        \"overageUsed\": 0\n    }\n]"}],"_postman_id":"a4940ab3-993e-405c-8082-ca3aefc38d23"},{"name":"Credit History","id":"00d17242-e7be-46e2-8c3c-4e8d90db76ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/credits/history?sinceDate=>2024-02-24","description":"<p><code>GET /credits/history</code></p>\n<p>Retrieves data about credit usage within the specific time frame (for up to the last 90 days).</p>\n<h5 id=\"credit-history-parameters\">Credit History Parameters</h5>\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between 2 dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["credits","history"],"host":["api-v2","pitchbook","com"],"query":[{"key":"sinceDate","value":">2024-02-24"}],"variable":[]}},"response":[{"id":"cb83d14c-0954-4f8c-a265-8c43f5a16eb9","name":"Credit History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-v2.pitchbook.com/credits/history?sinceDate=>2024-02-24","protocol":"https","host":["api-v2","pitchbook","com"],"path":["credits","history"],"query":[{"key":"sinceDate","value":">2024-02-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Apr 2024 22:05:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87577ad36f4c08ef-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"contractNumber\": \"Current Contract Test\",\n        \"activeContract\": true,\n        \"pricingModel\": \"Subscription\",\n        \"creditsUsed\": 80,\n        \"creditsChanged\": 0,\n        \"creditsExpired\": 0,\n        \"creditsRemaining\": 99819131,\n        \"overageUsed\": 0\n    }\n]"}],"_postman_id":"00d17242-e7be-46e2-8c3c-4e8d90db76ad"},{"name":"Usage Report","id":"f8b266ce-e4d5-40be-8914-7152a0e71da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-v2.pitchbook.com/calls/history?sinceDate=>2020-07-25","description":"<p><code>GET /calls/history</code></p>\n<p>Retrieves data about credit usage within the specific time frame (for up to the last 90 days).</p>\n<h5 id=\"usage-report-parameters\">Usage Report Parameters</h5>\n<p><strong>sinceDate</strong> : String. Add this parameter to extract information about the entity updates after a certain date with the &gt; operator, before a certain date with the &lt; operator and between two dates with the ^ operator. Set this parameter in pair with pbId. Format: YYYY-MM-DD.</p>\n<hr />\n<p><strong>trailingRage</strong> : Integer. Add this parameter to extract information about the entity updates during last N days. Set this parameter in pair with pbId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["calls","history"],"host":["api-v2","pitchbook","com"],"query":[{"key":"sinceDate","value":">2020-07-25"}],"variable":[]}},"response":[{"id":"fbecc366-5242-48e4-9705-93085792ddef","name":"Usage Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pitchbook.com/calls/history?sinceDate=>2024-04-15","protocol":"https","host":["api","pitchbook","com"],"path":["calls","history"],"query":[{"key":"sinceDate","value":">2024-04-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Apr 2024 22:06:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Cache-Control","value":"no-cache"},{"key":"expires","value":"0"},{"key":"pragma","value":"no-cache"},{"key":"strict-transport-security","value":"max-age=0"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87577c108fd008ef-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"stats\": {\n        \"endpoints\": [],\n        \"totalCountOfCalls\": 0,\n        \"totalChargedCredits\": 0\n    },\n    \"rawData\": []\n}"}],"_postman_id":"f8b266ce-e4d5-40be-8914-7152a0e71da8"},{"name":"Cost of Calls","id":"62d29446-b5c9-4ce0-a1d5-d2ecf6f8e1dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/calls/costs?pricingModel=SUBSCRIPTION","description":"<p><code>GET /calls/costs</code> </p>\n<p>Retrieves information concerning calls made during the specific timeframe (for up to the last 30 days).</p>\n<h5 id=\"cost-of-calls-parameters\">Cost of Calls Parameters</h5>\n<p><strong>PricingModel</strong> : String. Select either SUBSCRIPTION or PAY_PER_CALL to see the corresponding prices per call.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["calls","costs"],"host":["api","pitchbook","com"],"query":[{"key":"pricingModel","value":"SUBSCRIPTION"}],"variable":[]}},"response":[{"id":"d0789e16-ce1b-4718-95c3-fad88e588b25","name":"Cost of Calls06212021","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/calls/costs?pricingModel=SUBSCRIPTION","protocol":"https","host":["api","pitchbook","com"],"path":["calls","costs"],"query":[{"key":"pricingModel","value":"SUBSCRIPTION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 21 Jun 2021 21:28:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"General Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"Shared Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"Entity People\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"Entity Locations\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"Entity Affiliates\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"Entity News\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"General\",\n        \"endpoint\": \"General Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Industry\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Active Investors\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company All Investors\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company General Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Deal Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Most Recent Financing\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Most Recent Debt Financing\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Deals\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Most Recent Private Company Financials\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Social Analytics\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Companies\",\n        \"endpoint\": \"Company Profile Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Detailed\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Investors/Exiters\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Valuation\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Stock Info\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Cap Table History\",\n        \"initialCost\": 10,\n        \"refreshCost\": 10\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Tranche Information\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Debt/Lenders\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Multiples\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Deals\",\n        \"endpoint\": \"Deal Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Active Investments\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"All Investments\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investment Preferences\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Funds\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Last Closed Fund\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor General Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Deal Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Board Seats\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Investors\",\n        \"endpoint\": \"Investor Profile Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"People\",\n        \"endpoint\": \"People Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"People\",\n        \"endpoint\": \"People Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"People\",\n        \"endpoint\": \"People Education/Work\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"People\",\n        \"endpoint\": \"People Contact\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"People\",\n        \"endpoint\": \"Person Profile Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Benchmark\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Active Investments\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund All Investments\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Investment Preferences\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Performance\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Cash Flows\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund People\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Commitments\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Funds\",\n        \"endpoint\": \"Fund Profile Updates\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Service Providers\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Commitment Preferences\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Actual Allocations\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Target Allocations\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Commitments Detailed\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Commitment Aggregates\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Limited Partners\",\n        \"endpoint\": \"Limited Partner Profile Update\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Service Provider Search\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Service Provider Bio\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Serviced Companies\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Serviced Deals\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Serviced Investors\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Serviced Funds\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Serviced Limited Partners\",\n        \"initialCost\": 1,\n        \"refreshCost\": 1\n    },\n    {\n        \"group\": \"Service Providers\",\n        \"endpoint\": \"Service Provider Profile Update\",\n        \"initialCost\": 0,\n        \"refreshCost\": 0\n    }\n]"}],"_postman_id":"62d29446-b5c9-4ce0-a1d5-d2ecf6f8e1dc"},{"name":"Limits","id":"0f85b71e-f5b4-4da1-bb87-c6d9c3f41acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limits","description":"<p><code>GET /limits</code></p>\n<p>Retrieves limit values set on the account level and remaining limits for the current date.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["limits"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"975618e5-27e4-4c1b-964b-be41e1fc9511","name":"Limits","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/limits"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Nov 2022 19:42:53 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0f85b71e-f5b4-4da1-bb87-c6d9c3f41acf"}],"id":"6c2e1cb8-f073-4bb6-bd8a-397143dc8f11","_postman_id":"6c2e1cb8-f073-4bb6-bd8a-397143dc8f11","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}},{"name":"Fundamentals","item":[{"name":"Sandbox Entities","id":"902128b5-0ced-4473-867d-cecb9f5e328b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/sandbox-entities?entityType=COMPANIES","description":"<p><code>GET /sandbox-entities</code></p>\n<p>Returns the list of entities available to test with a sandbox API key. The entity IDs for each entity type can be accessed using the endpoints below:</p>\n<p><strong>Companies</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=COMAPNIES\">https://api-v2.pitchbook.com/sandbox-entities?entityType=COMPANIES</a></p>\n<p><strong>Investors</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=INVESTORS\">https://api-v2.pitchbook.com/sandbox-entities?entityType=INVESTORS</a></p>\n<p><strong>Limited Partners</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=LIMITED_PARTNERS\">https://api-v2.pitchbook.com/sandbox-entities?entityType=LIMITED_PARTNERS</a></p>\n<p><strong>Service Providers</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=SERVICE_PROVIDERS\">https://api-v2.pitchbook.com/sandbox-entities?entityType=SERVICE_PROVIDERS</a></p>\n<p><strong>People</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=PEOPLE\">https://api-v2.pitchbook.com/sandbox-entities?entityType=PEOPLE</a></p>\n<p><strong>Deals</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=DEALS\">https://api-v2.pitchbook.com/sandbox-entities?entityType=DEALS</a></p>\n<p><strong>Funds</strong></p>\n<p><a href=\"https://api-v2.pitchbook.com/sandbox-entities?entityType=FUNDS\">https://api-v2.pitchbook.com/sandbox-entities?entityType=FUNDS</a></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["sandbox-entities"],"host":["api","pitchbook","com"],"query":[{"key":"entityType","value":"COMPANIES"}],"variable":[]}},"response":[{"id":"7450859f-cabf-4771-b997-17e22ef7af98","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/sandbox-entities?entityType=COMPANIES","protocol":"https","host":["api","pitchbook","com"],"path":["sandbox-entities"],"query":[{"key":"entityType","value":"COMPANIES"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 May 2023 18:44:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"entityTypeCounts\": {\n        \"companies\": 187\n    },\n    \"companies\": [\n        {\n            \"companyId\": \"11009-35\",\n            \"companyName\": \"Raymond Loewy International\"\n        },\n        {\n            \"companyId\": \"12396-16\",\n            \"companyName\": \"Mayfair Hotel & Spa\"\n        },\n        {\n            \"companyId\": \"41262-58\",\n            \"companyName\": \"Network Equipment Technologies\"\n        },\n        {\n            \"companyId\": \"42205-15\",\n            \"companyName\": \"Perfection Forms\"\n        },\n        {\n            \"companyId\": \"42901-93\",\n            \"companyName\": \"Village Roadshow Entertainment Group\"\n        },\n        {\n            \"companyId\": \"50936-68\",\n            \"companyName\": \"Varolii\"\n        },\n        {\n            \"companyId\": \"51209-29\",\n            \"companyName\": \"Biolex Therapeutics\"\n        },\n        {\n            \"companyId\": \"51231-25\",\n            \"companyName\": \"Meetup\"\n        },\n        {\n            \"companyId\": \"52803-64\",\n            \"companyName\": \"Conductor\"\n        },\n        {\n            \"companyId\": \"53330-23\",\n            \"companyName\": \"Euclid\"\n        },\n        {\n            \"companyId\": \"53891-02\",\n            \"companyName\": \"United Record Pressing\"\n        },\n        {\n            \"companyId\": \"54523-09\",\n            \"companyName\": \"Locality (Information Services)\"\n        },\n        {\n            \"companyId\": \"54761-32\",\n            \"companyName\": \"Moon Products\"\n        },\n        {\n            \"companyId\": \"54885-61\",\n            \"companyName\": \"Tomah Products\"\n        },\n        {\n            \"companyId\": \"54937-90\",\n            \"companyName\": \"FieldLens\"\n        },\n        {\n            \"companyId\": \"55178-47\",\n            \"companyName\": \"Sightward\"\n        },\n        {\n            \"companyId\": \"55363-78\",\n            \"companyName\": \"Vimbly\"\n        },\n        {\n            \"companyId\": \"55476-91\",\n            \"companyName\": \"Mercaris\"\n        },\n        {\n            \"companyId\": \"55577-26\",\n            \"companyName\": \"ComDesign\"\n        },\n        {\n            \"companyId\": \"55579-06\",\n            \"companyName\": \"Munchery\"\n        },\n        {\n            \"companyId\": \"56060-83\",\n            \"companyName\": \"20.20\"\n        },\n        {\n            \"companyId\": \"56068-93\",\n            \"companyName\": \"Arken POP International\"\n        },\n        {\n            \"companyId\": \"56069-02\",\n            \"companyName\": \"Beyond Communications\"\n        },\n        {\n            \"companyId\": \"56069-20\",\n            \"companyName\": \"Connect Packaging\"\n        },\n        {\n            \"companyId\": \"56069-29\",\n            \"companyName\": \"Creo Retail Marketing\"\n        },\n        {\n            \"companyId\": \"56069-47\",\n            \"companyName\": \"Less Packaging Company\"\n        },\n        {\n            \"companyId\": \"56069-56\",\n            \"companyName\": \"Maglabs\"\n        },\n        {\n            \"companyId\": \"56069-65\",\n            \"companyName\": \"Magnet Harlequin\"\n        },\n        {\n            \"companyId\": \"56361-43\",\n            \"companyName\": \"Wiser\"\n        },\n        {\n            \"companyId\": \"56560-42\",\n            \"companyName\": \"Digital Currency Group\"\n        },\n        {\n            \"companyId\": \"57549-43\",\n            \"companyName\": \"Telunjuk.com\"\n        },\n        {\n            \"companyId\": \"59191-48\",\n            \"companyName\": \"Traveloka\"\n        },\n        {\n            \"companyId\": \"60068-44\",\n            \"companyName\": \"I Done This\"\n        },\n        {\n            \"companyId\": \"60352-21\",\n            \"companyName\": \"Louisville Tradeport I\"\n        },\n        {\n            \"companyId\": \"61389-91\",\n            \"companyName\": \"Ace Ventura (Licensing Rights)\"\n        },\n        {\n            \"companyId\": \"61390-45\",\n            \"companyName\": \"Black Hawk Down\"\n        },\n        {\n            \"companyId\": \"61390-63\",\n            \"companyName\": \"Vine Alternative Investments (DreamGirls)\"\n        },\n        {\n            \"companyId\": \"61390-81\",\n            \"companyName\": \"Vine Alternative Investments (Rent)\"\n        },\n        {\n            \"companyId\": \"62283-07\",\n            \"companyName\": \"Grab\"\n        },\n        {\n            \"companyId\": \"62300-89\",\n            \"companyName\": \"Flatiron School\"\n        },\n        {\n            \"companyId\": \"62881-48\",\n            \"companyName\": \"99.co\"\n        },\n        {\n            \"companyId\": \"63198-46\",\n            \"companyName\": \"Technik\"\n        },\n        {\n            \"companyId\": \"63910-36\",\n            \"companyName\": \"Devonshire Square\"\n        },\n        {\n            \"companyId\": \"65860-66\",\n            \"companyName\": \"Managed by Q\"\n        },\n        {\n            \"companyId\": \"65970-91\",\n            \"companyName\": \"Luno\"\n        },\n        {\n            \"companyId\": \"66153-25\",\n            \"companyName\": \"Ruangguru\"\n        },\n        {\n            \"companyId\": \"66259-45\",\n            \"companyName\": \"Teem\"\n        },\n        {\n            \"companyId\": \"66391-48\",\n            \"companyName\": \"Bridestory\"\n        },\n        {\n            \"companyId\": \"84659-86\",\n            \"companyName\": \"Tada (Media and Information Services (B2B))\"\n        },\n        {\n            \"companyId\": \"88374-43\",\n            \"companyName\": \"Solovis\"\n        },\n        {\n            \"companyId\": \"89110-45\",\n            \"companyName\": \"re3D\"\n        },\n        {\n            \"companyId\": \"89341-30\",\n            \"companyName\": \"Unomy\"\n        },\n        {\n            \"companyId\": \"89528-23\",\n            \"companyName\": \"SimpleTix\"\n        },\n        {\n            \"companyId\": \"91057-06\",\n            \"companyName\": \"DESIGNATION Labs\"\n        },\n        {\n            \"companyId\": \"93152-71\",\n            \"companyName\": \"Prolific Interactive\"\n        },\n        {\n            \"companyId\": \"100141-66\",\n            \"companyName\": \"Prenetics\"\n        },\n        {\n            \"companyId\": \"102333-25\",\n            \"companyName\": \"Lunch Actually\"\n        },\n        {\n            \"companyId\": \"108243-28\",\n            \"companyName\": \"Kaodim\"\n        },\n        {\n            \"companyId\": \"108346-96\",\n            \"companyName\": \"ShopBack\"\n        },\n        {\n            \"companyId\": \"109857-16\",\n            \"companyName\": \"HappyFresh\"\n        },\n        {\n            \"companyId\": \"112704-22\",\n            \"companyName\": \"Fave\"\n        },\n        {\n            \"companyId\": \"114233-77\",\n            \"companyName\": \"iPrice Group\"\n        },\n        {\n            \"companyId\": \"114364-00\",\n            \"companyName\": \"Airlite (Milan)\"\n        },\n        {\n            \"companyId\": \"117058-15\",\n            \"companyName\": \"ShineOn (Accessories)\"\n        },\n        {\n            \"companyId\": \"117384-67\",\n            \"companyName\": \"Pradux\"\n        },\n        {\n            \"companyId\": \"118404-91\",\n            \"companyName\": \"EuropaCorp\"\n        },\n        {\n            \"companyId\": \"120818-98\",\n            \"companyName\": \"Iliff Business Park\"\n        },\n        {\n            \"companyId\": \"121271-41\",\n            \"companyName\": \"Case\"\n        },\n        {\n            \"companyId\": \"121367-53\",\n            \"companyName\": \"Fabelio\"\n        },\n        {\n            \"companyId\": \"122050-54\",\n            \"companyName\": \"Laird Superfood\"\n        },\n        {\n            \"companyId\": \"125337-25\",\n            \"companyName\": \"Vasca\"\n        },\n        {\n            \"companyId\": \"125953-12\",\n            \"companyName\": \"Super Coffee\"\n        },\n        {\n            \"companyId\": \"126027-64\",\n            \"companyName\": \"Welkio\"\n        },\n        {\n            \"companyId\": \"127621-54\",\n            \"companyName\": \"Landit\"\n        },\n        {\n            \"companyId\": \"128381-14\",\n            \"companyName\": \"Zilingo\"\n        },\n        {\n            \"companyId\": \"129246-76\",\n            \"companyName\": \"Sociolla\"\n        },\n        {\n            \"companyId\": \"135962-11\",\n            \"companyName\": \"Southpoint Executive Center\"\n        },\n        {\n            \"companyId\": \"137127-16\",\n            \"companyName\": \"The Wing\"\n        },\n        {\n            \"companyId\": \"140594-32\",\n            \"companyName\": \"Comerica Bank Tower\"\n        },\n        {\n            \"companyId\": \"144935-83\",\n            \"companyName\": \"Sharkk\"\n        },\n        {\n            \"companyId\": \"151481-89\",\n            \"companyName\": \"Connect Archive and Mail Products\"\n        },\n        {\n            \"companyId\": \"153722-62\",\n            \"companyName\": \"Islands Media\"\n        },\n        {\n            \"companyId\": \"155861-65\",\n            \"companyName\": \"KardZee\"\n        },\n        {\n            \"companyId\": \"156186-19\",\n            \"companyName\": \"First Circle\"\n        },\n        {\n            \"companyId\": \"156488-14\",\n            \"companyName\": \"Squire Technologies\"\n        },\n        {\n            \"companyId\": \"156500-74\",\n            \"companyName\": \"Waltz\"\n        },\n        {\n            \"companyId\": \"158901-40\",\n            \"companyName\": \"Hargol FoodTech\"\n        },\n        {\n            \"companyId\": \"159254-29\",\n            \"companyName\": \"Spacious\"\n        },\n        {\n            \"companyId\": \"160620-58\",\n            \"companyName\": \"Instant Sport\"\n        },\n        {\n            \"companyId\": \"161109-28\",\n            \"companyName\": \"Carro\"\n        },\n        {\n            \"companyId\": \"162683-20\",\n            \"companyName\": \"SpaceIQ\"\n        },\n        {\n            \"companyId\": \"164076-94\",\n            \"companyName\": \"Spacemob\"\n        },\n        {\n            \"companyId\": \"164273-95\",\n            \"companyName\": \"Proxy\"\n        },\n        {\n            \"companyId\": \"166176-28\",\n            \"companyName\": \"Maitland Green I\"\n        },\n        {\n            \"companyId\": \"166180-15\",\n            \"companyName\": \"Maitland Green II\"\n        },\n        {\n            \"companyId\": \"166740-76\",\n            \"companyName\": \"Lilu\"\n        },\n        {\n            \"companyId\": \"167398-75\",\n            \"companyName\": \"MissionU\"\n        },\n        {\n            \"companyId\": \"168234-22\",\n            \"companyName\": \"600 California Street\"\n        },\n        {\n            \"companyId\": \"169825-96\",\n            \"companyName\": \"Ekrut\"\n        },\n        {\n            \"companyId\": \"171854-20\",\n            \"companyName\": \"Madup\"\n        },\n        {\n            \"companyId\": \"172739-35\",\n            \"companyName\": \"DocuTouch\"\n        },\n        {\n            \"companyId\": \"172756-36\",\n            \"companyName\": \"PELV-ICE\"\n        },\n        {\n            \"companyId\": \"173486-35\",\n            \"companyName\": \"Etrieve\"\n        },\n        {\n            \"companyId\": \"178836-04\",\n            \"companyName\": \"Joto (Commercial Products)\"\n        },\n        {\n            \"companyId\": \"179032-15\",\n            \"companyName\": \"Topl\"\n        },\n        {\n            \"companyId\": \"179722-81\",\n            \"companyName\": \"OkieLa\"\n        },\n        {\n            \"companyId\": \"179806-69\",\n            \"companyName\": \"Shiftsmart\"\n        },\n        {\n            \"companyId\": \"180002-80\",\n            \"companyName\": \"Alacarte\"\n        },\n        {\n            \"companyId\": \"180370-90\",\n            \"companyName\": \"Manchester Library (30 Films Remake & Sequel Rights)\"\n        },\n        {\n            \"companyId\": \"180436-42\",\n            \"companyName\": \"Strados\"\n        },\n        {\n            \"companyId\": \"180469-09\",\n            \"companyName\": \"Hypsole\"\n        },\n        {\n            \"companyId\": \"181396-99\",\n            \"companyName\": \"GrubTubs\"\n        },\n        {\n            \"companyId\": \"182029-15\",\n            \"companyName\": \"Lakeshore Entertainment Group\"\n        },\n        {\n            \"companyId\": \"183338-74\",\n            \"companyName\": \"WeWork Japan\"\n        },\n        {\n            \"companyId\": \"183404-35\",\n            \"companyName\": \"naked Hub\"\n        },\n        {\n            \"companyId\": \"184432-15\",\n            \"companyName\": \"Common Desk\"\n        },\n        {\n            \"companyId\": \"184523-77\",\n            \"companyName\": \"Jones\"\n        },\n        {\n            \"companyId\": \"185485-60\",\n            \"companyName\": \"Discovery Health MD\"\n        },\n        {\n            \"companyId\": \"185815-81\",\n            \"companyName\": \"OpenSpace\"\n        },\n        {\n            \"companyId\": \"186562-18\",\n            \"companyName\": \"Warmilu\"\n        },\n        {\n            \"companyId\": \"221691-43\",\n            \"companyName\": \"Lord & Taylor (NYC Flagship Store)\"\n        },\n        {\n            \"companyId\": \"222293-44\",\n            \"companyName\": \"Wavegarden\"\n        },\n        {\n            \"companyId\": \"222445-27\",\n            \"companyName\": \"Identica\"\n        },\n        {\n            \"companyId\": \"223424-83\",\n            \"companyName\": \"Chatterbox (Language Learning)\"\n        },\n        {\n            \"companyId\": \"223975-81\",\n            \"companyName\": \"WeWork India\"\n        },\n        {\n            \"companyId\": \"224622-37\",\n            \"companyName\": \"Kwaddle\"\n        },\n        {\n            \"companyId\": \"225277-48\",\n            \"companyName\": \"Loris\"\n        },\n        {\n            \"companyId\": \"226657-72\",\n            \"companyName\": \"Medinas\"\n        },\n        {\n            \"companyId\": \"226757-08\",\n            \"companyName\": \"Mommy Monitor\"\n        },\n        {\n            \"companyId\": \"226884-79\",\n            \"companyName\": \"Runa\"\n        },\n        {\n            \"companyId\": \"227393-20\",\n            \"companyName\": \"MemoryWell\"\n        },\n        {\n            \"companyId\": \"227761-30\",\n            \"companyName\": \"LTB (office design)\"\n        },\n        {\n            \"companyId\": \"228357-46\",\n            \"companyName\": \"Brothers Empowered to Teach\"\n        },\n        {\n            \"companyId\": \"229233-70\",\n            \"companyName\": \"OVO\"\n        },\n        {\n            \"companyId\": \"232806-43\",\n            \"companyName\": \"Galley (Business/Productivity Software)\"\n        },\n        {\n            \"companyId\": \"233369-38\",\n            \"companyName\": \"Lightning Network\"\n        },\n        {\n            \"companyId\": \"264371-86\",\n            \"companyName\": \"CasaOne\"\n        },\n        {\n            \"companyId\": \"265150-45\",\n            \"companyName\": \"TruFable\"\n        },\n        {\n            \"companyId\": \"266687-92\",\n            \"companyName\": \"Klinik Pintar\"\n        },\n        {\n            \"companyId\": \"268205-68\",\n            \"companyName\": \"OUI the People\"\n        },\n        {\n            \"companyId\": \"268622-83\",\n            \"companyName\": \"Make It Hapin\"\n        },\n        {\n            \"companyId\": \"268776-10\",\n            \"companyName\": \"Moxion\"\n        },\n        {\n            \"companyId\": \"279793-09\",\n            \"companyName\": \"Med247\"\n        },\n        {\n            \"companyId\": \"279838-27\",\n            \"companyName\": \"Cove (Real Estate Services)\"\n        },\n        {\n            \"companyId\": \"279918-28\",\n            \"companyName\": \"Everfells\"\n        },\n        {\n            \"companyId\": \"338651-83\",\n            \"companyName\": \"Lakeshore Entertainment Group (Library & International Sales Operation)\"\n        },\n        {\n            \"companyId\": \"340886-53\",\n            \"companyName\": \"Emprenurban\"\n        },\n        {\n            \"companyId\": \"343448-83\",\n            \"companyName\": \"Oman State General Reserve Fund (99 Queen Victoria Street in London)\"\n        },\n        {\n            \"companyId\": \"353535-13\",\n            \"companyName\": \"Mer Equipment\"\n        },\n        {\n            \"companyId\": \"398919-88\",\n            \"companyName\": \"Shift (Canada)\"\n        },\n        {\n            \"companyId\": \"407212-30\",\n            \"companyName\": \"Absology\"\n        },\n        {\n            \"companyId\": \"407220-58\",\n            \"companyName\": \"Fairbanc\"\n        },\n        {\n            \"companyId\": \"433776-16\",\n            \"companyName\": \"HotSpot CookTop\"\n        },\n        {\n            \"companyId\": \"434832-40\",\n            \"companyName\": \"ReSymmetry\"\n        },\n        {\n            \"companyId\": \"436135-51\",\n            \"companyName\": \"Sustainably\"\n        },\n        {\n            \"companyId\": \"436528-27\",\n            \"companyName\": \"Collectus\"\n        },\n        {\n            \"companyId\": \"436858-84\",\n            \"companyName\": \"Infina (Financial Software)\"\n        },\n        {\n            \"companyId\": \"436909-78\",\n            \"companyName\": \"Stojo\"\n        },\n        {\n            \"companyId\": \"437307-13\",\n            \"companyName\": \"BowX Acquisition\"\n        },\n        {\n            \"companyId\": \"437741-92\",\n            \"companyName\": \"Kiddie Kredit\"\n        },\n        {\n            \"companyId\": \"439107-85\",\n            \"companyName\": \"VUI (Financial Software)\"\n        },\n        {\n            \"companyId\": \"454509-01\",\n            \"companyName\": \"Calvin Harris (150-Song Publishing Catalog)\"\n        },\n        {\n            \"companyId\": \"459316-00\",\n            \"companyName\": \"Podcast Network Asia\"\n        },\n        {\n            \"companyId\": \"460261-45\",\n            \"companyName\": \"Thermaband\"\n        },\n        {\n            \"companyId\": \"466624-72\",\n            \"companyName\": \"Aquagenuity\"\n        },\n        {\n            \"companyId\": \"466658-20\",\n            \"companyName\": \"Mio\"\n        },\n        {\n            \"companyId\": \"466992-46\",\n            \"companyName\": \"Art n Guide\"\n        },\n        {\n            \"companyId\": \"467209-27\",\n            \"companyName\": \"Prixa\"\n        },\n        {\n            \"companyId\": \"467699-41\",\n            \"companyName\": \"Joint Venture (WeWork /SoftBank Latin America Fund)\"\n        },\n        {\n            \"companyId\": \"471087-64\",\n            \"companyName\": \"Finverse\"\n        },\n        {\n            \"companyId\": \"471903-67\",\n            \"companyName\": \"Marathon Education\"\n        },\n        {\n            \"companyId\": \"481224-88\",\n            \"companyName\": \"KLAR (Therapeutic Devices)\"\n        },\n        {\n            \"companyId\": \"483603-58\",\n            \"companyName\": \"Raízs\"\n        },\n        {\n            \"companyId\": \"484819-39\",\n            \"companyName\": \"Finblox\"\n        },\n        {\n            \"companyId\": \"489073-33\",\n            \"companyName\": \"Tinai\"\n        },\n        {\n            \"companyId\": \"491152-51\",\n            \"companyName\": \"Bananas\"\n        },\n        {\n            \"companyId\": \"491159-80\",\n            \"companyName\": \"MatchRite Care\"\n        },\n        {\n            \"companyId\": \"491334-67\",\n            \"companyName\": \"Tentang Anak\"\n        },\n        {\n            \"companyId\": \"491430-61\",\n            \"companyName\": \"Rino\"\n        },\n        {\n            \"companyId\": \"491677-30\",\n            \"companyName\": \"Ethlas\"\n        },\n        {\n            \"companyId\": \"493698-25\",\n            \"companyName\": \"Treehouse (Financial Software)\"\n        },\n        {\n            \"companyId\": \"494915-32\",\n            \"companyName\": \"Aemi (Distributors/Wholesale)\"\n        },\n        {\n            \"companyId\": \"496699-93\",\n            \"companyName\": \"Tjufoo\"\n        },\n        {\n            \"companyId\": \"510167-53\",\n            \"companyName\": \"Saladin\"\n        },\n        {\n            \"companyId\": \"516081-88\",\n            \"companyName\": \"FCTRY LAb\"\n        },\n        {\n            \"companyId\": \"516124-00\",\n            \"companyName\": \"nibs etc\"\n        },\n        {\n            \"companyId\": \"519341-95\",\n            \"companyName\": \"Calacarte\"\n        }\n    ]\n}"}],"_postman_id":"902128b5-0ced-4473-867d-cecb9f5e328b"},{"name":"Lookup Table Structure","id":"bbaf12cd-b2c2-4657-82b0-9670692fccb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/lookup-tables/structure","description":"<p><code>GET /lookup-tables/structure</code></p>\n<p>Returns the names of the lookup tables used for the API's search endpoints (e.g. Company Search). Once the necessary tables are identified use the \"Lookup Tables\" endpoint to return all of the values for those tables.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["lookup-tables","structure"],"host":["api","pitchbook","com"],"query":[],"variable":[]}},"response":[{"id":"283d5aa2-fc00-470c-b7f9-fd983601be51","name":"Lookup Table Structure","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"PB-Token wMoJp7cZhl6eltxYsSz6Z1JU7zOKKUuo","type":"text","disabled":true},{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":"https://api.pitchbook.com/lookup-tables/structure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 May 2023 18:55:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tableName\": \"INDUSTRY\",\n        \"tableDescription\": \"Industries\"\n    },\n    {\n        \"tableName\": \"VERTICAL\",\n        \"tableDescription\": \"Verticals\"\n    },\n    {\n        \"tableName\": \"US_AREA\",\n        \"tableDescription\": \"US Area\"\n    },\n    {\n        \"tableName\": \"US_STATE\",\n        \"tableDescription\": \"US State\"\n    },\n    {\n        \"tableName\": \"CANADIAN_PROVINCE\",\n        \"tableDescription\": \"Canadian Province\"\n    },\n    {\n        \"tableName\": \"AUSTRALIAN_TERRITORY\",\n        \"tableDescription\": \"Australian Territory\"\n    },\n    {\n        \"tableName\": \"UK_TERRITORY\",\n        \"tableDescription\": \"UK Territory\"\n    },\n    {\n        \"tableName\": \"COUNTRY\",\n        \"tableDescription\": \"Country\"\n    },\n    {\n        \"tableName\": \"REGION\",\n        \"tableDescription\": \"Regions\"\n    },\n    {\n        \"tableName\": \"CURRENCY_CODE\",\n        \"tableDescription\": \"Currency\"\n    },\n    {\n        \"tableName\": \"OWNERSHIP_STATUS\",\n        \"tableDescription\": \"Ownership Status\"\n    },\n    {\n        \"tableName\": \"BACKING_STATUS\",\n        \"tableDescription\": \"Backing Status\"\n    },\n    {\n        \"tableName\": \"BUSINESS_STATUS\",\n        \"tableDescription\": \"Business Status\"\n    },\n    {\n        \"tableName\": \"UNIVERSE\",\n        \"tableDescription\": \"Universe\"\n    },\n    {\n        \"tableName\": \"DEAL_TYPE\",\n        \"tableDescription\": \"Deal Type\"\n    },\n    {\n        \"tableName\": \"DEAL_STATUS\",\n        \"tableDescription\": \"Deal Status\"\n    },\n    {\n        \"tableName\": \"EXIT_TYPE\",\n        \"tableDescription\": \"Exit Type\"\n    },\n    {\n        \"tableName\": \"INVESTOR_TYPE\",\n        \"tableDescription\": \"Investor Type\"\n    },\n    {\n        \"tableName\": \"OTHER_INVESTMENT_PREFERENCES\",\n        \"tableDescription\": \"Investment Preferences\"\n    },\n    {\n        \"tableName\": \"PERSON_FIRM_TYPE\",\n        \"tableDescription\": \"Firm Type\"\n    },\n    {\n        \"tableName\": \"PERSON_POSITION\",\n        \"tableDescription\": \"Position Level\"\n    },\n    {\n        \"tableName\": \"PERSON_POSITION_DEPARTMENT\",\n        \"tableDescription\": \"Position Department\"\n    },\n    {\n        \"tableName\": \"FUND_TYPE\",\n        \"tableDescription\": \"Fund Type\"\n    },\n    {\n        \"tableName\": \"FUND_STATUS\",\n        \"tableDescription\": \"Fund Status\"\n    },\n    {\n        \"tableName\": \"LIMITED_PARTNER_TYPE\",\n        \"tableDescription\": \"Limited Partner Type\"\n    },\n    {\n        \"tableName\": \"FUND_MANAGER_FOCUS\",\n        \"tableDescription\": \"Fund Manager Focus\"\n    },\n    {\n        \"tableName\": \"ASSET_TYPE\",\n        \"tableDescription\": \"Asset Type\"\n    },\n    {\n        \"tableName\": \"SERVICE_PROVIDER_TYPE\",\n        \"tableDescription\": \"Service Provider Type\"\n    },\n    {\n        \"tableName\": \"SERVICE_TYPE_SELL_SIDE\",\n        \"tableDescription\": \"Service Type On Deal\"\n    }\n]"}],"_postman_id":"bbaf12cd-b2c2-4657-82b0-9670692fccb9"},{"name":"Lookup Tables","id":"1a39c3ba-2288-48d4-bed4-be19014105db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pitchbook.com/lookup-tables?tableNames=INDUSTRY","description":"<p><code>GET /lookup-tables</code></p>\n<p>Returns the codes for a given lookup table. Codes are used in the search endpoint parameters. e.g. INDUSTRY, VERTICAL, US_AREA</p>\n<p>To see the full list of tables available, use the \"Lookup Table Structure\" endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["lookup-tables"],"host":["api","pitchbook","com"],"query":[{"key":"tableNames","value":"INDUSTRY"}],"variable":[]}},"response":[{"id":"96b06d3f-732b-4109-9dc7-1cae0d82003f","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{API Key}}","type":"text"}],"url":{"raw":"https://api.pitchbook.com/lookup-tables?tableNames=INDUSTRY","protocol":"https","host":["api","pitchbook","com"],"path":["lookup-tables"],"query":[{"key":"tableNames","value":"INDUSTRY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 May 2023 19:12:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"X-Robots-Tag","value":"noindex,nofollow,nosnippet,noarchive always"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"tableName\": \"INDUSTRY\",\n            \"tableDescription\": \"Industries\",\n            \"codes\": [\n                {\n                    \"code\": \"10\",\n                    \"description\": \"Business Products and Services (B2B)\"\n                },\n                {\n                    \"code\": \"1010\",\n                    \"description\": \"Commercial Products\"\n                },\n                {\n                    \"code\": \"101010\",\n                    \"description\": \"Aerospace and Defense\"\n                },\n                {\n                    \"code\": \"101020\",\n                    \"description\": \"Building Products\"\n                },\n                {\n                    \"code\": \"101030\",\n                    \"description\": \"Conglomerates\"\n                },\n                {\n                    \"code\": \"101040\",\n                    \"description\": \"Distributors/Wholesale\"\n                },\n                {\n                    \"code\": \"101050\",\n                    \"description\": \"Electrical Equipment\"\n                },\n                {\n                    \"code\": \"101055\",\n                    \"description\": \"Industrial Supplies and Parts\"\n                },\n                {\n                    \"code\": \"101060\",\n                    \"description\": \"Machinery (B2B)\"\n                },\n                {\n                    \"code\": \"101070\",\n                    \"description\": \"Other Commercial Products\"\n                },\n                {\n                    \"code\": \"1020\",\n                    \"description\": \"Commercial Services\"\n                },\n                {\n                    \"code\": \"102010\",\n                    \"description\": \"Accounting, Audit and Tax Services (B2B)\"\n                },\n                {\n                    \"code\": \"102020\",\n                    \"description\": \"BPO/Outsource Services\"\n                },\n                {\n                    \"code\": \"102030\",\n                    \"description\": \"Construction and Engineering\"\n                },\n                {\n                    \"code\": \"102040\",\n                    \"description\": \"Consulting Services (B2B)\"\n                },\n                {\n                    \"code\": \"102050\",\n                    \"description\": \"Education and Training Services (B2B)\"\n                },\n                {\n                    \"code\": \"102060\",\n                    \"description\": \"Environmental Services (B2B)\"\n                },\n                {\n                    \"code\": \"102070\",\n                    \"description\": \"Human Capital Services\"\n                },\n                {\n                    \"code\": \"102080\",\n                    \"description\": \"Legal Services (B2B)\"\n                },\n                {\n                    \"code\": \"102085\",\n                    \"description\": \"Logistics\"\n                },\n                {\n                    \"code\": \"102090\",\n                    \"description\": \"Media and Information Services (B2B)\"\n                },\n                {\n                    \"code\": \"102100\",\n                    \"description\": \"Office Services (B2B)\"\n                },\n                {\n                    \"code\": \"102110\",\n                    \"description\": \"Printing Services (B2B)\"\n                },\n                {\n                    \"code\": \"102115\",\n                    \"description\": \"Security Services (B2B)\"\n                },\n                {\n                    \"code\": \"102120\",\n                    \"description\": \"Other Commercial Services\"\n                },\n                {\n                    \"code\": \"1030\",\n                    \"description\": \"Commercial Transportation\"\n                },\n                {\n                    \"code\": \"103010\",\n                    \"description\": \"Air\"\n                },\n                {\n                    \"code\": \"103020\",\n                    \"description\": \"Marine\"\n                },\n                {\n                    \"code\": \"103030\",\n                    \"description\": \"Rail\"\n                },\n                {\n                    \"code\": \"103040\",\n                    \"description\": \"Road\"\n                },\n                {\n                    \"code\": \"103050\",\n                    \"description\": \"Infrastructure\"\n                },\n                {\n                    \"code\": \"103060\",\n                    \"description\": \"Other Transportation\"\n                },\n                {\n                    \"code\": \"1040\",\n                    \"description\": \"Other Business Products and Services\"\n                },\n                {\n                    \"code\": \"104002\",\n                    \"description\": \"Buildings and Property\"\n                },\n                {\n                    \"code\": \"104007\",\n                    \"description\": \"Government\"\n                },\n                {\n                    \"code\": \"104010\",\n                    \"description\": \"Other Business Products and Services\"\n                },\n                {\n                    \"code\": \"20\",\n                    \"description\": \"Consumer Products and Services (B2C)\"\n                },\n                {\n                    \"code\": \"2010\",\n                    \"description\": \"Apparel and Accessories\"\n                },\n                {\n                    \"code\": \"201010\",\n                    \"description\": \"Accessories\"\n                },\n                {\n                    \"code\": \"201020\",\n                    \"description\": \"Clothing\"\n                },\n                {\n                    \"code\": \"201030\",\n                    \"description\": \"Footwear\"\n                },\n                {\n                    \"code\": \"201040\",\n                    \"description\": \"Luxury Goods\"\n                },\n                {\n                    \"code\": \"201050\",\n                    \"description\": \"Other Apparel\"\n                },\n                {\n                    \"code\": \"2020\",\n                    \"description\": \"Consumer Durables\"\n                },\n                {\n                    \"code\": \"202010\",\n                    \"description\": \"Business Equipment and Supplies\"\n                },\n                {\n                    \"code\": \"202020\",\n                    \"description\": \"Electronics (B2C)\"\n                },\n                {\n                    \"code\": \"202030\",\n                    \"description\": \"Home Furnishings\"\n                },\n                {\n                    \"code\": \"202040\",\n                    \"description\": \"Household Appliances\"\n                },\n                {\n                    \"code\": \"202050\",\n                    \"description\": \"Recreational Goods\"\n                },\n                {\n                    \"code\": \"202060\",\n                    \"description\": \"Other Consumer Durables\"\n                },\n                {\n                    \"code\": \"2030\",\n                    \"description\": \"Consumer Non-Durables\"\n                },\n                {\n                    \"code\": \"203010\",\n                    \"description\": \"Beverages\"\n                },\n                {\n                    \"code\": \"203020\",\n                    \"description\": \"Food Products\"\n                },\n                {\n                    \"code\": \"203030\",\n                    \"description\": \"Household Products\"\n                },\n                {\n                    \"code\": \"203040\",\n                    \"description\": \"Personal Products\"\n                },\n                {\n                    \"code\": \"203050\",\n                    \"description\": \"Other Consumer Non-Durables\"\n                },\n                {\n                    \"code\": \"2040\",\n                    \"description\": \"Media\"\n                },\n                {\n                    \"code\": \"204010\",\n                    \"description\": \"Broadcasting, Radio and Television\"\n                },\n                {\n                    \"code\": \"204020\",\n                    \"description\": \"Information Services (B2C)\"\n                },\n                {\n                    \"code\": \"204030\",\n                    \"description\": \"Movies, Music and Entertainment\"\n                },\n                {\n                    \"code\": \"204040\",\n                    \"description\": \"Publishing\"\n                },\n                {\n                    \"code\": \"204045\",\n                    \"description\": \"Social Content\"\n                },\n                {\n                    \"code\": \"204050\",\n                    \"description\": \"Other Media\"\n                },\n                {\n                    \"code\": \"2050\",\n                    \"description\": \"Restaurants, Hotels and Leisure\"\n                },\n                {\n                    \"code\": \"205010\",\n                    \"description\": \"Casinos and Gaming\"\n                },\n                {\n                    \"code\": \"205020\",\n                    \"description\": \"Cruise Lines\"\n                },\n                {\n                    \"code\": \"205030\",\n                    \"description\": \"Hotels and Resorts\"\n                },\n                {\n                    \"code\": \"205040\",\n                    \"description\": \"Leisure Facilities\"\n                },\n                {\n                    \"code\": \"205050\",\n                    \"description\": \"Restaurants and Bars\"\n                },\n                {\n                    \"code\": \"205060\",\n                    \"description\": \"Other Restaurants, Hotels and Leisure\"\n                },\n                {\n                    \"code\": \"2060\",\n                    \"description\": \"Retail\"\n                },\n                {\n                    \"code\": \"206010\",\n                    \"description\": \"Catalog Retail\"\n                },\n                {\n                    \"code\": \"206020\",\n                    \"description\": \"Department Stores\"\n                },\n                {\n                    \"code\": \"206030\",\n                    \"description\": \"Distributors/Wholesale (B2C)\"\n                },\n                {\n                    \"code\": \"206040\",\n                    \"description\": \"General Merchandise Stores\"\n                },\n                {\n                    \"code\": \"206050\",\n                    \"description\": \"Internet Retail\"\n                },\n                {\n                    \"code\": \"206060\",\n                    \"description\": \"Specialty Retail\"\n                },\n                {\n                    \"code\": \"206070\",\n                    \"description\": \"Other Retail\"\n                },\n                {\n                    \"code\": \"2070\",\n                    \"description\": \"Services (Non-Financial)\"\n                },\n                {\n                    \"code\": \"207010\",\n                    \"description\": \"Accounting, Audit and Tax Services (B2C)\"\n                },\n                {\n                    \"code\": \"207020\",\n                    \"description\": \"Educational and Training Services (B2C)\"\n                },\n                {\n                    \"code\": \"207030\",\n                    \"description\": \"Legal Services (B2C)\"\n                },\n                {\n                    \"code\": \"207040\",\n                    \"description\": \"Real Estate Services (B2C)\"\n                },\n                {\n                    \"code\": \"207050\",\n                    \"description\": \"Other Services (B2C Non-Financial)\"\n                },\n                {\n                    \"code\": \"2080\",\n                    \"description\": \"Transportation\"\n                },\n                {\n                    \"code\": \"208010\",\n                    \"description\": \"Air\"\n                },\n                {\n                    \"code\": \"208020\",\n                    \"description\": \"Automotive\"\n                },\n                {\n                    \"code\": \"208030\",\n                    \"description\": \"Marine\"\n                },\n                {\n                    \"code\": \"208040\",\n                    \"description\": \"Rail\"\n                },\n                {\n                    \"code\": \"208050\",\n                    \"description\": \"Other Transportation\"\n                },\n                {\n                    \"code\": \"2090\",\n                    \"description\": \"Other Consumer Products and Services\"\n                },\n                {\n                    \"code\": \"209010\",\n                    \"description\": \"Other Consumer Products and Services\"\n                },\n                {\n                    \"code\": \"30\",\n                    \"description\": \"Energy\"\n                },\n                {\n                    \"code\": \"3010\",\n                    \"description\": \"Energy Equipment\"\n                },\n                {\n                    \"code\": \"301010\",\n                    \"description\": \"Alternative Energy Equipment\"\n                },\n                {\n                    \"code\": \"301020\",\n                    \"description\": \"Coal and Consumable Fuels Equipment\"\n                },\n                {\n                    \"code\": \"301030\",\n                    \"description\": \"Oil and Gas Equipment\"\n                },\n                {\n                    \"code\": \"301040\",\n                    \"description\": \"Other Equipment\"\n                },\n                {\n                    \"code\": \"3020\",\n                    \"description\": \"Exploration, Production and Refining\"\n                },\n                {\n                    \"code\": \"302010\",\n                    \"description\": \"Energy Exploration\"\n                },\n                {\n                    \"code\": \"302020\",\n                    \"description\": \"Energy Production\"\n                },\n                {\n                    \"code\": \"302030\",\n                    \"description\": \"Energy Refining\"\n                },\n                {\n                    \"code\": \"3030\",\n                    \"description\": \"Energy Services\"\n                },\n                {\n                    \"code\": \"303010\",\n                    \"description\": \"Energy Marketing\"\n                },\n                {\n                    \"code\": \"303020\",\n                    \"description\": \"Energy Storage\"\n                },\n                {\n                    \"code\": \"303030\",\n                    \"description\": \"Energy Traders and Brokers\"\n                },\n                {\n                    \"code\": \"303040\",\n                    \"description\": \"Energy Transportation\"\n                },\n                {\n                    \"code\": \"303050\",\n                    \"description\": \"Energy Infrastructure\"\n                },\n                {\n                    \"code\": \"303060\",\n                    \"description\": \"Other Energy Services\"\n                },\n                {\n                    \"code\": \"3040\",\n                    \"description\": \"Utilities\"\n                },\n                {\n                    \"code\": \"304010\",\n                    \"description\": \"Electric Utilities\"\n                },\n                {\n                    \"code\": \"304020\",\n                    \"description\": \"Gas Utilities\"\n                },\n                {\n                    \"code\": \"304030\",\n                    \"description\": \"Multi-Utilities\"\n                },\n                {\n                    \"code\": \"304040\",\n                    \"description\": \"Water Utilities\"\n                },\n                {\n                    \"code\": \"304050\",\n                    \"description\": \"Other Utilities\"\n                },\n                {\n                    \"code\": \"3050\",\n                    \"description\": \"Other Energy\"\n                },\n                {\n                    \"code\": \"305010\",\n                    \"description\": \"Other Energy\"\n                },\n                {\n                    \"code\": \"40\",\n                    \"description\": \"Financial Services\"\n                },\n                {\n                    \"code\": \"4010\",\n                    \"description\": \"Capital Markets/Institutions\"\n                },\n                {\n                    \"code\": \"401010\",\n                    \"description\": \"Asset Management\"\n                },\n                {\n                    \"code\": \"401020\",\n                    \"description\": \"Brokerage\"\n                },\n                {\n                    \"code\": \"401030\",\n                    \"description\": \"Investment Banks\"\n                },\n                {\n                    \"code\": \"401040\",\n                    \"description\": \"Private Equity\"\n                },\n                {\n                    \"code\": \"401050\",\n                    \"description\": \"Other Capital Markets/Institutions\"\n                },\n                {\n                    \"code\": \"4020\",\n                    \"description\": \"Commercial Banks\"\n                },\n                {\n                    \"code\": \"402010\",\n                    \"description\": \"International Banks\"\n                },\n                {\n                    \"code\": \"402020\",\n                    \"description\": \"National Banks\"\n                },\n                {\n                    \"code\": \"402030\",\n                    \"description\": \"Regional Banks\"\n                },\n                {\n                    \"code\": \"402040\",\n                    \"description\": \"Thrifts and Mortgage Finance\"\n                },\n                {\n                    \"code\": \"402050\",\n                    \"description\": \"Other Commercial Banks\"\n                },\n                {\n                    \"code\": \"4030\",\n                    \"description\": \"Insurance\"\n                },\n                {\n                    \"code\": \"403010\",\n                    \"description\": \"Automotive Insurance\"\n                },\n                {\n                    \"code\": \"403020\",\n                    \"description\": \"Commercial/Professional Insurance\"\n                },\n                {\n                    \"code\": \"403030\",\n                    \"description\": \"Insurance Brokers\"\n                },\n                {\n                    \"code\": \"403040\",\n                    \"description\": \"Life and Health Insurance\"\n                },\n                {\n                    \"code\": \"403050\",\n                    \"description\": \"Multi-line Insurance\"\n                },\n                {\n                    \"code\": \"403060\",\n                    \"description\": \"Property and Casualty Insurance\"\n                },\n                {\n                    \"code\": \"403070\",\n                    \"description\": \"Re-Insurance\"\n                },\n                {\n                    \"code\": \"403080\",\n                    \"description\": \"Other Insurance\"\n                },\n                {\n                    \"code\": \"4040\",\n                    \"description\": \"Other Financial Services\"\n                },\n                {\n                    \"code\": \"404010\",\n                    \"description\": \"Consumer Finance\"\n                },\n                {\n                    \"code\": \"404020\",\n                    \"description\": \"Holding Companies\"\n                },\n                {\n                    \"code\": \"404030\",\n                    \"description\": \"Real Estate Investment Trusts (REITs)\"\n                },\n                {\n                    \"code\": \"404040\",\n                    \"description\": \"Specialized Finance\"\n                },\n                {\n                    \"code\": \"404045\",\n                    \"description\": \"Special Purpose Acquisition Company (SPAC)\"\n                },\n                {\n                    \"code\": \"404050\",\n                    \"description\": \"Other Financial Services\"\n                },\n                {\n                    \"code\": \"50\",\n                    \"description\": \"Healthcare\"\n                },\n                {\n                    \"code\": \"5010\",\n                    \"description\": \"Healthcare Devices and Supplies\"\n                },\n                {\n                    \"code\": \"501010\",\n                    \"description\": \"Diagnostic Equipment\"\n                },\n                {\n                    \"code\": \"501020\",\n                    \"description\": \"Medical Supplies\"\n                },\n                {\n                    \"code\": \"501030\",\n                    \"description\": \"Monitoring Equipment\"\n                },\n                {\n                    \"code\": \"501040\",\n                    \"description\": \"Surgical Devices\"\n                },\n                {\n                    \"code\": \"501050\",\n                    \"description\": \"Therapeutic Devices\"\n                },\n                {\n                    \"code\": \"501060\",\n                    \"description\": \"Other Devices and Supplies\"\n                },\n                {\n                    \"code\": \"5020\",\n                    \"description\": \"Healthcare Services\"\n                },\n                {\n                    \"code\": \"502010\",\n                    \"description\": \"Clinics/Outpatient Services\"\n                },\n                {\n                    \"code\": \"502020\",\n                    \"description\": \"Distributors (Healthcare)\"\n                },\n                {\n                    \"code\": \"502030\",\n                    \"description\": \"Elder and Disabled Care\"\n                },\n                {\n                    \"code\": \"502040\",\n                    \"description\": \"Hospitals/Inpatient Services\"\n                },\n                {\n                    \"code\": \"502050\",\n                    \"description\": \"Laboratory Services (Healthcare)\"\n                },\n                {\n                    \"code\": \"502060\",\n                    \"description\": \"Managed Care\"\n                },\n                {\n                    \"code\": \"502070\",\n                    \"description\": \"Practice Management (Healthcare)\"\n                },\n                {\n                    \"code\": \"502080\",\n                    \"description\": \"Other Healthcare Services\"\n                },\n                {\n                    \"code\": \"5030\",\n                    \"description\": \"Healthcare Technology Systems\"\n                },\n                {\n                    \"code\": \"503010\",\n                    \"description\": \"Decision/Risk Analysis\"\n                },\n                {\n                    \"code\": \"503020\",\n                    \"description\": \"Enterprise Systems (Healthcare)\"\n                },\n                {\n                    \"code\": \"503030\",\n                    \"description\": \"Medical Records Systems\"\n                },\n                {\n                    \"code\": \"503040\",\n                    \"description\": \"Outcome Management (Healthcare)\"\n                },\n                {\n                    \"code\": \"503050\",\n                    \"description\": \"Other Healthcare Technology Systems\"\n                },\n                {\n                    \"code\": \"5040\",\n                    \"description\": \"Pharmaceuticals and Biotechnology\"\n                },\n                {\n                    \"code\": \"504010\",\n                    \"description\": \"Biotechnology\"\n                },\n                {\n                    \"code\": \"504020\",\n                    \"description\": \"Discovery Tools (Healthcare)\"\n                },\n                {\n                    \"code\": \"504030\",\n                    \"description\": \"Drug Delivery\"\n                },\n                {\n                    \"code\": \"504040\",\n                    \"description\": \"Drug Discovery\"\n                },\n                {\n                    \"code\": \"504050\",\n                    \"description\": \"Pharmaceuticals\"\n                },\n                {\n                    \"code\": \"504060\",\n                    \"description\": \"Other Pharmaceuticals and Biotechnology\"\n                },\n                {\n                    \"code\": \"5050\",\n                    \"description\": \"Other Healthcare\"\n                },\n                {\n                    \"code\": \"505010\",\n                    \"description\": \"Other Healthcare\"\n                },\n                {\n                    \"code\": \"60\",\n                    \"description\": \"Information Technology\"\n                },\n                {\n                    \"code\": \"6010\",\n                    \"description\": \"Communications and Networking\"\n                },\n                {\n                    \"code\": \"601010\",\n                    \"description\": \"Cable Service Providers\"\n                },\n                {\n                    \"code\": \"601020\",\n                    \"description\": \"Connectivity Products\"\n                },\n                {\n                    \"code\": \"601030\",\n                    \"description\": \"Fiberoptic Equipment\"\n                },\n                {\n                    \"code\": \"601040\",\n                    \"description\": \"Internet Service Providers\"\n                },\n                {\n                    \"code\": \"601050\",\n                    \"description\": \"Telecommunications Service Providers\"\n                },\n                {\n                    \"code\": \"601060\",\n                    \"description\": \"Wireless Communications Equipment\"\n                },\n                {\n                    \"code\": \"601070\",\n                    \"description\": \"Wireless Service Providers\"\n                },\n                {\n                    \"code\": \"601080\",\n                    \"description\": \"Other Communications and Networking\"\n                },\n                {\n                    \"code\": \"6020\",\n                    \"description\": \"Computer Hardware\"\n                },\n                {\n                    \"code\": \"602010\",\n                    \"description\": \"Computers, Parts and Peripherals\"\n                },\n                {\n                    \"code\": \"602020\",\n                    \"description\": \"Electronic Components\"\n                },\n                {\n                    \"code\": \"602030\",\n                    \"description\": \"Electronic Equipment and Instruments\"\n                },\n                {\n                    \"code\": \"602040\",\n                    \"description\": \"Office Electronics\"\n                },\n                {\n                    \"code\": \"602050\",\n                    \"description\": \"Storage (IT)\"\n                },\n                {\n                    \"code\": \"602060\",\n                    \"description\": \"Other Hardware\"\n                },\n                {\n                    \"code\": \"6030\",\n                    \"description\": \"Semiconductors\"\n                },\n                {\n                    \"code\": \"603010\",\n                    \"description\": \"Application Specific Semiconductors\"\n                },\n                {\n                    \"code\": \"603020\",\n                    \"description\": \"General Purpose Semiconductors\"\n                },\n                {\n                    \"code\": \"603030\",\n                    \"description\": \"Production (Semiconductors)\"\n                },\n                {\n                    \"code\": \"603040\",\n                    \"description\": \"Other Semiconductors\"\n                },\n                {\n                    \"code\": \"6040\",\n                    \"description\": \"IT Services\"\n                },\n                {\n                    \"code\": \"604010\",\n                    \"description\": \"IT Consulting and Outsourcing\"\n                },\n                {\n                    \"code\": \"604020\",\n                    \"description\": \"Systems and Information Management\"\n                },\n                {\n                    \"code\": \"604030\",\n                    \"description\": \"Other IT Services\"\n                },\n                {\n                    \"code\": \"6050\",\n                    \"description\": \"Software\"\n                },\n                {\n                    \"code\": \"605010\",\n                    \"description\": \"Application Software\"\n                },\n                {\n                    \"code\": \"605020\",\n                    \"description\": \"Automation/Workflow Software\"\n                },\n                {\n                    \"code\": \"605030\",\n                    \"description\": \"Communication Software\"\n                },\n                {\n                    \"code\": \"605040\",\n                    \"description\": \"Database Software\"\n                },\n                {\n                    \"code\": \"605050\",\n                    \"description\": \"Educational Software\"\n                },\n                {\n                    \"code\": \"605060\",\n                    \"description\": \"Internet Software\"\n                },\n                {\n                    \"code\": \"605070\",\n                    \"description\": \"Multimedia and Design Software\"\n                },\n                {\n                    \"code\": \"605080\",\n                    \"description\": \"Network Management Software\"\n                },\n                {\n                    \"code\": \"605090\",\n                    \"description\": \"Operating Systems Software\"\n                },\n                {\n                    \"code\": \"605100\",\n                    \"description\": \"Software Development Applications\"\n                },\n                {\n                    \"code\": \"605110\",\n                    \"description\": \"Vertical Market Software\"\n                },\n                {\n                    \"code\": \"605120\",\n                    \"description\": \"Other Software\"\n                },\n                {\n                    \"code\": \"605130\",\n                    \"description\": \"Business/Productivity Software\"\n                },\n                {\n                    \"code\": \"605140\",\n                    \"description\": \"Entertainment Software\"\n                },\n                {\n                    \"code\": \"605150\",\n                    \"description\": \"Financial Software\"\n                },\n                {\n                    \"code\": \"605160\",\n                    \"description\": \"Social/Platform Software\"\n                },\n                {\n                    \"code\": \"6060\",\n                    \"description\": \"Other Information Technology\"\n                },\n                {\n                    \"code\": \"606010\",\n                    \"description\": \"Other Information Technology\"\n                },\n                {\n                    \"code\": \"70\",\n                    \"description\": \"Materials and Resources\"\n                },\n                {\n                    \"code\": \"7010\",\n                    \"description\": \"Agriculture\"\n                },\n                {\n                    \"code\": \"701010\",\n                    \"description\": \"Animal Husbandry\"\n                },\n                {\n                    \"code\": \"701020\",\n                    \"description\": \"Aquaculture\"\n                },\n                {\n                    \"code\": \"701030\",\n                    \"description\": \"Cultivation\"\n                },\n                {\n                    \"code\": \"701040\",\n                    \"description\": \"Horticulture\"\n                },\n                {\n                    \"code\": \"701050\",\n                    \"description\": \"Other Agriculture\"\n                },\n                {\n                    \"code\": \"7020\",\n                    \"description\": \"Chemicals and Gases\"\n                },\n                {\n                    \"code\": \"702010\",\n                    \"description\": \"Agricultural Chemicals\"\n                },\n                {\n                    \"code\": \"702020\",\n                    \"description\": \"Commodity Chemicals\"\n                },\n                {\n                    \"code\": \"702030\",\n                    \"description\": \"Industrial Chemicals\"\n                },\n                {\n                    \"code\": \"702040\",\n                    \"description\": \"Multi-line Chemicals\"\n                },\n                {\n                    \"code\": \"702050\",\n                    \"description\": \"Specialty Chemicals\"\n                },\n                {\n                    \"code\": \"702060\",\n                    \"description\": \"Other Chemicals and Gases\"\n                },\n                {\n                    \"code\": \"7030\",\n                    \"description\": \"Construction (Non-Wood)\"\n                },\n                {\n                    \"code\": \"703010\",\n                    \"description\": \"Raw Materials (Non-Wood)\"\n                },\n                {\n                    \"code\": \"7040\",\n                    \"description\": \"Containers and Packaging\"\n                },\n                {\n                    \"code\": \"704010\",\n                    \"description\": \"Metal Containers and Packaging\"\n                },\n                {\n                    \"code\": \"704020\",\n                    \"description\": \"Paper Containers and Packaging\"\n                },\n                {\n                    \"code\": \"704030\",\n                    \"description\": \"Plastic Containers and Packaging\"\n                },\n                {\n                    \"code\": \"704040\",\n                    \"description\": \"Wood Containers and Packaging\"\n                },\n                {\n                    \"code\": \"704050\",\n                    \"description\": \"Other Containers and Packaging\"\n                },\n                {\n                    \"code\": \"7050\",\n                    \"description\": \"Forestry\"\n                },\n                {\n                    \"code\": \"705010\",\n                    \"description\": \"Forestry Development/Harvesting\"\n                },\n                {\n                    \"code\": \"705020\",\n                    \"description\": \"Forestry Processing\"\n                },\n                {\n                    \"code\": \"705030\",\n                    \"description\": \"Paper/Soft Products\"\n                },\n                {\n                    \"code\": \"705040\",\n                    \"description\": \"Wood/Hard Products\"\n                },\n                {\n                    \"code\": \"705050\",\n                    \"description\": \"Other Forestry\"\n                },\n                {\n                    \"code\": \"7060\",\n                    \"description\": \"Metals, Minerals and Mining\"\n                },\n                {\n                    \"code\": \"706010\",\n                    \"description\": \"Aluminum Mining\"\n                },\n                {\n                    \"code\": \"706020\",\n                    \"description\": \"Coal Mining\"\n                },\n                {\n                    \"code\": \"706030\",\n                    \"description\": \"Gold Mining\"\n                },\n                {\n                    \"code\": \"706040\",\n                    \"description\": \"Iron and Steel Mining\"\n                },\n                {\n                    \"code\": \"706050\",\n                    \"description\": \"Multi-line Mining\"\n                },\n                {\n                    \"code\": \"706060\",\n                    \"description\": \"Precious Metals and Minerals Mining\"\n                },\n                {\n                    \"code\": \"706070\",\n                    \"description\": \"Other Metals, Minerals and Mining\"\n                },\n                {\n                    \"code\": \"7070\",\n                    \"description\": \"Textiles\"\n                },\n                {\n                    \"code\": \"707010\",\n                    \"description\": \"Animal Textiles\"\n                },\n                {\n                    \"code\": \"707020\",\n                    \"description\": \"Plant Textiles\"\n                },\n                {\n                    \"code\": \"707030\",\n                    \"description\": \"Mineral Textiles\"\n                },\n                {\n                    \"code\": \"707040\",\n                    \"description\": \"Synthetic Textiles\"\n                },\n                {\n                    \"code\": \"707050\",\n                    \"description\": \"Other Textiles\"\n                },\n                {\n                    \"code\": \"7080\",\n                    \"description\": \"Other Materials\"\n                },\n                {\n                    \"code\": \"708010\",\n                    \"description\": \"Other Materials\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1a39c3ba-2288-48d4-bed4-be19014105db"}],"id":"89455df3-d427-4cf4-82f1-c92e85104a1d","_postman_id":"89455df3-d427-4cf4-82f1-c92e85104a1d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","id":"f635b4ac-1f94-4f9d-b836-fad7709fd34c","name":"Public API V2 Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{APIKey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"03f8cdd6-acca-41e9-89e7-56eecc1e4ce7","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"6cc86be0-9213-4814-be1d-4d8567c21f54","type":"text/javascript","packages":{},"exec":[""]}}]}