API.Market
Go to API.market
  • Welcome to API.market
  • What are API Products?
  • How to subscribe to a SaaS API Product?
  • Managing Subscriptions
  • Analytics & Logs
  • How can I cancel my Subscription?
  • How do I add payment details?
  • How does API.market charges me?
  • Error Codes
  • Seller Docs
    • API Seller Console
    • What is an API Product?
    • What is a Pricing Plan
    • Importing an API Source
    • Creating a Product using the Wizard
    • Testing Your APIs & Products
    • Analytics & Logs
    • Custom Usage
    • Overriding Custom Usage on Result Retrieval
  • FUNDAMENTALS
    • Convert Postman Collection to OpenAPI Yaml
    • Create OpenAPI spec using ChatGPT
  • About Us
  • API Product Docs
    • MagicAPI
      • Screenshot API
      • Domain Availability Checker API
      • WhoIS API
      • PDF Conversion API
      • Image Upscale API
      • DNS Checker API
      • Ageify API
      • Image Restoration API
      • Toon Me API
      • Coding Assistant
      • 🎭 FaceSwap API: Instantaneous replaces face with one another
      • 🏞️ Image Upload API
      • Deblurer API
      • Hair Changer API
      • 🤳🏻🤖AI Qr Code Generator API
      • Whisper API
      • Image Colorizer API
      • OpenJourney API
      • Object Remover API
      • Image Captioner API
      • Object Detector API
      • NSFW API
      • Crunchbase API
      • Pipfeed's Extract API Developer Documentation
      • Migrating from Capix FaceSwap API to magicapi/faceswap-capix API
    • BridgeML
      • Meta-Llama-3-8B-Instruct
      • Meta-Llama-3-70B-Instruct
      • Mistral-7B-Instruct-v0.1
      • Mixtral-8x22B-Instruct-v0.1
      • Meta-Llama-2-7b
      • Meta-Llama-2-13b
      • Meta-Llama-2-70b
      • Gemma-7b-it
      • NeuralHermes-2.5-Mistral-7B
      • BAAI/bge-large-en-v1.5
      • CodeLlama-70b-Instruct-hf
      • 🤖🧗Text-to-Image API
      • 📝🎧 Text to Audio API
    • Capix AI
      • FaceSwap Image and Video Face Swap API
      • MakeUp
      • Photolab.me
      • AI Picture Colorizer
      • AI Picture Upscaler
      • AI Background Remover
      • Object Remover
      • TTS Universal
      • Home GPT
      • AI & Plagiarism Checker
      • AI Story Generator
      • AI Essay Generator
      • Book Title Generator
    • Trueway
      • ⛕ 🗺️ Trueway Routing API
      • 🌐📍Trueway Geocoding API: Forward and Reverse Geocoding
      • 🛤️ ⏱️Trueway Matrix API: Travel Distance and Time
      • 🏛️ Trueway Places API
    • AILabTools
      • Cartoon-Yourself
    • SharpAPI
      • 📄 AI-Powered Resume/CV Parsing API
      • 🛩️ Airports Database & Flight Duration API
    • Text to Speech
      • Turn your text into Magical-sounding Audio
Powered by GitBook
On this page
  • About
  • Curl Requests and Responses
  1. API Product Docs
  2. MagicAPI

Crunchbase API

crunchbase.com: Discover innovative companies and the people behind them

PreviousNSFW APINextPipfeed's Extract API Developer Documentation

Last updated 1 year ago

About

The Crunchbase API is a robust tool that provides developers with seamless access to an extensive database of business information, empowering them to enrich their applications with comprehensive company profiles, financial insights, and industry trends.

By integrating with the Crunchbase API, developers can leverage real-time updates and a wealth of data on companies and professionals to enhance the functionality and value proposition of their applications. Whether it's for market research, competitive analysis, or networking purposes, the Crunchbase API offers a versatile solution that facilitates informed decision-making and drives business growth.

With its user-friendly interface and powerful capabilities, the Crunchbase API serves as a valuable resource for developers seeking to build innovative solutions that require access to reliable and up-to-date business information.

Developer Portal:

Curl Requests and Responses

For /autocompletes endpoint, data would be:

curl -X 'POST' \
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/autocompletes' \
  -H 'accept: application/json' \
  -H 'x-magicapi-key: API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "query": "openAI"
}'
import requests

headers = {
    'accept': 'application/json',
    'x-magicapi-key': 'API_KEY',
    'Content-Type': 'application/json',
}

json_data = {
    'query': 'openAI',
}

response = requests.post('https://api.magicapi.dev/api/v1/magicapi/crunchbase/autocompletes', headers=headers, json=json_data)
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.magicapi.dev/api/v1/magicapi/crunchbase/autocompletes');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'accept: application/json',
    'x-magicapi-key: API_KEY',
    'Content-Type: application/json',
]);
curl_setopt($ch, CURLOPT_POSTFIELDS, "{\n  \"query\": \"openAI\"\n}");

$response = curl_exec($ch);

curl_close($ch);
import axios from 'axios';

