Piloterr

PitchBook Search

Search PitchBook for companies, news and profiles by keyword or search URL via browser rendering.

Credit cost: 2 credits per call

GET
/v2/pitchbook/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

Keyword or PitchBook search URL.

Examples:

airbus
https://pitchbook.com/search?q=airbus
https://pitchbook.com/profiles/search?q=openai
page?string

Page number for content search (/search?q=...).

return_page_source?boolean

When true, return rendered HTML instead of JSON.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/pitchbook/search?query=string"

{
  "results": [
    {
      "url": "https://pitchbook.com/profiles/company/11062-99",
      "type": "profile",
      "image": "https://image.pitchbook.com/example_200x200",
      "title": "Airbus Group",
      "category": "Profile Preview",
      "company_id": "11062-99",
      "description": "Airbus is a global aerospace and defense firm."
    }
  ],
  "pagination": {
    "next": "https://pitchbook.com/search?q=airbus&p=2",
    "page": 1,
    "per_page": 10,
    "total_pages": 4,
    "total_results": 33
  }
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}