Piloterr

Crunchbase Search

Crunchbase Search via API.

Credit cost: 2 credits per call

GET
/v2/crunchbase/search

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/crunchbase/search?query=string"
[
  {
    "name": "Example",
    "value": {
      "results": [
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/078a55c15661417cb6a332c19a8a0568",
          "name": "ViBe Saúde",
          "type": "organization",
          "uuid": "d8aedad5-f35c-4af7-bc22-83a53d28bb32",
          "image_id": "078a55c15661417cb6a332c19a8a0568",
          "permalink": "vivabem",
          "description": "Leading Brazilian Digital Health Platform: AI-Powered Mental Health Support and Digital Therapeutics."
        },
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/mkvvvzinbgkcf1fcy2pv",
          "name": "Vibe",
          "type": "organization",
          "uuid": "db4acf78-9e45-456d-8800-2d9422e03fdf",
          "image_id": "mkvvvzinbgkcf1fcy2pv",
          "permalink": "vibe-3fdf",
          "description": "Vibe is an all-in-one collaboration hub for hybrid teams that empowers them to brainstorm, create, and ideate in new & more efficient ways."
        },
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/gqzwajk3wrkri0lrkzmq",
          "name": "Vibe",
          "type": "organization",
          "uuid": "3ed5a47b-9153-440d-87d0-27d508f0970b",
          "image_id": "gqzwajk3wrkri0lrkzmq",
          "permalink": "vibe-970b",
          "description": "Vibe is a streaming TV advertising company for small and medium-sized businesses."
        },
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/hoik6mvzaz921lbvugd4",
          "name": "Vibeke Gwendoline Fængsrud",
          "type": "person",
          "uuid": "5aa83e44-f0ae-48d4-bec2-578f287ff5d5",
          "image_id": "hoik6mvzaz921lbvugd4",
          "job_title": "Owner, Author, Founder and CEO",
          "permalink": "vibeke-gwendoline-fængsrud",
          "organization": "House of Math"
        },
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/nx4imtwaefrp98kansjj",
          "name": "Vibeke Vad Baunsgaard",
          "type": "person",
          "uuid": "68e1632d-1dd1-4678-9d64-2e0648c9345f",
          "image_id": "nx4imtwaefrp98kansjj",
          "job_title": "Founder and CEO",
          "permalink": "vibeke-vad-baunsgaard",
          "organization": "Manage Magazine"
        },
        {
          "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/ipczsz7tabumvtmoi0yt",
          "name": "Vibeeshan Mahadeva",
          "type": "person",
          "uuid": "c27b319d-40cb-4a6a-bc63-ce9698f81f2a",
          "image_id": "ipczsz7tabumvtmoi0yt",
          "job_title": null,
          "permalink": "vibeeshan-mahadeva",
          "organization": null
        }
      ]
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}