const response = await axios.post(
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/autocompletes',
  {
    'query': 'openAI'
  },
  {
    headers: {
      'accept': 'application/json',
      'x-magicapi-key': 'API_KEY',
      'Content-Type': 'application/json'
    }
  }
);
fetch('https://api.magicapi.dev/api/v1/magicapi/crunchbase/autocompletes', {
  method: 'POST',
  headers: {
    'accept': 'application/json',
    'x-magicapi-key': 'API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    'query': 'openAI'
  })
});
{
  "count": 1008,
  "entities": [
    {
      "facet_ids": [
        "contact",
        "siftery",
        "investor",
        "ipqwery",
        "aberdeen",
        "apptopia",
        "semrush",
        "company",
        "rank",
        "builtwith",
        "bombora",
        "key_event"
      ],
      "identifier": {
        "uuid": "cf2c678c-b81a-80c3-10d1-9c5e76448e51",
        "value": "OpenAI",
        "image_id": "jjykwqqhsscreywea4gb",
        "permalink": "openai",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAI is an AI research and deployment company that conducts research and implements machine learning."
    },
    {
      "facet_ids": [
        "ipqwery",
        "semrush",
        "company",
        "rank",
        "builtwith"
      ],
      "identifier": {
        "uuid": "30658435-66e6-4d4a-bcce-5ac474713ef1",
        "value": "OpenAi",
        "image_id": "zrafm9hariyl22gfnzkq",
        "permalink": "openai-3ef1",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAi provides solutions for artificial intelligence and social media management."
    },
    {
      "facet_ids": [
        "contact",
        "siftery",
        "apptopia",
        "semrush",
        "company",
        "rank",
        "builtwith",
        "bombora",
        "ai_insight"
      ],
      "identifier": {
        "uuid": "d24dda07-4d9a-43b3-9727-75efca750551",
        "value": "OpenAirlines",
        "image_id": "bt82qrftpaedzlqqthgi",
        "permalink": "openairlines",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAirlines is a needs of airlines to optimize their flight operations and reduce their costs."
    },
    {
      "facet_ids": [
        "contact",
        "siftery",
        "privco",
        "semrush",
        "company",
        "rank",
        "builtwith"
      ],
      "identifier": {
        "uuid": "10e8efa8-507b-6f4e-b8d3-bfe485835503",
        "value": "OpenAirplane",
        "image_id": "v1407318707/swjo9wihuxwqoofwarzg.jpg",
        "permalink": "openairplane",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAirplane is an online platform that enables users to find, book, and pay for aircraft rental."
    },
    {
      "facet_ids": [
        "contact",
        "siftery",
        "semrush",
        "company",
        "rank",
        "builtwith",
        "bombora"
      ],
      "identifier": {
        "uuid": "092b685a-1afb-8978-af6b-13c4b5a83e19",
        "value": "OpenAir",
        "image_id": "v1397188029/a0d27d09a4d1052ab3bf2e653af0f887.png",
        "permalink": "openair",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAir offers web-based software that includes timesheets, expense reports and project management for professional service firms."
    },
    {
      "facet_ids": [
        "contact",
        "investor",
        "ipqwery",
        "rank",
        "builtwith",
        "bombora"
      ],
      "identifier": {
        "uuid": "3cd1af13-24f2-a320-bdf7-5141d3021277",
        "value": "OPENAIR Equity Partners",
        "image_id": "v1397178873/6cf0ffb28b0f07b72c141b17b81480f7.jpg",
        "permalink": "openair-ventures",
        "entity_def_id": "organization"
      },
      "short_description": "OPENAIR Equity Partners is a venture capital firm focused on early stage investments in mobile/wireless and connected device startups."
    },
    {
      "facet_ids": [
        "company",
        "rank",
        "builtwith",
        "semrush"
      ],
      "identifier": {
        "uuid": "17df168a-0e25-4e6b-af49-3e49424f592c",
        "value": "Openair Frauenfeld",
        "image_id": "mr0dyq6tkhsvx5ycxmhv",
        "permalink": "openair-frauenfeld",
        "entity_def_id": "organization"
      },
      "short_description": "Openair Frauenfeld is an event management company."
    },
    {
      "facet_ids": [
        "company",
        "rank",
        "builtwith"
      ],
      "identifier": {
        "uuid": "0d6045fa-bf3e-415f-a652-4cbfe523d602",
        "value": "OpenAILab",
        "image_id": "bgxty0nzuacklfzgxf8z",
        "permalink": "openailab",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAILab provides artificial intelligence solutions."
    },
    {
      "facet_ids": [
        "company",
        "rank",
        "builtwith"
      ],
      "identifier": {
        "uuid": "2fff822c-5112-4743-8798-047d0a72d799",
        "value": "OpenAIMP",
        "image_id": "ozdhhm5tkrdzu7k0jc8n",
        "permalink": "openaimp",
        "entity_def_id": "organization"
      },
      "short_description": "Bringing Innovation and Automation for Businesses"
    },
    {
      "facet_ids": [
        "contact",
        "siftery",
        "aberdeen",
        "semrush",
        "company",
        "rank",
        "builtwith",
        "bombora"
      ],
      "identifier": {
        "uuid": "a15e6159-36d6-4745-8ad9-e3043ac0e866",
        "value": "OpenAir",
        "image_id": "clfocaavaxpts7qbctq6",
        "permalink": "openair-e866",
        "entity_def_id": "organization"
      },
      "short_description": "OpenAir offers charter planes, training, aircraft management, emergency cargo, hazardous goods transportation, and acquisition services."
    }
  ]
}

For /entities/organizations endpoint, data would be:

curl -X 'POST' \
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/entities/organizations' \
  -H 'accept: application/json' \
  -H 'x-magicapi-key: api_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "entity_id": "cf2c678c-b81a-80c3-10d1-9c5e76448e51"
}'
import requests

headers = {
    'accept': 'application/json',
    'x-magicapi-key': 'api_API_KEY',
    'Content-Type': 'application/json',
}

json_data = {
    'entity_id': 'cf2c678c-b81a-80c3-10d1-9c5e76448e51',
}

response = requests.post(
    'https://api.magicapi.dev/api/v1/magicapi/crunchbase/entities/organizations',
    headers=headers,
    json=json_data,
)
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.magicapi.dev/api/v1/magicapi/crunchbase/entities/organizations');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'accept: application/json',
    'x-magicapi-key: api_API_KEY',
    'Content-Type: application/json',
]);
curl_setopt($ch, CURLOPT_POSTFIELDS, "{\n  \"entity_id\": \"cf2c678c-b81a-80c3-10d1-9c5e76448e51\"\n}");

$response = curl_exec($ch);

curl_close($ch);
import axios from 'axios';

const response = await axios.post(
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/entities/organizations',
  {
    'entity_id': 'cf2c678c-b81a-80c3-10d1-9c5e76448e51'
  },
  {
    headers: {
      'accept': 'application/json',
      'x-magicapi-key': 'api_API_KEY',
      'Content-Type': 'application/json'
    }
  }
);
fetch('https://api.magicapi.dev/api/v1/magicapi/crunchbase/entities/organizations', {
  method: 'POST',
  headers: {
    'accept': 'application/json',
    'x-magicapi-key': 'api_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    'entity_id': 'cf2c678c-b81a-80c3-10d1-9c5e76448e51'
  })
});
{
  "properties": {
    "identifier": {
      "uuid": "cf2c678c-b81a-80c3-10d1-9c5e76448e51",
      "value": "OpenAI",
      "image_id": "jjykwqqhsscreywea4gb",
      "permalink": "openai",
      "entity_def_id": "organization"
    }
  }
}

For /searches/organizations endpoint, data would be:

curl -X 'POST' \
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/searches/organizations' \
  -H 'accept: application/json' \
  -H 'x-magicapi-key: API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "field_ids": [
        "identifier",
        "location_identifiers",
        "short_description",
        "rank_org"
    ],
    "limit": 50,
    "order": [
        {
            "field_id": "rank_org",
            "sort": "asc"
        }
    ],
    "query": [
        {
            "field_id": "location_identifiers",
            "operator_id": "includes",
            "type": "predicate",
            "values": [
                "6106f5dc-823e-5da8-40d7-51612c0b2c4e"
            ]
        },
        {
            "field_id": "facet_ids",
            "operator_id": "includes",
            "type": "predicate",
            "values": [
                "company"
            ]
        }
    ]
}'
import requests

headers = {
    'accept': 'application/json',
    'x-magicapi-key': 'API_KEY',
    'Content-Type': 'application/json',
}

json_data = {
    'field_ids': [
        'identifier',
        'location_identifiers',
        'short_description',
        'rank_org',
    ],
    'limit': 50,
    'order': [
        {
            'field_id': 'rank_org',
            'sort': 'asc',
        },
    ],
    'query': [
        {
            'field_id': 'location_identifiers',
            'operator_id': 'includes',
            'type': 'predicate',
            'values': [
                '6106f5dc-823e-5da8-40d7-51612c0b2c4e',
            ],
        },
        {
            'field_id': 'facet_ids',
            'operator_id': 'includes',
            'type': 'predicate',
            'values': [
                'company',
            ],
        },
    ],
}

response = requests.post(
    'https://api.magicapi.dev/api/v1/magicapi/crunchbase/searches/organizations',
    headers=headers,
    json=json_data,
)
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.magicapi.dev/api/v1/magicapi/crunchbase/searches/organizations');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'accept: application/json',
    'x-magicapi-key: API_KEY',
    'Content-Type: application/json',
]);
curl_setopt($ch, CURLOPT_POSTFIELDS, "{\n    \"field_ids\": [\n        \"identifier\",\n        \"location_identifiers\",\n        \"short_description\",\n        \"rank_org\"\n    ],\n    \"limit\": 50,\n    \"order\": [\n        {\n            \"field_id\": \"rank_org\",\n            \"sort\": \"asc\"\n        }\n    ],\n    \"query\": [\n        {\n            \"field_id\": \"location_identifiers\",\n            \"operator_id\": \"includes\",\n            \"type\": \"predicate\",\n            \"values\": [\n                \"6106f5dc-823e-5da8-40d7-51612c0b2c4e\"\n            ]\n        },\n        {\n            \"field_id\": \"facet_ids\",\n            \"operator_id\": \"includes\",\n            \"type\": \"predicate\",\n            \"values\": [\n                \"company\"\n            ]\n        }\n    ]\n}");

