Piloterr

Crunchbase Event

Retrieve detailed Crunchbase event profiles with speakers, sponsors, exhibitors, and press timelines.

Status: Degraded

Credit cost: 2 credits per call

GET
/v2/crunchbase/event

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

Retrieve event data using its Crunchbase permalink or full URL.

  • london-tech-week-2025: Event permalink slug
  • https://www.crunchbase.com/event/london-tech-week-2025: Full Crunchbase event URL

Note: The permalink is the last segment of the Crunchbase event URL.

Example:

london-tech-week-2025

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/crunchbase/event?query=string"
{
  "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/9aa88663aa2d40f9a88ecdc8952592b3",
  "name": "London Tech Week 2025",
  "uuid": "6f8c7989-7470-4ea4-acd0-5aae0f1706bb",
  "title": "London Tech Week 2025 - 2025-06-09",
  "ends_on": "2025-06-13",
  "starts_on": "2025-06-09",
  "description": "London Tech Week 2025 is a technology festival that convenes innovators, investors, and enterprise leaders to explore advancements in areas such as artificial intelligence, quantum computing, health technology, and sustainable innovation.",
  "short_description": "London Tech Week 2025 is a technology festival that convenes innovators, investors, and enterprise leaders.",
  "event_type": [
    "conference",
    "demo_day"
  ],
  "num_speakers": 386,
  "num_sponsors": 12,
  "num_exhibitors": 6,
  "num_contestants": 1,
  "categories": [
    {
      "name": "Business Development",
      "uuid": "1fe278ea-e441-01b9-30db-6c301c0d6fd1",
      "image_id": "a7ae45fd9f1e4a0fa80d91eac6964977",
      "permalink": "business-development"
    },
    {
      "name": "Events",
      "uuid": "d4a7bfe6-59ed-ae17-e043-1a7415745a0e",
      "image_id": "4935543a82d34d6f82df08a74c1751f4",
      "permalink": "events"
    },
    {
      "name": "Professional Networking",
      "uuid": "be0cfcc4-764a-5444-8285-6e07bfb1c80d",
      "image_id": "79ba1ce7fdde41b0bac6c8fc2ce0563d",
      "permalink": "professional-networking"
    }
  ],
  "speakers": [
    {
      "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/rrzznkdyojhlcd3lvkvm",
      "name": "Abadesi Osunsade",
      "uuid": "517741a8-49d2-4ea5-9a8f-1da0f4467c5f",
      "job_title": "Founder & CEO",
      "permalink": "abadesi-osunsade",
      "organization": {
        "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/bslkx7akyoomhhdkgalx",
        "name": "Hustle Crew",
        "uuid": "20071392-22fe-41e9-8bdf-b5301983183a",
        "permalink": "hustle-crew"
      }
    }
  ],
  "sponsors": [
    {
      "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/r4wsu8rl4jvpjydbhooy",
      "name": "Amazon Web Services",
      "uuid": "bd23a50d-2ae3-be33-2a35-383ea9ed13fd",
      "permalink": "amazon-web-services",
      "short_description": "Amazon Web Services provides information technology infrastructure services to businesses in the form of web services."
    },
    {
      "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/qelsdny4aknixldgwzlr",
      "name": "Cisco",
      "uuid": "e0906c05-fae5-9591-ba5f-2142d8b0065a",
      "permalink": "cisco",
      "short_description": "Cisco develops, manufactures, and sells networking hardware, telecommunications equipment, and other technology services."
    }
  ],
  "timeline": {
    "count": 2,
    "events": [
      {
        "url": "https://www.linkedin.com/feed/update/urn:li:activity:7338585172994334724",
        "date": "2025-06-12",
        "type": "press_reference",
        "uuid": "b684dacf-c342-4369-b996-899d33216892",
        "title": "London Tech Week 2025: Bexprt selected to showcase their genAI solutions",
        "publisher": "linkedin.com"
      }
    ]
  },
  "is_locked": true,
  "registration_url": "https://londontechweek.com/exhibitor-list/nearswipe"
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}