Skip to main content
POST
Filtering by location, industry, or round type? Use exact permalinks — a wrong value for locations, industries, or super_categories returns zero results with no error. Resolve them via /location/search and /industry/search first. See Filtering & Permalinks.

Authorizations

Authorization
string
header
required

API key provided as a Bearer token

Body

application/json
identifiers
object

Look up specific deals by identifier

deal
object

Deal attribute filters

company
object

Company attribute filters

investors
object

Filter by investor participation (firms or people)

page
integer
default:0

Page number (0-based)

Required range: x >= 0
page_size
integer
default:10

Number of results per page

Required range: 1 <= x <= 500
sort_by
enum<string>
default:most_recent_deal

Sort order for results

Available options:
most_recent_deal,
oldest_deal,
largest_raise,
smallest_raise

Response

Successful response with deals data

success
boolean
required
Example:

true

data
object
required
meta
object
required