Deals
List Deals
Retrieve venture capital deals with advanced filtering, pagination, and sorting.
Request Body Structure
Send a JSON body with up to 4 filter sections plus pagination/sort at the top level:
identifiers- Look up specific deals by UUIDdeal- Filter by deal attributes (financing type, size, date)company- Filter by company attributes (location, industry, size)investors- Filter by investor participation (firms or people, by UUID)
POST
Authorizations
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
API keys follow the pattern: vg_[12_hex_chars]_[32_base64url_chars]
Body
application/json
Look up specific deals by identifier
Deal attribute filters
Company attribute filters
Filter by investor participation (firms or people)
Page number (0-based)
Required range:
x >= 0Number of results per page
Required range:
1 <= x <= 500Sort order for results
Available options:
most_recent_deal, oldest_deal, largest_raise, smallest_raise 
