PitchBook Search
Search PitchBook for companies, news and profiles by keyword or search URL via browser rendering.
Credit cost: 2 credits per call
Autorización
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Parámetros de consulta
query*string
Keyword or PitchBook search URL.
Examples:
airbushttps://pitchbook.com/search?q=airbushttps://pitchbook.com/profiles/search?q=openaipage?string
Page number for content search (/search?q=...).
return_page_source?boolean
When true, return rendered HTML instead of JSON.
Cuerpo de la respuesta
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.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"}