Database
POST
/database/suggestions

Suggest valid values for a search filter (free, no credits). People fields: title, seniority, company, country, city, skill, school, headcountRange. Company fields: industry, country, headcountRange, lastRoundType, investor, technology, name.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/database/suggestions" \  -H "Content-Type: application/json" \  -d '{    "entity": "companies",    "field": "industry",    "query": "software"  }'
{  "data": [    "string"  ]}