$response = curl_exec($ch);

curl_close($ch);
import axios from 'axios';

const response = await axios.post(
  'https://api.magicapi.dev/api/v1/magicapi/crunchbase/searches/organizations',
  {
    'field_ids': [
      'identifier',
      'location_identifiers',
      'short_description',
      'rank_org'
    ],
    'limit': 50,
    'order': [
      {
        'field_id': 'rank_org',
        'sort': 'asc'
      }
    ],
    'query': [
      {
        'field_id': 'location_identifiers',
        'operator_id': 'includes',
        'type': 'predicate',
        'values': [
          '6106f5dc-823e-5da8-40d7-51612c0b2c4e'
        ]
      },
      {
        'field_id': 'facet_ids',
        'operator_id': 'includes',
        'type': 'predicate',
        'values': [
          'company'
        ]
      }
    ]
  },
  {
    headers: {
      'accept': 'application/json',
      'x-magicapi-key': 'API_KEY',
      'Content-Type': 'application/json'
    }
  }
);
fetch('https://api.magicapi.dev/api/v1/magicapi/crunchbase/searches/organizations', {
  method: 'POST',
  headers: {
    'accept': 'application/json',
    'x-magicapi-key': 'API_KEY',
    'Content-Type': 'application/json'
  },
    'field_ids': [
      'identifier',
      'location_identifiers',
      'short_description',
      'rank_org'
    ],
    'limit': 50,
    'order': [
      {
        'field_id': 'rank_org',
        'sort': 'asc'
      }
    ],
    'query': [
      {
        'field_id': 'location_identifiers',
        'operator_id': 'includes',
        'type': 'predicate',
        'values': [
          '6106f5dc-823e-5da8-40d7-51612c0b2c4e'
        ]
      },
      {
        'field_id': 'facet_ids',
        'operator_id': 'includes',
        'type': 'predicate',
        'values': [
          'company'
        ]
      }
    ]
  })
});
{
  "count": 910847,
  "entities": [
    {
      "uuid": "e1a29c26-a6c2-b208-6ee4-165cf83b1656",
      "properties": {
        "identifier": {
          "permalink": "ubs",
          "image_id": "ztkevgrmluxzily4gs8e",
          "uuid": "e1a29c26-a6c2-b208-6ee4-165cf83b1656",
          "entity_def_id": "organization",
          "value": "UBS"
        },
        "short_description": "UBS is a global financial services company that engages in wealth management, investment banking, asset management, and retail banking.",
        "rank_org": 2,
        "location_identifiers": [
          {
            "permalink": "zürich-zurich",
            "uuid": "bd22efa4-4815-cf8e-e8c5-668079240b6c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Zürich"
          },
          {
            "permalink": "zurich-switzerland",
            "uuid": "d63a3c1e-d300-da22-915c-69b7b8138f75",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Zurich"
          },
          {
            "permalink": "switzerland",
            "uuid": "078d9679-a862-02a2-57c8-8337e9a1eec8",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Switzerland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "00e32424-3cc3-4798-8361-78914c212fb0",
      "properties": {
        "identifier": {
          "permalink": "mistral-ai",
          "image_id": "ekqxvomyil4eprfmiu6j",
          "uuid": "00e32424-3cc3-4798-8361-78914c212fb0",
          "entity_def_id": "organization",
          "value": "Mistral AI"
        },
        "short_description": "Mistral AI is an AI startup that provides developers and businesses access to open and portable generative AI solutions.",
        "rank_org": 3,
        "location_identifiers": [
          {
            "permalink": "paris-ile-de-france",
            "uuid": "5805284c-00a4-f0aa-b811-5843398ff2bb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Paris"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "8483fc50-b82d-5ffa-5f92-6c72ac4bdaff",
      "properties": {
        "identifier": {
          "permalink": "siemens",
          "image_id": "mky0fkibqswnxfbvhk3i",
          "uuid": "8483fc50-b82d-5ffa-5f92-6c72ac4bdaff",
          "entity_def_id": "organization",
          "value": "Siemens"
        },
        "short_description": "Siemens is a technology company that offers cybersecurity, digital consulting, and business services.",
        "rank_org": 10,
        "location_identifiers": [
          {
            "permalink": "munich-bayern",
            "uuid": "6469af1b-6dbf-1e9e-17d9-e4f39a86aa95",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Munich"
          },
          {
            "permalink": "bayern-germany",
            "uuid": "eec7d129-caca-eeae-1bd7-d8449e855904",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Bayern"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "a90a2792-7fc3-c23e-836b-7b6271ec772d",
      "properties": {
        "identifier": {
          "permalink": "sanofi",
          "image_id": "vr2uvmci007wmyazkjac",
          "uuid": "a90a2792-7fc3-c23e-836b-7b6271ec772d",
          "entity_def_id": "organization",
          "value": "Sanofi"
        },
        "short_description": "Sanofi is a healthcare company that provides treatments and the protection of life-saving vaccines.",
        "rank_org": 16,
        "location_identifiers": [
          {
            "permalink": "paris-ile-de-france",
            "uuid": "5805284c-00a4-f0aa-b811-5843398ff2bb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Paris"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "dfdddecb-c719-02ec-56f6-da4f071ab6e6",
      "properties": {
        "identifier": {
          "permalink": "ericsson",
          "image_id": "cmazrdxlkfgyxjax4p3x",
          "uuid": "dfdddecb-c719-02ec-56f6-da4f071ab6e6",
          "entity_def_id": "organization",
          "value": "Ericsson"
        },
        "short_description": "Ericsson is an information and communications technology company that offers network services.",
        "rank_org": 24,
        "location_identifiers": [
          {
            "permalink": "kista-stockholms-lan",
            "uuid": "6c794b41-49c6-816e-b20f-6f1e36b00066",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Kista"
          },
          {
            "permalink": "stockholms-lan-sweden",
            "uuid": "374fe002-81bd-de17-f595-2da924209ec6",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Stockholms Lan"
          },
          {
            "permalink": "sweden",
            "uuid": "38bdadf8-c28c-6689-5a01-924f0a63442e",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Sweden"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "315e1e59-3784-ab73-9c4a-447d2616ae82",
      "properties": {
        "identifier": {
          "permalink": "sap",
          "image_id": "v1488420037/xyqlcefn45ijfegxxih8.png",
          "uuid": "315e1e59-3784-ab73-9c4a-447d2616ae82",
          "entity_def_id": "organization",
          "value": "SAP"
        },
        "short_description": "SAP provides enterprise application software to various industries, including consumer, discrete manufacturing, public services.",
        "rank_org": 29,
        "location_identifiers": [
          {
            "permalink": "walldorf-baden-wurttemberg",
            "uuid": "f61a5458-0622-97b2-bc92-8dd82fb5efdb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Walldorf"
          },
          {
            "permalink": "baden-wurttemberg-germany",
            "uuid": "635e079b-43d8-c89d-403a-7fbc14055f8b",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Baden-Wurttemberg"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "393a50c8-102c-5fb0-0c75-f88756e297d8",
      "properties": {
        "identifier": {
          "permalink": "roche",
          "image_id": "v1488355550/sj1kq9pbdhrkiccodapz.png",
          "uuid": "393a50c8-102c-5fb0-0c75-f88756e297d8",
          "entity_def_id": "organization",
          "value": "Roche"
        },
        "short_description": "Roche is a pharmaceutical and diagnostics company that focuses on improving people’s lives.",
        "rank_org": 35,
        "location_identifiers": [
          {
            "permalink": "basel-basel-stadt",
            "uuid": "6da0d74a-7033-c89e-4ae3-974e54a2eaed",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Basel"
          },
          {
            "permalink": "basel-stadt-switzerland",
            "uuid": "6664754b-543f-6588-9266-2f4e4ae56a58",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Basel-Stadt"
          },
          {
            "permalink": "switzerland",
            "uuid": "078d9679-a862-02a2-57c8-8337e9a1eec8",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Switzerland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "2339d639-581b-690d-668d-f11ad904471d",
      "properties": {
        "identifier": {
          "permalink": "astrazeneca",
          "image_id": "v1492084539/k70fkhka0bgkud4cecpz.png",
          "uuid": "2339d639-581b-690d-668d-f11ad904471d",
          "entity_def_id": "organization",
          "value": "AstraZeneca"
        },
        "short_description": "AstraZeneca is a pharmaceutical company that discovers, develops, manufactures, and markets prescription medicines.",
        "rank_org": 39,
        "location_identifiers": [
          {
            "permalink": "cambridge-cambridgeshire",
            "uuid": "f2e1d95c-c47d-8e7f-90eb-5c2ff71599e2",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Cambridge"
          },
          {
            "permalink": "cambridgeshire-united-kingdom",
            "uuid": "5038b7a6-2cef-2259-1b8e-66df18858d06",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Cambridgeshire"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "1a8d429b-c1a2-4788-fe84-1eb0975dbc60",
      "properties": {
        "identifier": {
          "permalink": "abb",
          "image_id": "xm9iefpmwxyyhwfhsqhn",
          "uuid": "1a8d429b-c1a2-4788-fe84-1eb0975dbc60",
          "entity_def_id": "organization",
          "value": "ABB"
        },
        "short_description": "ABB provides electrification and automation solutions for various industries.",
        "rank_org": 42,
        "location_identifiers": [
          {
            "permalink": "zürich-zurich",
            "uuid": "bd22efa4-4815-cf8e-e8c5-668079240b6c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Zürich"
          },
          {
            "permalink": "zurich-switzerland",
            "uuid": "d63a3c1e-d300-da22-915c-69b7b8138f75",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Zurich"
          },
          {
            "permalink": "switzerland",
            "uuid": "078d9679-a862-02a2-57c8-8337e9a1eec8",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Switzerland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "eee223d0-8c2e-3195-820c-f9864460c548",
      "properties": {
        "identifier": {
          "permalink": "european-bank-for-reconstruction-and-development-ebrd",
          "image_id": "v1397178995/580a609b55a90adc51e8a8d5ad6bb70e.gif",
          "uuid": "eee223d0-8c2e-3195-820c-f9864460c548",
          "entity_def_id": "organization",
          "value": "European Bank for Reconstruction and Development"
        },
        "short_description": "European Bank for Reconstruction and Development is an investing firm.",
        "rank_org": 47,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "99cc593e-96ee-48fe-824a-0ebc12a94a63",
      "properties": {
        "identifier": {
          "permalink": "bitscrunch",
          "image_id": "kfmrcw4rpjm5fujg2cqe",
          "uuid": "99cc593e-96ee-48fe-824a-0ebc12a94a63",
          "entity_def_id": "organization",
          "value": "bitsCrunch"
        },
        "short_description": "bitsCrunch is an AI enhanced decentralised Blockchain analytics and forensics company that aims to secure the blockchain space.",
        "rank_org": 48,
        "location_identifiers": [
          {
            "permalink": "munich-bayern",
            "uuid": "6469af1b-6dbf-1e9e-17d9-e4f39a86aa95",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Munich"
          },
          {
            "permalink": "bayern-germany",
            "uuid": "eec7d129-caca-eeae-1bd7-d8449e855904",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Bayern"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "d4acadc5-534f-496d-bddc-f6aac43a5730",
      "properties": {
        "identifier": {
          "permalink": "pennylane",
          "image_id": "x7rv4wgu7ze5nhamu832",
          "uuid": "d4acadc5-534f-496d-bddc-f6aac43a5730",
          "entity_def_id": "organization",
          "value": "Pennylane"
        },
        "short_description": "Pennylane is a fintech startup that develops a financial operating system designed for small and medium-sized businesses.",
        "rank_org": 53,
        "location_identifiers": [
          {
            "permalink": "paris-ile-de-france",
            "uuid": "5805284c-00a4-f0aa-b811-5843398ff2bb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Paris"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "9185a077-c260-ac40-2678-fef9e645591b",
      "properties": {
        "identifier": {
          "permalink": "monzo",
          "image_id": "bdjef4gbpwxynfcvvngr",
          "uuid": "9185a077-c260-ac40-2678-fef9e645591b",
          "entity_def_id": "organization",
          "value": "Monzo"
        },
        "short_description": "Monzo is a digital-only bank platform and marketplace that allows customers to access a range of products and services.",
        "rank_org": 71,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "b762c7e1-7212-5b8f-b315-5757d6a20338",
      "properties": {
        "identifier": {
          "permalink": "telefonica",
          "image_id": "kfedwiwwhttnk2nc183p",
          "uuid": "b762c7e1-7212-5b8f-b315-5757d6a20338",
          "entity_def_id": "organization",
          "value": "Telefonica"
        },
        "short_description": "Telefonica is a diversified telecommunications group that provides fixed line and mobile telephone services.",
        "rank_org": 73,
        "location_identifiers": [
          {
            "permalink": "madrid-madrid",
            "uuid": "a52d6b48-d278-6417-5b55-a48d24ad580c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Madrid"
          },
          {
            "permalink": "madrid-spain",
            "uuid": "9a50db39-921a-c06f-c84e-e84084c94381",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Madrid"
          },
          {
            "permalink": "spain",
            "uuid": "3f66b02a-78e2-aca0-2da4-e7e1eed94671",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Spain"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "c1a672fb-98fb-5284-1236-bdfa905a982e",
      "properties": {
        "identifier": {
          "permalink": "nokia",
          "image_id": "jjtqbnef2f7wiw7ilf4h",
          "uuid": "c1a672fb-98fb-5284-1236-bdfa905a982e",
          "entity_def_id": "organization",
          "value": "Nokia"
        },
        "short_description": "Nokia is a Finnish multinational communications corporation engaged in the manufacturing of mobile devices and network infrastructure.",
        "rank_org": 86,
        "location_identifiers": [
          {
            "permalink": "espoo-southern-finland",
            "uuid": "f982e9c2-1446-dab8-db00-9f5fbca9f532",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Espoo"
          },
          {
            "permalink": "southern-finland-finland",
            "uuid": "2291746f-af26-cd75-e9b5-b64e9df61781",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Southern Finland"
          },
          {
            "permalink": "finland",
            "uuid": "46a87674-f040-2806-b4bb-e9b83efe1070",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Finland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "1af189ee-90a6-502a-8627-f69079b996f4",
      "properties": {
        "identifier": {
          "permalink": "standard-chartered-bank",
          "image_id": "m9qc8yhqsk3du4nrmvfm",
          "uuid": "1af189ee-90a6-502a-8627-f69079b996f4",
          "entity_def_id": "organization",
          "value": "Standard Chartered Bank"
        },
        "short_description": "Standard Chartered Bank provides current accounts, savings accounts, credit cards, and loans.",
        "rank_org": 91,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "75d88e2b-258a-b0c8-e980-38855b56a2bc",
      "properties": {
        "identifier": {
          "permalink": "vodafone",
          "image_id": "ek3tox2iveh8psrqc3tw",
          "uuid": "75d88e2b-258a-b0c8-e980-38855b56a2bc",
          "entity_def_id": "organization",
          "value": "Vodafone"
        },
        "short_description": "Vodafone is a mobile telecommunications company that offers voice, messaging, and cellular data services.",
        "rank_org": 95,
        "location_identifiers": [
          {
            "permalink": "newbury-west-berkshire",
            "uuid": "9c804fd4-eced-66e1-8e5e-9d4ac8c9a416",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Newbury"
          },
          {
            "permalink": "west-berkshire-united-kingdom",
            "uuid": "54815444-7de6-0785-36e3-0d07ad4d712e",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "West Berkshire"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "f1b80af8-5b99-b05f-3a96-e7d33cd626e2",
      "properties": {
        "identifier": {
          "permalink": "onfido",
          "image_id": "y3wigxuofzf5isylyegg",
          "uuid": "f1b80af8-5b99-b05f-3a96-e7d33cd626e2",
          "entity_def_id": "organization",
          "value": "Onfido"
        },
        "short_description": "Onfido is a provider of automated digital identity verification.",
        "rank_org": 118,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "d53020f6-8a56-9b9a-764d-bf209256b5b3",
      "properties": {
        "identifier": {
          "permalink": "bae-systems",
          "image_id": "za464dq3cds1batnu9i9",
          "uuid": "d53020f6-8a56-9b9a-764d-bf209256b5b3",
          "entity_def_id": "organization",
          "value": "BAE Systems"
        },
        "short_description": "BAE Systems is a defense, security, and aerospace company that provides its products and services to military and commercial customers.",
        "rank_org": 124,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "a687d060-62ee-65e1-ec20-35aa967e36ed",
      "properties": {
        "identifier": {
          "permalink": "Ōura",
          "image_id": "ssh8s1gm7yaej5jltmnv",
          "uuid": "a687d060-62ee-65e1-ec20-35aa967e36ed",
          "entity_def_id": "organization",
          "value": "Oura"
        },
        "short_description": "Oura is a health technology company that makes and designs wellness wearable rings to track and improve sleep and performance.",
        "rank_org": 133,
        "location_identifiers": [
          {
            "permalink": "oulu-oulu",
            "uuid": "98a6e390-cc42-04b1-c05a-6b0dc0799dbb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Oulu"
          },
          {
            "permalink": "oulu-finland",
            "uuid": "acfbe77f-34a7-b6c8-2b97-9188b38955ce",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Oulu"
          },
          {
            "permalink": "finland",
            "uuid": "46a87674-f040-2806-b4bb-e9b83efe1070",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Finland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "e8764ba0-1e48-4750-858f-d9252c003bb9",
      "properties": {
        "identifier": {
          "permalink": "monite",
          "image_id": "nv3dowvcronly54hzcjt",
          "uuid": "e8764ba0-1e48-4750-858f-d9252c003bb9",
          "entity_def_id": "organization",
          "value": "Monite"
        },
        "short_description": "Monite is an add invoicing and payables automation management platform.",
        "rank_org": 140,
        "location_identifiers": [
          {
            "permalink": "berlin-berlin",
            "uuid": "e61662e5-c5c2-c4d9-2a31-d0e6d6453375",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "berlin-germany",
            "uuid": "dcc0539e-638a-fda2-0229-07d53b4e96a9",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "bb4c183f-07cc-44f9-9ac5-a45ca6ad057c",
      "properties": {
        "identifier": {
          "permalink": "bioptimus",
          "image_id": "vieurykwwnmtkdszswwo",
          "uuid": "bb4c183f-07cc-44f9-9ac5-a45ca6ad057c",
          "entity_def_id": "organization",
          "value": "Bioptimus"
        },
        "short_description": "Bioptimus is a developer of a universal AI foundation model for biology.",
        "rank_org": 144,
        "location_identifiers": [
          {
            "permalink": "paris-ile-de-france",
            "uuid": "5805284c-00a4-f0aa-b811-5843398ff2bb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Paris"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "f98ebb57-d509-440c-b8d1-66d3169025f9",
      "properties": {
        "identifier": {
          "permalink": "glycanage",
          "image_id": "o76oojxnoc9hsluahsqv",
          "uuid": "f98ebb57-d509-440c-b8d1-66d3169025f9",
          "entity_def_id": "organization",
          "value": "GlycanAge"
        },
        "short_description": "Making preventive healthcare a reality",
        "rank_org": 147,
        "location_identifiers": [
          {
            "permalink": "newcastle-upon-tyne-newcastle-upon-tyne",
            "uuid": "5901d08f-27fa-99b4-21e6-2b6568166a46",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Newcastle Upon Tyne"
          },
          {
            "permalink": "newcastle-upon-tyne-united-kingdom",
            "uuid": "98fd6a20-8fb5-153e-ab04-99e18126e657",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Newcastle upon Tyne"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "31fc3998-a1f1-2e5b-6358-f8d068fa9f71",
      "properties": {
        "identifier": {
          "permalink": "delivery-hero",
          "image_id": "ukohmgkajgq82w5tbulk",
          "uuid": "31fc3998-a1f1-2e5b-6358-f8d068fa9f71",
          "entity_def_id": "organization",
          "value": "Delivery Hero"
        },
        "short_description": "Delivery Hero is a network of online food ordering sites with over 100 restaurant partners worldwide.",
        "rank_org": 163,
        "location_identifiers": [
          {
            "permalink": "berlin-berlin",
            "uuid": "e61662e5-c5c2-c4d9-2a31-d0e6d6453375",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "berlin-germany",
            "uuid": "dcc0539e-638a-fda2-0229-07d53b4e96a9",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "d8e28320-ab09-43f5-a248-12a058a6b9be",
      "properties": {
        "identifier": {
          "permalink": "unseenlabs",
          "image_id": "ufsnbtnl7qtjvucparpk",
          "uuid": "d8e28320-ab09-43f5-a248-12a058a6b9be",
          "entity_def_id": "organization",
          "value": "Unseenlabs"
        },
        "short_description": "Unseenlabs offers maritime surveillance via space-based RF detection, tracking ships worldwide by electromagnetic signatures.",
        "rank_org": 170,
        "location_identifiers": [
          {
            "permalink": "rennes-bretagne",
            "uuid": "ee8e3f34-7d7c-0709-f54f-affb9d37adc6",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Rennes"
          },
          {
            "permalink": "bretagne-france",
            "uuid": "5dfebc7f-5989-29fe-531f-552d5e55d2e8",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Bretagne"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "8a27a3e3-84d5-4d6f-9f43-7823bd9381d6",
      "properties": {
        "identifier": {
          "permalink": "zyber-365",
          "image_id": "penupujnxubu6we9p2cr",
          "uuid": "8a27a3e3-84d5-4d6f-9f43-7823bd9381d6",
          "entity_def_id": "organization",
          "value": "ZYBER 365"
        },
        "short_description": "ZYBER 365 develops a sustainable AI chain for a cyber-secure Web3 OS.",
        "rank_org": 173,
        "location_identifiers": [
          {
            "permalink": "covent-garden-essex",
            "uuid": "af630939-552c-1be3-39e0-dab03b39027d",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Covent Garden"
          },
          {
            "permalink": "essex-united-kingdom",
            "uuid": "ceeb2b94-5d71-cf51-6aa4-aaeccace8a4f",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Essex"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "039dcb21-89b9-66eb-363c-6efa303373f8",
      "properties": {
        "identifier": {
          "permalink": "farfetch",
          "image_id": "wko3ka42ewzfyanrvm9h",
          "uuid": "039dcb21-89b9-66eb-363c-6efa303373f8",
          "entity_def_id": "organization",
          "value": "Farfetch"
        },
        "short_description": "Farfetch is a global marketplace for the luxury fashion industry.",
        "rank_org": 184,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "c683360d-9535-9172-583f-8023d7ff9ab9",
      "properties": {
        "identifier": {
          "permalink": "bt",
          "image_id": "ml82n2518pxycr6ekahh",
          "uuid": "c683360d-9535-9172-583f-8023d7ff9ab9",
          "entity_def_id": "organization",
          "value": "BT"
        },
        "short_description": "BT is a telecommunications provider offering fixed-line, mobile, broadband, IT, and digital services to both businesses and consumers.",
        "rank_org": 190,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "03099c0f-ed6a-d0ea-bf12-1347b36ed611",
      "properties": {
        "identifier": {
          "permalink": "koninklijke-philips",
          "image_id": "ywj40y0t0fpjpslrfjay",
          "uuid": "03099c0f-ed6a-d0ea-bf12-1347b36ed611",
          "entity_def_id": "organization",
          "value": "Philips"
        },
        "short_description": "Philips is a technology company that operates in various fields, including healthcare, consumer electronics, lighting, and home appliances.",
        "rank_org": 200,
        "location_identifiers": [
          {
            "permalink": "amsterdam-noord-holland",
            "uuid": "2d7466f6-ddb1-9f20-4f02-8b4b5d283d9f",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Amsterdam"
          },
          {
            "permalink": "noord-holland-the-netherlands",
            "uuid": "6ea93e7d-3475-b197-f395-0f8819baf8e2",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Noord-Holland"
          },
          {
            "permalink": "the-netherlands",
            "uuid": "4ae9a82d-35d9-be0c-ea9d-366afba8f8f0",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "The Netherlands"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "cda242b8-f043-836f-f5fa-f49e3ba23dea",
      "properties": {
        "identifier": {
          "permalink": "ubisoft",
          "image_id": "qn5cacgpedi2oulron67",
          "uuid": "cda242b8-f043-836f-f5fa-f49e3ba23dea",
          "entity_def_id": "organization",
          "value": "Ubisoft"
        },
        "short_description": "Ubisoft is a producer, publisher, and distributor of interactive entertainment products. ",
        "rank_org": 222,
        "location_identifiers": [
          {
            "permalink": "montreuil-sous-bois-ile-de-france",
            "uuid": "af14c67b-6625-86c4-1f17-fb869ec1553c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Montreuil-sous-bois"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "5f543728-d9a4-c9e4-dc0f-48ffd232b353",
      "properties": {
        "identifier": {
          "permalink": "graphcore",
          "image_id": "v1500650562/y4x9o7jydzzx50tqeuza.png",
          "uuid": "5f543728-d9a4-c9e4-dc0f-48ffd232b353",
          "entity_def_id": "organization",
          "value": "Graphcore"
        },
        "short_description": "Graphcore develops a microprocessor designed for AI and machine learning applications.",
        "rank_org": 224,
        "location_identifiers": [
          {
            "permalink": "bristol-bristol,-city-of",
            "uuid": "53843210-8e2b-8bb3-25c1-4deb3ffbaf34",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Bristol"
          },
          {
            "permalink": "bristol,-city-of-united-kingdom",
            "uuid": "f7d37f0a-7d0a-5c4d-bbc5-c3819f7e1f43",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Bristol, City of"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "a40d0a1f-f32c-a1e9-1bbd-a10bb0eca2e7",
      "properties": {
        "identifier": {
          "permalink": "deliveroo",
          "image_id": "acqngligw3ahy0ykgtjk",
          "uuid": "a40d0a1f-f32c-a1e9-1bbd-a10bb0eca2e7",
          "entity_def_id": "organization",
          "value": "Deliveroo"
        },
        "short_description": "Deliveroo is an online food delivery service that allows users to order restaurant meals using the web and mobile.",
        "rank_org": 233,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "152b9184-5cc9-fd83-b532-807e78053c4a",
      "properties": {
        "identifier": {
          "permalink": "societe-generale",
          "image_id": "otydo5yf9rj953ptmxkt",
          "uuid": "152b9184-5cc9-fd83-b532-807e78053c4a",
          "entity_def_id": "organization",
          "value": "Societe Generale"
        },
        "short_description": "Societe Generale is a financial services organization that offers retail, corporate, and investment banking services.",
        "rank_org": 236,
        "location_identifiers": [
          {
            "permalink": "paris-ile-de-france",
            "uuid": "5805284c-00a4-f0aa-b811-5843398ff2bb",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Paris"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "9306c230-e735-6ac4-e94b-ca5d495b7bd3",
      "properties": {
        "identifier": {
          "permalink": "novonordisk",
          "image_id": "v1474364282/sapsornyr3mmugckln0q.jpg",
          "uuid": "9306c230-e735-6ac4-e94b-ca5d495b7bd3",
          "entity_def_id": "organization",
          "value": "Novo Nordisk"
        },
        "short_description": "Novo Nordisk is a healthcare company that produces and distributes insulin and other diabetes drugs to treat chronic diseases.",
        "rank_org": 239,
        "location_identifiers": [
          {
            "permalink": "bagsværd-hovedstaden",
            "uuid": "0e6b4219-b414-4a40-f3d8-951e7f9548d4",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Bagsværd"
          },
          {
            "permalink": "hovedstaden-denmark",
            "uuid": "cfa7addd-6b5f-8fb3-9968-c6f3ad20b487",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Hovedstaden"
          },
          {
            "permalink": "denmark",
            "uuid": "f593ac31-624a-2ccd-a203-ddb04c319a79",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Denmark"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "a0350af1-0869-d550-8103-cacc3a9b9ef8",
      "properties": {
        "identifier": {
          "permalink": "orange",
          "image_id": "v1492706266/y1cfeyrrw1oliuxnocgu.png",
          "uuid": "a0350af1-0869-d550-8103-cacc3a9b9ef8",
          "entity_def_id": "organization",
          "value": "Orange"
        },
        "short_description": "Orange is a digital operator that offers mobile and internet services in Europe and Africa, and corporate telecommunication services.",
        "rank_org": 242,
        "location_identifiers": [
          {
            "permalink": "arcueil-ile-de-france",
            "uuid": "1165003e-924e-d965-f5b1-b1c0fa4fee12",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Arcueil"
          },
          {
            "permalink": "ile-de-france-france",
            "uuid": "104bf883-3a61-03f9-b51a-ba1d9a4d2c62",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Ile-de-France"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "de7c1608-59de-46f6-8902-3aa91d881470",
      "properties": {
        "identifier": {
          "permalink": "aleph-alpha",
          "image_id": "sociiodqvwamgl1nynbp",
          "uuid": "de7c1608-59de-46f6-8902-3aa91d881470",
          "entity_def_id": "organization",
          "value": "Aleph Alpha"
        },
        "short_description": "Aleph Alpha specializes in researching, developing, and implementing AI-based technologies for both public and private sectors.",
        "rank_org": 250,
        "location_identifiers": [
          {
            "permalink": "heidelberg-baden-wurttemberg",
            "uuid": "548bd517-fc1a-669c-7c65-a5ebf2a12cc4",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Heidelberg"
          },
          {
            "permalink": "baden-wurttemberg-germany",
            "uuid": "635e079b-43d8-c89d-403a-7fbc14055f8b",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Baden-Wurttemberg"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "1426e9e4-063d-a044-449b-680095f22084",
      "properties": {
        "identifier": {
          "permalink": "glovo-app",
          "image_id": "v1507123252/nm0ghsa5erm2ffuqatvi.png",
          "uuid": "1426e9e4-063d-a044-449b-680095f22084",
          "entity_def_id": "organization",
          "value": "Glovo"
        },
        "short_description": "Glovo is a courier service that purchases, picks up, and delivers products ordered through its mobile application.",
        "rank_org": 268,
        "location_identifiers": [
          {
            "permalink": "barcelona-catalonia",
            "uuid": "eead2c0c-b178-ad33-4e6d-6c813c955e99",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Barcelona"
          },
          {
            "permalink": "catalonia-spain",
            "uuid": "d1cdb4c4-3409-cf3a-48f6-e6777c6b4663",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Catalonia"
          },
          {
            "permalink": "spain",
            "uuid": "3f66b02a-78e2-aca0-2da4-e7e1eed94671",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Spain"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "e0ad4447-c0a9-268d-8870-b1bc8f82d47c",
      "properties": {
        "identifier": {
          "permalink": "hellofresh",
          "image_id": "tsj8z2mnp5knckadyb6y",
          "uuid": "e0ad4447-c0a9-268d-8870-b1bc8f82d47c",
          "entity_def_id": "organization",
          "value": "HelloFresh"
        },
        "short_description": "HelloFresh is a food subscription company that sends pre-portioned ingredients to users’ doorstep each week.",
        "rank_org": 271,
        "location_identifiers": [
          {
            "permalink": "berlin-berlin",
            "uuid": "e61662e5-c5c2-c4d9-2a31-d0e6d6453375",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "berlin-germany",
            "uuid": "dcc0539e-638a-fda2-0229-07d53b4e96a9",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "7e4865f2-4812-3f44-c34d-9763ccae604a",
      "properties": {
        "identifier": {
          "permalink": "pleo-company",
          "image_id": "ndzn657lsrgrvfol1vmv",
          "uuid": "7e4865f2-4812-3f44-c34d-9763ccae604a",
          "entity_def_id": "organization",
          "value": "Pleo"
        },
        "short_description": "Pleo offers smart payment cards for employees to buy work-related products while keeping the company in control of spending.",
        "rank_org": 272,
        "location_identifiers": [
          {
            "permalink": "copenhagen-hovedstaden",
            "uuid": "c0723e0a-84b4-231e-3cf7-f3be235af6d4",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Copenhagen"
          },
          {
            "permalink": "hovedstaden-denmark",
            "uuid": "cfa7addd-6b5f-8fb3-9968-c6f3ad20b487",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Hovedstaden"
          },
          {
            "permalink": "denmark",
            "uuid": "f593ac31-624a-2ccd-a203-ddb04c319a79",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Denmark"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "02c2820e-ecb3-0fc7-adc3-a2db990b82cc",
      "properties": {
        "identifier": {
          "permalink": "thoughtmachine",
          "image_id": "bx6nxang3fzxztbwum9i",
          "uuid": "02c2820e-ecb3-0fc7-adc3-a2db990b82cc",
          "entity_def_id": "organization",
          "value": "Thought Machine"
        },
        "short_description": "Thought Machine is a Fintech company that builds cloud-native technology to revolutionize core banking.",
        "rank_org": 284,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "f920b05d-6cd5-4f69-ad49-d4b4e99e4264",
      "properties": {
        "identifier": {
          "permalink": "datasnipper",
          "image_id": "oi1wp6upvdiecczlywak",
          "uuid": "f920b05d-6cd5-4f69-ad49-d4b4e99e4264",
          "entity_def_id": "organization",
          "value": "DataSnipper"
        },
        "short_description": "DataSnipper is a financial audit company that provides an AI-powered intelligent automation platform in Excel.",
        "rank_org": 285,
        "location_identifiers": [
          {
            "permalink": "amsterdam-noord-holland",
            "uuid": "2d7466f6-ddb1-9f20-4f02-8b4b5d283d9f",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Amsterdam"
          },
          {
            "permalink": "noord-holland-the-netherlands",
            "uuid": "6ea93e7d-3475-b197-f395-0f8819baf8e2",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Noord-Holland"
          },
          {
            "permalink": "the-netherlands",
            "uuid": "4ae9a82d-35d9-be0c-ea9d-366afba8f8f0",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "The Netherlands"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "cd66c9c5-a8ff-4348-a13f-843d08c9d5d2",
      "properties": {
        "identifier": {
          "permalink": "numgenius-ai",
          "image_id": "bt0zanfflhbgrblxfdog",
          "uuid": "cd66c9c5-a8ff-4348-a13f-843d08c9d5d2",
          "entity_def_id": "organization",
          "value": "NumGenius Ai"
        },
        "short_description": "NumGenius Ai is the market leader in low-cost cloud GPU rental.Investors have enabled NumGenius AI to expand rapidly through NumGenius AI.",
        "rank_org": 291,
        "location_identifiers": [
          {
            "permalink": "antwerpen-antwerpen",
            "uuid": "7463284c-671f-081a-46ed-5cf4efa7f979",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Antwerpen"
          },
          {
            "permalink": "antwerpen-belgium",
            "uuid": "68f99cf4-1980-9f86-644f-4c9e0c6168d7",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Antwerpen"
          },
          {
            "permalink": "belgium",
            "uuid": "0bb46ca5-38e7-3977-5d09-34dd1143a806",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Belgium"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "d7fe24a4-78aa-5363-a460-5d024016e6f8",
      "properties": {
        "identifier": {
          "permalink": "odoo",
          "image_id": "ahnrggkezugpsohibkkk",
          "uuid": "d7fe24a4-78aa-5363-a460-5d024016e6f8",
          "entity_def_id": "organization",
          "value": "Odoo"
        },
        "short_description": "Odoo offers an integrated suite of business apps built through an open-source development model.",
        "rank_org": 294,
        "location_identifiers": [
          {
            "permalink": "grand-rosière-brabant-wallon",
            "uuid": "4a5d1a76-d723-2da4-7bed-ab91700b3187",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Grand-rosière"
          },
          {
            "permalink": "brabant-wallon-belgium",
            "uuid": "1580517b-6b25-1543-f162-97fa4bbf1c45",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Brabant Wallon"
          },
          {
            "permalink": "belgium",
            "uuid": "0bb46ca5-38e7-3977-5d09-34dd1143a806",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Belgium"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "fe088d9d-3892-e0d5-9c27-cb0e0fdce561",
      "properties": {
        "identifier": {
          "permalink": "arcelormittal",
          "image_id": "saaq3luuwlbfw1xfrbmy",
          "uuid": "fe088d9d-3892-e0d5-9c27-cb0e0fdce561",
          "entity_def_id": "organization",
          "value": "ArcelorMittal"
        },
        "short_description": "ArcelorMittal is a mining and steel manufacturing company that produces iron ore and metallurgical coal.",
        "rank_org": 295,
        "location_identifiers": [
          {
            "permalink": "luxembourg-luxembourg",
            "uuid": "0d3a83bd-0c64-04b5-bd58-79fec26d544a",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Luxembourg"
          },
          {
            "permalink": "luxembourg-luxembourg-1bf1",
            "uuid": "1bf1e5fe-1475-95aa-d0be-a7f1cf43ca7e",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Luxembourg"
          },
          {
            "permalink": "luxembourg",
            "uuid": "c8a6d9b7-d70d-91c6-6e97-419a4a1276c3",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Luxembourg"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "ee9e4a72-5406-4d33-8cdd-b9e51a9e1d9b",
      "properties": {
        "identifier": {
          "permalink": "zetachain",
          "image_id": "wx6cdcfdwctv7vf3jvyu",
          "uuid": "ee9e4a72-5406-4d33-8cdd-b9e51a9e1d9b",
          "entity_def_id": "organization",
          "value": "ZetaChain"
        },
        "short_description": "ZetaChain is to create the most secure, simple, and cost-effective means to transmit value and information across blockchains and layers.",
        "rank_org": 296,
        "location_identifiers": [
          {
            "permalink": "us-picardie",
            "uuid": "7d544b3e-5833-e3db-2bd9-12257a0b3af0",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Us"
          },
          {
            "permalink": "picardie-france",
            "uuid": "b77c9761-f10e-2e5b-d405-e1b759fd3a3f",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Picardie"
          },
          {
            "permalink": "france",
            "uuid": "f134827e-36a1-fd31-a82f-950489e103ef",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "France"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "4f1e84f4-01f8-4ab5-beec-f4fc6c061860",
      "properties": {
        "identifier": {
          "permalink": "embat",
          "image_id": "pyf7rub6uqqmgbcvmfub",
          "uuid": "4f1e84f4-01f8-4ab5-beec-f4fc6c061860",
          "entity_def_id": "organization",
          "value": "Embat"
        },
        "short_description": "Embat automates treasury with AI for accounting, payments, and cash forecasting.",
        "rank_org": 310,
        "location_identifiers": [
          {
            "permalink": "madrid-madrid",
            "uuid": "a52d6b48-d278-6417-5b55-a48d24ad580c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Madrid"
          },
          {
            "permalink": "madrid-spain",
            "uuid": "9a50db39-921a-c06f-c84e-e84084c94381",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Madrid"
          },
          {
            "permalink": "spain",
            "uuid": "3f66b02a-78e2-aca0-2da4-e7e1eed94671",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Spain"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "988b8953-a085-8de4-babb-fae5bb895761",
      "properties": {
        "identifier": {
          "permalink": "foodpanda",
          "image_id": "blc2nkqwabrditk9bjyg",
          "uuid": "988b8953-a085-8de4-babb-fae5bb895761",
          "entity_def_id": "organization",
          "value": "Foodpanda"
        },
        "short_description": "foodpanda is a online food delivery marketplace that enables users to place orders at local restaurants via its website or mobile app.",
        "rank_org": 345,
        "location_identifiers": [
          {
            "permalink": "berlin-berlin",
            "uuid": "e61662e5-c5c2-c4d9-2a31-d0e6d6453375",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "berlin-germany",
            "uuid": "dcc0539e-638a-fda2-0229-07d53b4e96a9",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Berlin"
          },
          {
            "permalink": "germany",
            "uuid": "6085b4bf-b18a-1763-a04e-fdde3f6aba94",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Germany"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "c2e67ce9-32d7-50d4-2592-ed2e5acfa3f9",
      "properties": {
        "identifier": {
          "permalink": "daedalean-ag",
          "image_id": "n1pjinbfmnacdndscyp5",
          "uuid": "c2e67ce9-32d7-50d4-2592-ed2e5acfa3f9",
          "entity_def_id": "organization",
          "value": "Daedalean"
        },
        "short_description": "Daedalean is building autonomous piloting software systems for civil aircraft of today and advanced aerial mobility of tomorrow.",
        "rank_org": 345,
        "location_identifiers": [
          {
            "permalink": "zürich-zurich",
            "uuid": "bd22efa4-4815-cf8e-e8c5-668079240b6c",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Zürich"
          },
          {
            "permalink": "zurich-switzerland",
            "uuid": "d63a3c1e-d300-da22-915c-69b7b8138f75",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Zurich"
          },
          {
            "permalink": "switzerland",
            "uuid": "078d9679-a862-02a2-57c8-8337e9a1eec8",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Switzerland"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "c741247a-3231-49f6-9a18-fb85047b7be6",
      "properties": {
        "identifier": {
          "permalink": "pento",
          "image_id": "ofagnyzshucb7qytm44i",
          "uuid": "c741247a-3231-49f6-9a18-fb85047b7be6",
          "entity_def_id": "organization",
          "value": "Pento"
        },
        "short_description": "Pento makes payroll painless, empowering HR & Finance teams by streamlining automation, calculation, payments, compliance & reporting.",
        "rank_org": 350,
        "location_identifiers": [
          {
            "permalink": "london-england",
            "uuid": "aad17950-576b-8c44-8fd4-f44dbeb59220",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "London"
          },
          {
            "permalink": "england-united-kingdom",
            "uuid": "79eb923b-9e93-e0db-2fe0-75f0c430c2cb",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "England"
          },
          {
            "permalink": "united-kingdom",
            "uuid": "a30e342c-1742-6b1c-66e9-461de680e54b",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "United Kingdom"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    },
    {
      "uuid": "bcc20f39-5ada-44dd-9c11-d747ecba8e0b",
      "properties": {
        "identifier": {
          "permalink": "tuum",
          "image_id": "kjor4v6hxgqin2l08whm",
          "uuid": "bcc20f39-5ada-44dd-9c11-d747ecba8e0b",
          "entity_def_id": "organization",
          "value": "Tuum"
        },
        "short_description": "Tuum is a cloud-native banking platform that allows any business to offer tailored financial services to their customers.",
        "rank_org": 388,
        "location_identifiers": [
          {
            "permalink": "tallinn-harjumaa",
            "uuid": "43fb1c88-17b1-8aa6-b9ac-42c0fea70f41",
            "location_type": "city",
            "entity_def_id": "location",
            "value": "Tallinn"
          },
          {
            "permalink": "harjumaa-estonia",
            "uuid": "0f48d843-cbea-eed1-3bb3-2a40f3b24bca",
            "location_type": "region",
            "entity_def_id": "location",
            "value": "Harjumaa"
          },
          {
            "permalink": "estonia",
            "uuid": "c0771ac6-45dc-7060-e8e5-4fad1098f695",
            "location_type": "country",
            "entity_def_id": "location",
            "value": "Estonia"
          },
          {
            "permalink": "europe",
            "uuid": "6106f5dc-823e-5da8-40d7-51612c0b2c4e",
            "location_type": "continent",
            "entity_def_id": "location",
            "value": "Europe"
          }
        ]
      }
    }
  ]
}
https://api.market/store/magicapi/crunchbase