curl --request POST \
--url https://api.pearch.ai/v2/search \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"query": "All the engineers who joined stripe before their series b",
"type": "pro",
"insights": true,
"high_freshness": true,
"profile_scoring": true,
"custom_filters": {
"degrees": [ "MBA" ],
"has_b2b_experience": true,
"has_startup_experience": true,
"studied_at_top_universities": true,
"max_linkedin_followers": 5000
},
"strict_filters": true,
"filter_out_no_emails": false,
"reveal_emails": false,
"filter_out_no_phones": false,
"filter_out_no_phones_or_emails": false,
"reveal_phones": false,
"limit": 10,
"offset": 0,
"async": false
}